diff --git a/changelog.md b/changelog.md index a635432d..50f6433d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,19 @@ Changelog ========= +#### 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!) +- `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. diff --git a/readme.txt b/readme.txt index 777b5367..770ce106 100644 --- a/readme.txt +++ b/readme.txt @@ -97,11 +97,19 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/wordpress == Changelog == += 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!) +- `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.