Releases: Pierre-Lannoy/wp-htaccess-server-info-server-status
Releases · Pierre-Lannoy/wp-htaccess-server-info-server-status
Version 2.10.0
Added
- Compatibility with WordPress 6.1.
Version 2.9.0
Added
- Compatibility with WordPress 6.0.
Changed
- Site Health page now presents a much more realistic test about object caching.
- Updated DecaLog SDK from version 2.0.2 to version 3.0.0.
Removed
- Donate link in
readme.txt
as it was outdated.
Version 2.8.1
Fixed
- The Site Health page may launch deprecated tests.
Version 2.8.0
Added
- Compatibility with PHP 8.1.
Changed
- Updated DecaLog SDK from version 2.0.0 to version 2.0.2.
- Updated PerfOps One library from 2.2.1 to 2.2.2.
- Refactored cache mechanisms to fully support Redis and Memcached.
- Improved bubbles display when width is less than 500px (thanks to Pat Ol).
- The tables headers have now a better contrast (thanks to Paul Bonaldi).
Fixed
- Object caching method may be wrongly detected in Site Health status (thanks to freshuk).
- The console menu may display an empty screen (thanks to Renaud Pacouil).
- There may be name collisions with internal APCu cache.
Version 2.7.0
Added
- Compatibility with WordPress 5.9.
- New button in settings to install recommended plugins.
- The available hooks (filters and actions) are now described in
HOOKS.md
file.
Changed
- Improved update process on high-traffic sites to avoid concurrent resources accesses.
- Better publishing frequency for metrics.
- Updated labels and links in plugins page.
- Updated the
README.md
file.
Fixed
- Country translation with i18n module may be wrong.
- There's typos in
CHANGELOG.md
.
Version 2.6.0
Added
- It's now possible to hide the main PerfOps One menu via the
poo_hide_main_menu
filter or each submenu via thepoo_hide_analytics_menu
,poo_hide_consoles_menu
,poo_hide_insights_menu
,poo_hide_tools_menu
,poo_hide_records_menu
andpoo_hide_settings_menu
filters (thanks to Jan Thiel).
Changed
- Updated DecaLog SDK from version 1.2.0 to version 2.0.0.
Fixed
- There may be name collisions for some functions if version of WordPress is lower than 5.6.
- The main PerfOps One menu is not hidden when it doesn't contain any items (thanks to Jan Thiel).
- In some very special conditions, the plugin may be in the default site language rather than the user's language.
- The PerfOps One menu builder is not compatible with Admin Menu Editor plugin (thanks to dvokoun).
Version 2.5.1
Changed
- New redesigned UI for PerfOps One plugins management and menus (thanks to Loïc Antignac, Paul Bonaldi, Axel Ducoron, Laurent Millet, Samy Rabih and Raphaël Riehl for their invaluable help).
Fixed
- In some conditions, the plugin may be in the default site language rather than the user's language.
Version 2.5.0
Added
- Compatibility with WordPress 5.8.
- Integration with DecaLog SDK.
Version 2.4.0
Added
- Compatibility with WordPress 5.7.
Version 2.3.0
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.
- Improved translation loading.
Fixed
- In Site Health section, Opcache status may be wrong (or generates PHP warnings) if OPcache API usage is restricted.