From ef7035e0cba8851e7ef33feb80191024bdba080e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Sun, 14 Jan 2024 12:01:00 -0400 Subject: [PATCH] Updates changelog --- changelog.md | 13 +++++++++++++ readme.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/changelog.md b/changelog.md index df95d3f..6f496da 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ Changelog ========= +## 4.0.3 ## + +**If you're using a page caching plugin it's highly recommended to clear its cache after upgrading to this version.** +**If you're using a JS minifying plugin you may need to add recently.min.js to its exclusion list (see [FAQ](https://github.com/cabrerahector/recently/wiki/3.-FAQ#is-recently-compatible-with-plugins-that-minify--bundle-javascript-code)).** + +- Min. required Wordpress version is now 5.7. +- Improves PHP 8 support. +- Improves compatibility with XHTML WordPress themes. +- Query data caching feature has been removed as its now built-in into WordPress. +- Other minor enhancements. + +[Release notes](https://cabrerahector.com/wordpress/recently-4-0-new-recently-block-php-5-support-dropped-minimum-supported-wordpress-version-changed/#4.0.2). + ## 4.0.2 ## - Fixes an issue where the excerpt would not be truncated at the expected length (props to dimalifragis!) diff --git a/readme.txt b/readme.txt index 6c3712a..f3e178d 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,19 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/recently/ == Changelog == += 4.0.3 = + +**If you're using a page caching plugin it's highly recommended to clear its cache after upgrading to this version.** +**If you're using a JS minifying plugin you may need to add recently.min.js to its exclusion list (see [FAQ](https://github.com/cabrerahector/recently/wiki/3.-FAQ#is-recently-compatible-with-plugins-that-minify--bundle-javascript-code)).** + +- Min. required Wordpress version is now 5.7. +- Improves PHP 8 support. +- Improves compatibility with XHTML WordPress themes. +- Query data caching feature has been removed as its now built-in into WordPress. +- Other minor enhancements. + +[Release notes](https://cabrerahector.com/wordpress/recently-4-0-new-recently-block-php-5-support-dropped-minimum-supported-wordpress-version-changed/#4.0.2). + = 4.0.2 = - Fixes an issue where the excerpt would not be truncated at the expected length (props to dimalifragis!)