All notable changes to WP 404 Caching
will be documented in this file.
- Drop requirement for
alleyinteractive/wp-type-extensions
. - Drop
wp_404_caching_features
filter. - Github Action: add support for the memcached service;
- Github Action: test against PHP 8.3
- Added
caching_enabled
method to be able to check thewp_404_caching_enabled
filter later in methods where it is needed.
- Fixed issue with Feature_Manager setup
- Added
wp_404_caching_enabled
filter to allow disabling the cache
- Initial release