diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d93ad..9ad19eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to `WP 404 Caching` will be documented in this file. +## 1.0.3 + +- Added `caching_enabled` method to be able to check the `wp_404_caching_enabled` filter later in methods where it is needed. ## 1.0.2 diff --git a/README.md b/README.md index 145819e..e2e8ae1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A WordPress plugin to provide full page caching for 404 pages, improving perform - **Contributors**: alleyinteractive - **Tags**: alleyinteractive, wp-404-caching -- **Stable tag**: 1.0.2 +- **Stable tag**: 1.0.3 ## Requirements - SSL enabled on the website. diff --git a/wp-404-caching.php b/wp-404-caching.php index 4e5dabf..42a905b 100644 --- a/wp-404-caching.php +++ b/wp-404-caching.php @@ -3,7 +3,7 @@ * Plugin Name: WP 404 Caching * Plugin URI: https://github.com/alleyinteractive/wp-404-caching * Description: Full Page Cache for WordPress 404s - * Version: 1.0.2 + * Version: 1.0.3 * Author: Alley * Author URI: https://github.com/alleyinteractive/wp-404-caching * Requires at least: 6.3