Skip to content

Commit

Permalink
Ready to release 2.5.0 on wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Sep 7, 2021
1 parent 8793ba6 commit f910eea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Binary file added .wordpress-org/screenshot-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [2.5.0] - Unreleased
## [2.5.0] - 2021-09-07

### Added
- New menu in the admin bar for "flush APCu" quick action.
Expand Down
2 changes: 1 addition & 1 deletion apcu-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
* Version: 2.5.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Pierre Lannoy
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'APCM_PRODUCT_SHORTNAME', 'APCu' );
define( 'APCM_PRODUCT_ABBREVIATION', 'apcm' );
define( 'APCM_SLUG', 'apcu-manager' );
define( 'APCM_VERSION', '2.4.1' );
define( 'APCM_VERSION', '2.5.0' );
define( 'APCM_CODENAME', '"-"' );

define( 'APCM_CDN_AVAILABLE', true );
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: analytics, APCu, cache, monitor, w3tc
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 5.8
Stable tag: 2.4.1
Stable tag: 2.5.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -110,4 +110,5 @@ Please, see [full changelog](https://perfops.one/apcu-manager-changelog).
== Screenshots ==

1. Daily Statistics
2. Management Tools
2. Management Tools
3. Quick Action in Admin Bar

0 comments on commit f910eea

Please sign in to comment.