Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Apr 22, 2021
1 parent 9c3b8cb commit 783ed6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 783ed6d

Please sign in to comment.