diff --git a/.github/workflows/wordpress-plugin-asset-update.yml b/.github/workflows/wordpress-plugin-asset-update.yml index 4e5358fc..7ed40652 100644 --- a/.github/workflows/wordpress-plugin-asset-update.yml +++ b/.github/workflows/wordpress-plugin-asset-update.yml @@ -2,17 +2,17 @@ name: Plugin asset/readme update on: push: branches: - - master + - stable jobs: - master: - name: Push to master + stable: + name: Push to stable runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: php-actions/composer@v5 - - name: WordPress.org plugin asset/readme update - uses: 10up/action-wordpress-plugin-asset-update@stable - env: - SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SVN_USERNAME: ${{ secrets.SVN_USERNAME }} - README_NAME: README.txt + - uses: actions/checkout@v2 + - uses: php-actions/composer@v5 + - name: WordPress.org plugin asset/readme update + uses: 10up/action-wordpress-plugin-asset-update@stable + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + README_NAME: readme.txt diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png index f733d779..a13e76f4 100644 Binary files a/.wordpress-org/screenshot-1.png and b/.wordpress-org/screenshot-1.png differ diff --git a/.wordpress-org/screenshot-2.png b/.wordpress-org/screenshot-2.png index d4724de2..dc39905f 100644 Binary files a/.wordpress-org/screenshot-2.png and b/.wordpress-org/screenshot-2.png differ diff --git a/.wordpress-org/screenshot-3.png b/.wordpress-org/screenshot-3.png index 91e54199..8fb537fe 100644 Binary files a/.wordpress-org/screenshot-3.png and b/.wordpress-org/screenshot-3.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cce4e1..65dfd546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2.3.1] -* Fix: clean up unused parameter evaluation after publishing a post to prevent PHP notice +## 2.3.1 +* Fix: clean up unused parameter evaluation after publishing a post to prevent PHP notice (#187) (#188) +* Fix: correct minor spelling mistakes (#193, props timse201) +* Fix: update support links (#194, props timse201) -## [2.3.0] -* New: WP-CLI integration, see #165, props derweili +## 2.3.0 +* New: WP-CLI integration (#165, props derweili) * New: `cachify_flush_cache_hooks` filter added to modify all hooks that flush the cache * New: Flush cache when a user is created / updated / deleted -* New: Flush cache when a term is created / updated / deleted, see #169, props derweili -* New: Cache behavior after post modification is now configurable in plugin settings -* Enhance: Cache exceptions/User-Agents translation, see #52, props timse201 -* Enhance: Readme FAQ, see #51, props timse201 -* Enhance: sizeable exclusion boxes + placeholder, see #53, props timse201 -* Enhance: FAQ and Support links, see #55, props timse201 +* New: Flush cache when a term is created / updated / deleted (#169, props derweili) +* New: Cache behavior after post modification is now configurable in plugin settings (#176) +* Enhance: Cache exceptions/User-Agents translation (#52, props timse201) +* Enhance: Readme FAQ (#51, props timse201) +* Enhance: sizeable exclusion boxes + placeholder (#53, props timse201) +* Enhance: FAQ and Support links (#55, props timse201) * Enhance: Add text caption to "flush cache" button -* Security: Tabnabbing prevention, see #55, props timse201 +* Enhance: Icon font converted to SVG (#64) +* Enhance: Improved HDD cache invalidation for hierarchical post types (#71, props Syberspace) +* Enhance: Unified and shortened HTML signature across all caching methods (#108) (#109) +* Security: Tabnabbing prevention (#55, props timse201) +* Maintenance: Tested up to WordPress 5.4 + ## 2.2.4 * Fixes caching for mixed HTTPS and HTTP setups diff --git a/cachify.php b/cachify.php index 2455194d..9eccf799 100644 --- a/cachify.php +++ b/cachify.php @@ -7,7 +7,7 @@ * Plugin URI: https://cachify.pluginkollektiv.org * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html - * Version: 2.3.0 + * Version: 2.3.1 * Text Domain: cachify * * @package Cachify diff --git a/readme.txt b/readme.txt index 322395ff..0487c042 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ * Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW * Tags: acceleration, apc, cache, caching, compress, database cache, db-cache, disk cache, disk caching, google, hdd, html compression, memcached, minify, minimize, optimize, page cache, performance, quick cache, speed * Requires at least: 4.4 -* Tested up to: 5.4 +* Tested up to: 5.7 * Requires PHP: 5.2.4 -* Stable tag: 2.3.0 +* Stable tag: 2.3.1 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,28 @@ A complete documentation is available in the [GitHub repository Wiki](https://gi ## Changelog ## +### 2.3.1 ### +* Fix: clean up unused parameter evaluation after publishing a post to prevent PHP notice (#187) (#188) +* Fix: correct minor spelling mistakes (#193, props timse201) +* Fix: update support links (#194, props timse201) + +### 2.3.0 ### +* New: WP-CLI integration (#165, props derweili) +* New: `cachify_flush_cache_hooks` filter added to modify all hooks that flush the cache +* New: Flush cache when a user is created / updated / deleted +* New: Flush cache when a term is created / updated / deleted (#169, props derweili) +* New: Cache behavior after post modification is now configurable in plugin settings (#176) +* Enhance: Cache exceptions/User-Agents translation (#52, props timse201) +* Enhance: Readme FAQ (#51, props timse201) +* Enhance: sizeable exclusion boxes + placeholder (#53, props timse201) +* Enhance: FAQ and Support links (#55, props timse201) +* Enhance: Add text caption to "flush cache" button +* Enhance: Icon font converted to SVG (#64) +* Enhance: Improved HDD cache invalidation for hierarchical post types (#71, props Syberspace) +* Enhance: Unified and shortened HTML signature across all caching methods (#108) (#109) +* Security: Tabnabbing prevention (#55, props timse201) +* Maintenance: Tested up to WordPress 5.4 + ### 2.2.4 ### * Fixes caching for mixed HTTPS and HTTP setups * Fixes an issue with the icon styling in the admin toolbar @@ -129,6 +151,9 @@ For the complete changelog, check out our [GitHub repository](https://github.com ## Upgrade Notice ## +### 2.3.1 ### +This is a minor bug fix release that prevents PHP warnings introduced in 2.3.0. It is recommended for all users. + ### 2.3.0 ### To improve Cachify and make use of new core functions, we decided to drop support for WordPress 4.3 and older. Please make sure your WordPress is always up to date.