Releases: cabrerahector/wordpress-popular-posts
WPP 5.3.0
This release includes the following changes:
- 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.
WPP 5.2.4
This release includes the following changes:
- Fixes some PHP notices affecting Block Editor users.
- Fixes a rare PHP notice that pops up randomly when using the Pageviews Cache feature.
WPP 5.2.3
This release includes the following changes:
- Fixes a compatibility issue with WordPress 5.5.
- Widget themes: various fixes for better IE11 compatibility.
WPP 5.2.2
This release includes the following changes:
- Fixes compatibility issue with plugins that minify HTML code.
- Updates installation instructions.
- Other minor improvements.
If you're using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
WPP 5.2.1
This release includes the following changes:
- Fixes fatal PHP error triggered on some server setups.
- Makes sure non-ajaxified themed widgets are properly moved into the ShadowRoot.
- Fixes declaration of the wpp_params variable.
If you're using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
WPP 5.2.0
This release includes the following changes:
- JavaScript based Lazy Loading superseded by Native Lazing Loading.
- Improved Pageviews Cache.
- Views/comments count will be prettified now!
- Fixed a few layout issues found in widget themes.
- Improved compatibility with Content Security Policy (CSP).
- Added support for ACF images.
- Other minor improvements and fixes.
If you're using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
WPP 5.1.0
This release includes the following changes:
- The /popular-posts GET API endpoint is now being cached as well.
- Added a new Content Tag: title_attr.
- Added a new filter hook to filter popular posts terms.
- Minor code improvements.
WPP 5.0.2
This release includes the following changes:
WPP 5.0.1
This release includes the following changes:
If you're using a caching plugin, flushing its cache right after installing / upgrading to this version is recommended.
- Fixed a compatibility issue with the newly introduced widget themes feature. If you're using a theme with your popular posts widget you'll need to reapply it for it to get the latest changes (go to Appearance > Widgets > WordPress Popular Posts, select a different theme then hit Save, finally switch back to your preferred theme and hit Save again.)
- Fixed two date related issues.
- Minor styling improvements to widget themes Cards, Cards Compact, Cardview and Cardview Compact.
- Removes bold styling from post title on the stock design (wpp.css).
- Improves data caching logic.