auto-patch 638-dev-dev01-2024-05-14T20_44_36

This commit is contained in:
root
2024-05-14 20:44:36 +00:00
parent a941559057
commit 5dbb0b284e
1812 changed files with 29671 additions and 14588 deletions

View File

@@ -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;