Skip to content

Releases: cabrerahector/wordpress-popular-posts

WPP 5.3.0

19 Apr 16:50
Compare
Choose a tag to compare

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.

Release notes

WPP 5.2.4

26 Aug 14:27
Compare
Choose a tag to compare

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

13 Aug 22:12
Compare
Choose a tag to compare

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

18 Jul 15:17
Compare
Choose a tag to compare

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.

Release notes

WPP 5.2.1

12 Jul 21:30
Compare
Choose a tag to compare

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.

Release notes

WPP 5.2.0

11 Jul 21:31
Compare
Choose a tag to compare

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.

Release Notes.

WPP 5.1.0

30 Mar 13:19
Compare
Choose a tag to compare

This release includes the following changes:

WPP 5.0.2

11 Jan 16:14
Compare
Choose a tag to compare

This release includes the following changes:

  • A performance notice will be displayed for mid/high traffic sites (see #239).
  • Fixed an issue with text_title content tag not being shortened (see #241).
  • Added a link to the Debug screen to the plugin's dashboard for ease of access.
  • Other minor improvements/changes.

WPP 5.0.1

04 Nov 14:54
Compare
Choose a tag to compare

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.

WPP 5.0.1 Beta 1

30 Oct 16:46
Compare
Choose a tag to compare

This release includes the following changes:

  • Improves data caching logic.
  • Removes bold styling from title (wpp.css).
  • Updates POT file.
  • Fixes two date-related issues (see #234 and #236).
  • Fixes widget themes styles conflicting with each other while not in the SR.