From d0c8cebcfa9567cd33f56c693d215cf9372c4a09 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Sun, 12 Apr 2020 15:15:12 +0200 Subject: [PATCH] Ready to release 1.2.0 on wp.org. --- CHANGELOG.md | 2 +- apcu-manager.php | 2 +- init.php | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c92b3c..ba028ec 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 1.2.0] +## [1.2.0] - 2020-04-12 ### Added - Compatibility with [DecaLog](https://wordpress.org/plugins/decalog/) early loading feature. ### Changed diff --git a/apcu-manager.php b/apcu-manager.php index b21b41b..c67aca3 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: 1.1.0 + * Version: 1.2.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy diff --git a/init.php b/init.php index 21607d5..3241bac 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', '1.2.0-dev0' ); +define( 'APCM_VERSION', '1.2.0' ); define( 'APCM_CODENAME', '"-"' ); define( 'APCM_CDN_AVAILABLE', true ); diff --git a/readme.txt b/readme.txt index c41d4ab..4ece078 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.4 -Stable tag: 1.1.0 +Stable tag: 1.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html