From 71817e26b9e16b621bf635fd269728536338564b Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 15 May 2021 10:38:10 +0200 Subject: [PATCH] prepare release of v2.3.2 --- CHANGELOG.md | 9 +++++++++ cachify.php | 2 +- readme.txt | 14 +++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dfd546..783eec4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cachify.php b/cachify.php index b1f330ef..3cba0d43 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.1 + * Version: 2.3.2 * Text Domain: cachify * * @package Cachify diff --git a/readme.txt b/readme.txt index fe0e49c3..b6661cf0 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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) @@ -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.