Skip to content

Releases: Pierre-Lannoy/wp-apcu-manager

Version 3.6.0

12 Jul 05:13
03e711b
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 6.3.

Changed

  • The color for shmop test in Site Health is now gray to not worry to much about it (was previously orange).

Fixed

  • With APCu version greater than 5.1.21, the 'used' object field may be wrongly computed.

Version 3.5.2

15 May 05:22
2a73f4c
Compare
Choose a tag to compare

Changed

  • Improved objects list rendering time.

Fixed

  • Sorting objects by status produces PHP warnings.

Removed

  • The ability to try to fetch expired objects.

Version 3.5.1

02 Mar 16:16
aedd5ed
Compare
Choose a tag to compare

Fixed

Version 3.5.0

24 Feb 11:13
8e7b86a
Compare
Choose a tag to compare

The developments of PerfOps One suite, of which this plugin is a part, is now sponsored by Hosterra.

Hosterra is a web hosting company I founded in late 2022 whose purpose is to propose web services operating in a European data center that is water and energy efficient and ensures a first step towards GDPR compliance.

This sponsoring is a way to keep PerfOps One plugins suite free, open source and independent.

Added

  • Compatibility with WordPress 6.2.

Fixed

  • In some edge-cases, detecting IP may produce PHP deprecation warnings (thanks to YR Chen).

Version 3.4.1

26 Jan 16:53
4b1e54d
Compare
Choose a tag to compare

Changed

  • Better handling of hoster-specific configurations.

Fixed

  • The plugin doesn't fully support APCu version greater than 5.1.21 (many thanks to vgostore for helping me to debunk this).

Version 3.4.0

31 Dec 11:15
030ac98
Compare
Choose a tag to compare

Added

  • Support for wp_cache_flush_group() function.

Changed

  • Improved loading by removing unneeded jQuery references in public rendering (thanks to Kishorchand).
  • [WPCLI] Improved resilience to php configuration-related errors.

Version 3.3.0

06 Oct 06:48
03d8603
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 6.1.
  • Support for wp_cache_flush_runtime() function.
  • [WPCLI] The results of wp apcu commands are now logged in DecaLog.

Changed

  • Improved ephemeral cache in analytics.
  • Updated Kint from version 4.1.1 to version 4.2.0.
  • [WPCLI] The results of wp apcu commands are now prefixed by the product name.

Fixed

Version 3.2.0

20 Apr 10:10
Compare
Choose a tag to compare

Added

  • Compatibility with WordPress 6.0.
  • Full support of wp_cache_*_multi() functions.

Changed

  • Improved preloading compatibility.
  • Updated DecaLog SDK from version 2.0.2 to version 3.0.0.

Fixed

Version 3.1.1

23 Feb 08:21
Compare
Choose a tag to compare

Changed

  • Hugely improved loading speed.
  • Improved options hit ratio.
  • In list view, the object's status is now displayed.
  • The Y-axis and legend of the fragmentation graph are now more readable.
  • Improved deactivation process - with failsafe.
  • Implementation of force flag to force a refetch rather than relying on the local cache.

Fixed

  • The garbage collector may (wrongly) skip some objects.
  • Ajax calls to save/update posts may not refetch the cache value in some conditions.

Version 3.1.0

15 Feb 18:01
Compare
Choose a tag to compare

Added

  • New objects viewer in APCu management tools.
  • There's now apcm_objects_list_actions_for_object and apcm_objects_list_actions_for_ttl filters to add custom actions to objects list view.
  • Support for future wp_cache_*_multi() functions that will be available in WordPress 6.0.
  • Built-in compatibility with unusual hosting environments and poorly coded plugins or themes (thanks to Renaud Pacouil for suggestion, support & tests).

Changed

  • Activating/deactivating object cache setting now forces APCu flush.
  • Deactivating/uninstalling the plugin now forces APCu flush (thanks to Renaud Pacouil for the idea).
  • Improved persistent / non-persistent groups handling.
  • Improved built-in internal cache speed.
  • Site Health page now presents a much more realistic test about object caching.
  • Improved coexistence behaviour with other cache management plugins.
  • The drop-in file is now updated when plugin is updated.

Fixed

  • Objects at APCu root have no path in tool list view.
  • Some options may not be reset when clicking "Reset To Default" button.
  • In some conditions, the message for updated settings is incomplete.

Removed

  • APCu metrics collation from command-line as it was meaningless and can cause issues on some hostings.