Skip to content

Releases: Pierre-Lannoy/wp-htaccess-server-info-server-status

Version 2.10.0

06 Oct 06:53
05813fa
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 6.1.

Version 2.9.0

20 Apr 12:53
Compare
Choose a tag to compare

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

17 Jan 15:15
Compare
Choose a tag to compare

Fixed

  • The Site Health page may launch deprecated tests.

Version 2.8.0

17 Jan 07:07
Compare
Choose a tag to compare

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

07 Dec 00:07
Compare
Choose a tag to compare

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

07 Sep 12:15
Compare
Choose a tag to compare

Added

  • It's now possible to hide the main PerfOps One menu via the poo_hide_main_menu filter or each submenu via the poo_hide_analytics_menu, poo_hide_consoles_menu, poo_hide_insights_menu, poo_hide_tools_menu, poo_hide_records_menu and poo_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

11 Aug 07:50
Compare
Choose a tag to compare

Changed

Fixed

  • In some conditions, the plugin may be in the default site language rather than the user's language.

Version 2.5.0

22 Jun 11:38
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 5.8.
  • Integration with DecaLog SDK.

Version 2.4.0

23 Feb 23:31
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 5.7.

Version 2.3.0

11 Jan 15:16
Compare
Choose a tag to compare

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.