Plugin Updates

This commit is contained in:
Tony Volpe
2024-04-02 20:23:21 +00:00
parent 96800520e8
commit 94170ec2c4
1514 changed files with 133309 additions and 105985 deletions

View File

@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: WP Crontrol
* Plugin URI: https://wordpress.org/plugins/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.
* Author: John Blackbourn & crontributors
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
* Version: 1.16.1
* Author: John Blackbourn
* Author URI: https://wp-crontrol.com
* Version: 1.16.2
* Text Domain: wp-crontrol
* Domain Path: /languages/
* Requires at least: 5.6
@@ -28,7 +28,7 @@
*
* @package wp-crontrol
* @author John Blackbourn & Edward Dale
* @copyright Copyright 2008 Edward Dale, 2012-2023 John Blackbourn
* @copyright Copyright 2008 Edward Dale, 2012-2024 John Blackbourn
* @license https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt GPL 2.0
* @link https://github.com/johnbillion/wp-crontrol/
*/
@@ -36,7 +36,7 @@
namespace Crontrol;
const PLUGIN_FILE = __FILE__;
const WP_CRONTROL_VERSION = '1.16.1';
const WP_CRONTROL_VERSION = '1.16.2';
if ( ! defined( 'ABSPATH' ) ) {
exit;