diff --git a/apcu-manager.php b/apcu-manager.php index 04f7261..0c9bfcc 100644 --- a/apcu-manager.php +++ b/apcu-manager.php @@ -10,7 +10,7 @@ * Plugin Name: APCu Manager * Plugin URI: https://perfops.one/apcu-manager * Description: APCu statistics and management right in the WordPress admin dashboard. - * Version: 3.7.1 + * Version: 3.7.2 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One diff --git a/includes/api/object-class.php b/includes/api/object-class.php index 67ddc5f..e1cda50 100644 --- a/includes/api/object-class.php +++ b/includes/api/object-class.php @@ -944,9 +944,8 @@ private function delete_non_persistent( $key ) { /** * Retrieves the current network ID. * - * @since 3.7.2 - * * @return int The ID of the current network. + * @since 3.7.2 */ private function get_current_network_id() { global $current_site; diff --git a/init.php b/init.php index 611e2b5..5e8ccb4 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'APCM_PRODUCT_SHORTNAME', 'APCu' ); define( 'APCM_PRODUCT_ABBREVIATION', 'apcm' ); define( 'APCM_SLUG', 'apcu-manager' ); -define( 'APCM_VERSION', '3.7.2-dev1' ); +define( 'APCM_VERSION', '3.7.2' ); define( 'APCM_CODENAME', '"-"' ); define( 'APCM_CDN_AVAILABLE', true ); diff --git a/readme.txt b/readme.txt index 079df43..8f1eb9f 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: APCu, cache, monitor, object cache, w3tc Requires at least: 5.2 Requires PHP: 7.2 Tested up to: 6.4 -Stable tag: 3.7.1 +Stable tag: 3.7.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html