From acda66e9c8baf2965f6cb220f67985ef9442e0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Fri, 4 Jun 2021 11:47:40 -0400 Subject: [PATCH] Updates changelog --- changelog.md | 13 +++++++++++++ readme.txt | 17 +++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2df8641..a134bed 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ Changelog ========= +#### 3.0.5 #### + +- Fixes a potential XSS vulnerability (props to Yu Iwama of Secure Sky Technology Inc. and the JPCERT/CC Vulnerability Coordination Group). +- Fixes a potential code injection vulnerability (props to Jerome & NinTechNet). +- Fixes a fatal error that can occur when using stock thumbnail sizes (props to @rianovost). +- Fixes a srcset bug that affects specific PHP locales (props to @fredel). +- Fixes a srcset not loading images due to improper SSL/HTTPS configuration (props to @aj4h). +- Fixes a views/comments translation issue that affects some languages. + +If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended. + +[Release notes](https://cabrerahector.com/wordpress/recently-3-0-has-been-released/#minor-updates-and-hotfixes) + #### 3.0.4 #### * Fixes an issue where when using multiple widgets on the same page posts would be duplicated (thanks rianovost!) diff --git a/readme.txt b/readme.txt index 2b4fb38..6ed3171 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,19 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/recently/ == Changelog == += 3.0.5 = + +- Fixes a potential XSS vulnerability (props to Yu Iwama of Secure Sky Technology Inc. and the JPCERT/CC Vulnerability Coordination Group). +- Fixes a potential code injection vulnerability (props to Jerome & NinTechNet). +- Fixes a fatal error that can occur when using stock thumbnail sizes (props to @rianovost). +- Fixes a srcset bug that affects specific PHP locales (props to @fredel). +- Fixes a srcset not loading images due to improper SSL/HTTPS configuration (props to @aj4h). +- Fixes a views/comments translation issue that affects some languages. + +If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended. + +[Release notes](https://cabrerahector.com/wordpress/recently-3-0-has-been-released/#minor-updates-and-hotfixes) + = 3.0.4 = * Fixes an issue where when using multiple widgets on the same page posts would be duplicated (thanks rianovost!) @@ -124,5 +137,5 @@ See the [Release Notes](https://cabrerahector.com/wordpress/recently-3-0-has-bee [Full Changelog](https://github.com/cabrerahector/recently/blob/master/changelog.md). == Upgrade Notice == -= 3.0.0 = -If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended. += 3.0.5 = +If you're using a caching plugin flushing its cache after installing/upgrading to this version is highly recommended.