From c19d1f21f42c11f0222a92a7a1eb70e4c8b22d74 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Wed, 20 Apr 2022 14:51:26 +0200 Subject: [PATCH] Ready to release 2.9.0 on wp.org --- CHANGELOG.md | 2 +- htaccess-server-info-server-status.php | 2 +- init.php | 2 +- readme.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c219b06..152ab22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.0] - Not Yet Released +## [2.9.0] - 2022-04-20 ### Added - Compatibility with WordPress 6.0. diff --git a/htaccess-server-info-server-status.php b/htaccess-server-info-server-status.php index bc764a7..2c63e0a 100644 --- a/htaccess-server-info-server-status.php +++ b/htaccess-server-info-server-status.php @@ -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.8.1 + * Version: 2.9.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One diff --git a/init.php b/init.php index 574a785..019285b 100644 --- a/init.php +++ b/init.php @@ -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.9.0-dev1' ); +define( 'HSISS_VERSION', '2.9.0' ); define( 'HSISS_CODENAME', '"-"' ); define( 'HSISS_CDN_AVAILABLE', true ); \ No newline at end of file diff --git a/readme.txt b/readme.txt index 2b2f363..5f8682e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: PierreLannoy Tags: apache, htaccess, server-status, server-info, stackdriver Requires at least: 5.2 -Tested up to: 5.9 +Tested up to: 6.0 Requires PHP: 7.2 -Stable tag: 2.8.1 +Stable tag: 2.9.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-2.0.html