auto-patch 638-dev-dev01-2024-05-14T20_44_36
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
/**
|
||||
* Plugin Name: WP Crontrol
|
||||
* Plugin URI: https://wp-crontrol.com
|
||||
* Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
|
||||
* Description: Take control of the cron events on your WordPress website.
|
||||
* Author: John Blackbourn
|
||||
* Author URI: https://wp-crontrol.com
|
||||
* Version: 1.16.2
|
||||
* Version: 1.16.3
|
||||
* Text Domain: wp-crontrol
|
||||
* Domain Path: /languages/
|
||||
* Requires at least: 5.6
|
||||
@@ -36,7 +36,7 @@
|
||||
namespace Crontrol;
|
||||
|
||||
const PLUGIN_FILE = __FILE__;
|
||||
const WP_CRONTROL_VERSION = '1.16.2';
|
||||
const WP_CRONTROL_VERSION = '1.16.3';
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user