Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Aug 19, 2021
1 parent 039dca6 commit 19e22fd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 61 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

#### 5.4.0 ####

**If you're using a caching plugin flushing its cache after upgrading to this version is highly recommended.**

- The widget block is no longer an experimental feature and is now available to everyone (but it's still a WIP).
- Widget block: adds AJAX support to prevent caching plugins from caching your popular posts block.
- Widget block: adds WPML/Polylang support.
- Widget block: fixes widget heading not displaying.
- Widget themes: allow themes to detect the current post so it can be styled differently.
- Fixes `wpp_excerpt_more` filter hook not working (props to SchweizerSchoggi!)
- Adds filter hook `wpp_title_more` to allow customization of the prefix added to shortened post titles.
- Removes inline JavaScript code from WPP's dashboard in preparation for [WordPress' CSP adoption](https://core.trac.wordpress.org/ticket/51407).

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-4-widget-block-improvements-plus-prep-work-for-csp-support/)

#### 5.3.6 ####

- Fixes a potential authenticated stored XSS vulnerability (props to pluginvulnerabilities.com).
Expand Down
73 changes: 12 additions & 61 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,69 +97,20 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/wordpress

== Changelog ==

= 5.3.6 =
= 5.4.0 =

- Fixes a potential authenticated stored XSS vulnerability (props to pluginvulnerabilities.com).
- Fixes widget title not being displayed under certain conditions (thanks @Okoth1 and others for reporting this issue!)
- Fixes a PHP notice generated by the widget block on WordPress 5.8.
**If you're using a caching plugin flushing its cache after upgrading to this version is highly recommended.**

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#5.3.6)
- The widget block is no longer an experimental feature and is now available to everyone (but it's still a WIP).
- Widget block: adds AJAX support to prevent caching plugins from caching your popular posts block.
- Widget block: adds WPML/Polylang support.
- Widget block: fixes widget heading not displaying.
- Widget themes: allow themes to detect the current post so it can be styled differently.
- Fixes `wpp_excerpt_more` filter hook not working (props to SchweizerSchoggi!)
- Adds filter hook `wpp_title_more` to allow customization of the prefix added to shortened post titles.
- Removes inline JavaScript code from WPP's dashboard in preparation for [WordPress' CSP adoption](https://core.trac.wordpress.org/ticket/51407).

= 5.3.5 =

- Reverts security enhancements (not the XSS one though) which caused garbled output for some websites.
- Fixes a PHP Fatal Error affecting some setups.

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#5.3.5)

= 5.3.4 =

- Experimental Gutenberg support! This version introduces the first WPP block. It's not enabled by default though, see the Release Notes for more.
- Fixes a potential authenticated stored XSS vulnerability (props to Visse for reporting it!)
- Overall security enhancements (props to Visse for assisting with this!)
- Other minor improvements / fixes.

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#5.3.4)

= 5.3.3 =

- 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 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).
- Updates ChartJS to version 2.9.4.

If you're using a caching plugin flushing its cache after upgrading to this version is highly recommended.

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#minor-updates-and-hotfixes)

= 5.3.2 =

- `wpp_get_views()`: fixed an issue where the function would return 0 views under certain conditions (thanks to everyone who helped with this!)

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#minor-updates-and-hotfixes)

= 5.3.1 =

- `wpp_get_views()`: restores previous behavior where when no time range was set the function would return total views count (thanks @narolles!)
- The WPP widget will now be loaded via AJAX by default (this affects new installs only.)

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/#minor-updates-and-hotfixes)

= 5.3.0 =

- Improves compatibility with PHP 8.
- Allows to override widget theme stylesheets.
- Each post can have its own thumbnail now when using WPP with WPML/Polylang.
- Improved Polylang support.
- Adds a loading animation when using the widget with the Ajaxify widget option enabled.
- Fixes an issue where the plugin wouldn't generate thumbnails when filenames contains Unicode characters.
- The /popular-posts REST API endpoint now correctly translate posts when using WPML/Polylang.
- `wpp_get_views()` can now return views count from custom time ranges.
- Post thumbnails will now look sharper on retina displays!
- Other minor improvements / fixes.

[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-3-improved-php-8-support-retina-display-support-and-more/)
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-5-4-widget-block-improvements-plus-prep-work-for-csp-support/)

[Full Changelog](https://github.com/cabrerahector/wordpress-popular-posts/blob/master/changelog.md)

Expand All @@ -168,5 +119,5 @@ If you're using a caching plugin flushing its cache after upgrading to this vers
* Flame graphic by freevector/Vecteezy.com.

== Upgrade Notice ==
= 5.3.3 =
= 5.4.0 =
If you're using a caching plugin flushing its cache after upgrading to this version is highly recommended.

0 comments on commit 19e22fd

Please sign in to comment.