Skip to content

Commit

Permalink
Release 2.3.1, rewrite changelog for 2.3.0, WP 5.7 compatibility (plu…
Browse files Browse the repository at this point in the history
…ginkollektiv#195)

* update deployment branches from master to stable/develop
* prepare release 2.3.1
* update version and stable tag
* CHANGELOG++
* README++
* Update screenshot of settings page
* bump WP compatibility to 5.7 + updated screenshots
  • Loading branch information
stklcode authored Mar 14, 2021
1 parent f8326db commit 041d60a
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 25 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cachify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 27 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 041d60a

Please sign in to comment.