Object Cache 4 everyone — Full changelog

For each release, see the entries below. The latest version is always at the top.
The current release notes also live in readme.txt under "== Changelog ==".

= 2.3.3 - 2026-06-11 =
* Improved: The "Flush cache" action now requires an explicit administrator capability check (manage_options) in addition to the existing nonce.
* Improved: All Memcached statistics shown on the Plugins screen are escaped on output and item counters are cast to integers.
* Improved: The detected Memcached server address is now written to the generated object-cache.php drop-in with a safe encoder, and a server set via OC4EVERYONE_MEMCACHED_SERVER is validated against a strict host:port pattern.
* Improved: Disk object cache files are now protected from direct web access (deny-all rules and a non-PHP file extension) and verified with an HMAC integrity signature before being unserialized.
* Fix: Removed a debug log call that ran on every cache flush.
* Fix: Replaced the deprecated current_time('timestamp') call used when stamping the generated drop-in.
* Fix: Corrected malformed HTML tags in the Plugins-screen statistics output.

= 2.3.2 - 2026-05-08 =
Template updated

= 2.3.1 - 2026-05-08 =
Security fixes. Plugin Check (PCP) review

= 2.3 - 2025-03-20 =
WPCS review
Added WordPress 6.9 compatibility
Happy birthday

= 2.2 - 2023-11-06 =
Added Memcached server flush functionality. You can now easily flush your Memcached server's cache directly from the plugin. Click the "Flush cache" link in the plugin description to clear the cache.
Added WordPress 6.4 compatibility. The plugin has been updated to ensure seamless compatibility with the latest version of WordPress, version 6.4.

= 2.1 - 2023-09-19 =
Added functionality to enable the plugin in additional staging or development environments on the same server.

= 2.0 - 2023-09-15 =
Implemented WordPress best practices and reorganized server info.

= 1.8 - 2023-09-13 =
Flush cache on plugin activation/deactivation.

= 1.7 - 2023-08-19 =
Sanitize wrong keys

= 1.6 - 2023-08-09 =
Disable Disk Object cache conditionally

= 1.5 - 2023-08-03 =
Show Memcached stats

= 1.4.3 - 2023-08-02 =
PHP 8.2 Deprecation Test

= 1.4 - 2023-08-02 =
Declare your own Memcached Server instance.
More accurate message information
New strings

= 1.3 - 2023-07-26 =
Updated WordPress compatibility
New strings

= 1.2 - 2023-06-12 =
Updated WordPress compatibility
PHP 8.x compatibility

= 1.1 - 2020-05-20 =
Improvements, more default servers added.
Added SiteGround Memcached server automatically.

= 1.0 - 2020-05-16 =
Initial release.
