Skip to content

Commit

Permalink
Ready to release 2.10.0 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Oct 6, 2022
1 parent 64fd646 commit 05813fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 **Apache Status & Info** are documented in this *changelo

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Apache Status & Info** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.10.0] - Not Yet released
## [2.10.0] - 2022-10-06

### Added
- Compatibility with WordPress 6.1.
Expand Down
2 changes: 1 addition & 1 deletion htaccess-server-info-server-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Apache Status & Info
* Plugin URI: https://perfops.one/htaccess-server-info-server-status
* Description: Apache server-info and server-status monitoring right in your WordPress admin.
* Version: 2.9.0
* Version: 2.10.0
* 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( 'HSISS_PRODUCT_SHORTNAME', 'Apache S&I' );
define( 'HSISS_PRODUCT_ABBREVIATION', 'htaccess-server-info-server-status' );
define( 'HSISS_SLUG', 'htaccess-server-info-server-status' );
define( 'HSISS_VERSION', '2.10.0-dev0' );
define( 'HSISS_VERSION', '2.10.0' );
define( 'HSISS_CODENAME', '"-"' );

define( 'HSISS_CDN_AVAILABLE', true );
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: apache, htaccess, server-status, server-info, stackdriver
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.2
Stable tag: 2.9.0
Stable tag: 2.10.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 05813fa

Please sign in to comment.