Skip to content

Commit

Permalink
prepare release of v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Oct 28, 2021
1 parent 22b637a commit 71817e2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 2.3.2
* Fix: enforce WordPress environment for caching modules (#221, props timse201)
* Fix: Remove unnecessary build artifacts from plugin deployment (#226)
* Fix: Fix input sanitization for APC proxy (#240) (#241)
* Maintenance: Remove unused language folder (#214, props timse201)
* Maintenance: Update documentation links (#211, #212, props timse201)
* Maintenance: Update documentation links (#213, props timse201)
* Maintenance: More precise tags in README file (#216, props timse201)

## 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)
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.1
* Version: 2.3.2
* Text Domain: cachify
*
* @package Cachify
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Requires at least: 4.4
* Tested up to: 5.7
* Requires PHP: 5.2.4
* Stable tag: 2.3.1
* Stable tag: 2.3.2
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,15 @@ A complete documentation is available in the [online handbook](https://cachify.p

## Changelog ##

### 2.3.2 ###
* Fix: enforce WordPress environment for caching modules (#221, props timse201)
* Fix: Remove unnecessary build artifacts from plugin deployment (#226)
* Fix: Fix input sanitization for APC proxy (#240) (#241)
* Maintenance: Remove unused language folder (#214, props timse201)
* Maintenance: Update documentation links (#211, #212, props timse201)
* Maintenance: Update documentation links (#213, props timse201)
* Maintenance: More precise tags in README file (#216, props timse201)

### 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)
Expand Down Expand Up @@ -151,6 +160,9 @@ For the complete changelog, check out our [GitHub repository](https://github.com

## Upgrade Notice ##

### 2.3.2 ###
This is a minor maintenance release. It is recommended for all users.

### 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.

Expand Down

0 comments on commit 71817e2

Please sign in to comment.