Skip to content

Commit

Permalink
Ready to release 2.3.0 on wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Jan 11, 2021
1 parent b6e7734 commit ab5cf03
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ 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).

## [Unreleased]
## [2.3.0] - 2021-01-11

### Added
- New "insights": Apache live status (when `server-status` is enabled).
- New "insights": Apache effective configuration files (when `server-info` is enabled).
- New "insights": Apache server settings, modules and hooks information (when `server-info` is enabled).

### Changed
- Consistent reset for settings.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
[![wordpress](https://badgen.net/badge/wordpress/5.0+/green)](https://wordpress.org/plugins/htaccess-server-info-server-status/)
[![license](https://badgen.net/github/license/Pierre-Lannoy/wp-htaccess-server-info-server-status/)](/license.txt)

**Apache Status & Info** is a WordPress plugin which generates specific rewrite rules for [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) Apache modules.
**Apache Status & Info** is a WordPress plugin that generates specific rewrite rules for [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) Apache modules and allows to monitor Apache right in the WordPress admin.

When you want to use [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and/or [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) with Apache server, you must modify (right in your `.htaccess` file) the rewrite rules generated by WordPress. And you must do it each time WordPress modify and regenerates the rules.
**Apache Status & Info** do it for you, without you having to intervene. Just activate it and that's it!

In addition to this, **Apache Status & Info** allows you to monitor your Apache configuration and settings, right in your WordPress admin.

See [WordPress directory page](https://wordpress.org/plugins/htaccess-server-info-server-status/).

## Installation
Expand Down
4 changes: 2 additions & 2 deletions htaccess-server-info-server-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* @wordpress-plugin
* Plugin Name: Apache Status & Info
* Plugin URI: https://github.com/Pierre-Lannoy/wp-htaccess-server-info-server-status
* Description: Automatically add rules to .htaccess file to support server-info and server-status Apache mod.
* Version: 2.2.0
* Description: Apache server-info and server-status monitoring right in your WordPress admin.
* Version: 2.3.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( '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.2.0' );
define( 'HSISS_VERSION', '2.3.0' );
define( 'HSISS_CODENAME', '"-"' );

define( 'HSISS_CDN_AVAILABLE', true );
17 changes: 13 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ Tags: apache, htaccess, server-status, server-info, stackdriver
Requires at least: 5.2
Tested up to: 5.6
Requires PHP: 7.2
Stable tag: 2.2.0
Stable tag: 2.3.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://support.laquadrature.net/

Automatically add rules to .htaccess file to support server-info and server-status Apache mod.
Apache server-info and server-status monitoring right in your WordPress admin.

== Description ==
When you want to use [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and/or [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) with Apache server, you must modify (right in your .htaccess file) the rewrite rules generated by WordPress. And you must do it each time WordPress modify and regenerates the rules.
Apache Status & Info do it for you, without you having to intervene. Just activate it and that's it!
When you want to use [server-info](https://httpd.apache.org/docs/2.4/en/mod/mod_info.html) and/or [server-status](https://httpd.apache.org/docs/current/en/mod/mod_status.html) with Apache server, you must modify (right in your `.htaccess` file) the rewrite rules generated by WordPress. And you must do it each time WordPress modify and regenerates the rules.
**Apache Status & Info** do it for you, without you having to intervene. Just activate it and that's it!

In addition to this, **Apache Status & Info** allows you to monitor your Apache configuration and settings, right in your WordPress admin (see screenshots for example).

**Apache Status & Info** is a free and open source plugin for WordPress. It integrates many other free and open source works (as-is or modified). Please, see 'about' tab in the plugin settings to see the details.

= Support =

Expand Down Expand Up @@ -77,3 +81,8 @@ Please, see [full changelog](https://github.com/Pierre-Lannoy/wp-htaccess-server
== Upgrade Notice ==

== Screenshots ==

1. Settings Page
2. Live Status Insights
3. Apache Settings, Modules And Hooks.
4. Apache Effective Configuration Files

0 comments on commit ab5cf03

Please sign in to comment.