Skip to content

Commit

Permalink
Ready to release 3.7.1 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Nov 22, 2023
1 parent 07677ff commit 31b4c6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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).

## [3.7.1] - Not Yet Released
## [3.7.1] - 2023-11-22

### Changed
- Improved options loading performances.
- Options loading performances greatly improved.
- Improved hit-ratio computing.

## [3.7.0] - 2023-10-25
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://perfops.one/apcu-manager
* Description: APCu statistics and management right in the WordPress admin dashboard.
* Version: 3.7.0
* Version: 3.7.1
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Pierre Lannoy / PerfOps One
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', '3.7.1-dev1' );
define( 'APCM_VERSION', '3.7.1' );
define( 'APCM_CODENAME', '"-"' );

define( 'APCM_CDN_AVAILABLE', true );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Stable tag: 3.7.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 31b4c6d

Please sign in to comment.