diff --git a/CHANGELOG.md b/CHANGELOG.md index 4944d68..0385e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to **APCu Manager** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **APCu Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased - will be 2.1.0] +## [2.1.0] - 2020-10-13 ### Added - [WP-CLI] New command to discover exit codes: see `wp help apcu exitcode` for details. @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [WP-CLI] Typos in documentation. ### Removed -- The "Objects Count" box in analytics page. +- The "Objects Count" box in analytics page because it was useless. ## [2.0.0] - 2020-09-29 diff --git a/apcu-manager.php b/apcu-manager.php index edbcee0..f5be593 100644 --- a/apcu-manager.php +++ b/apcu-manager.php @@ -10,7 +10,7 @@ * Plugin Name: APCu Manager * Plugin URI: https://github.com/Pierre-Lannoy/wp-apcu-manager * Description: APCu statistics and management right in the WordPress admin dashboard. - * Version: 2.0.0 + * Version: 2.1.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy diff --git a/init.php b/init.php index a59237b..8112a33 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', '2.1.0-dev0' ); +define( 'APCM_VERSION', '2.1.0' ); define( 'APCM_CODENAME', '"-"' ); define( 'APCM_CDN_AVAILABLE', true ); diff --git a/readme.txt b/readme.txt index e655f64..54b2417 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: analytics, APCu, cache, monitor, w3tc Requires at least: 5.2 Requires PHP: 7.2 Tested up to: 5.5 -Stable tag: 2.0.0 +Stable tag: 2.1.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html