Releases: Pierre-Lannoy/wp-apcu-manager
Releases · Pierre-Lannoy/wp-apcu-manager
Version 3.6.0
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
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
Fixed
- [SEC004] CSRF vulnerability / CVE-2023-27444 (thanks to Mika from Patchstack).
Version 3.5.0
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
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
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
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
- [SEC003] Moment.js library updated to 2.29.4 / Regular Expression Denial of Service (ReDoS).
- Flushing APCu doesn't flush the internal cache at the same time.
Version 3.2.0
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
- [SEC002] Moment.js library updated to 2.29.2 / CVE-2022-24785.
Version 3.1.1
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
Added
- New objects viewer in APCu management tools.
- There's now
apcm_objects_list_actions_for_object
andapcm_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.