Skip to content

Releases: cabrerahector/wordpress-popular-posts

WPP 3.0.4 Beta 3

17 Jul 23:06
Compare
Choose a tag to compare
WPP 3.0.4 Beta 3 Pre-release
Pre-release

This release includes the following changes:

  • Updates HTML comment tag to detect custom markup when using filters.
  • Replaces getimagesize() with exif_imagetype().
  • Sets default logging level to 1 (Everyone).
  • Render the category link with cat_ID.
  • Fixes wrong variable reference in __image_resize().
  • Other minor changes / fixes.

WPP 3.0.4 Beta 2

02 Jul 16:17
Compare
Choose a tag to compare
WPP 3.0.4 Beta 2 Pre-release
Pre-release

This release includes the following changes:

  • Switches the logic to update views count.
  • Adds charset to mb_substr when truncanting excerpt.

WPP 3.0.4 Beta 1

30 Jun 19:48
Compare
Choose a tag to compare
WPP 3.0.4 Beta 1 Pre-release
Pre-release

This version includes the following changes:

  • Disables bot detection.

WPP 3.0.3

27 Jun 19:12
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes widget not saving 'freshness' setting.
  • Adds HTMLentities conversion/deconversion on wpp_get_mostpopular().
  • Improves thumbnail detection.
  • Fixes a bug affecting the truncation of excerpts.
  • Fixes yet another bug on wpp_get_views().
  • Other minor changes.

WPP 3.0.2

19 Jun 16:19
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes an introduced bug on wpp_get_views().
  • Fixes bug where thumbnail size was cached for multiple instances.
  • Adds back stylesheet detection.
  • Removes unused widget.js file.
  • Other minor bug fixes.

WPP 3.0.2 Beta 1

18 Jun 15:34
Compare
Choose a tag to compare
WPP 3.0.2 Beta 1 Pre-release
Pre-release

This release contains the following changes:

  • Fixes an introduced bug on wpp_get_views().
  • Fixes bug where thumbnail size was cached for multiple instances.
  • Removes unused widget.js file.

WPP 3.0.1

17 Jun 23:35
Compare
Choose a tag to compare

This version includes the following changes:

  • Fixes bug on wpp_get_views.
  • Sustitutes WP_DEBUG with custom debugging constant.
  • Fixes bug that prevented disabling plugin's stylesheet.

WPP 3.0.0

17 Jun 15:21
Compare
Choose a tag to compare

This release includes the following changes:

  • Plugin refactoring based on @tikaszvince's work (many thanks, Vince!).
  • Added WPML support.
  • Added experimental Wordpress Multisite support.
  • Added bot detection.
  • Added ability to filter posts by freshness.
  • Added own data caching method.
  • Added filters wpp_custom_html, wpp_post.
  • Added action wpp_update_views.
  • Dropped support on Dutch and Persian languages since the translations were outdated.
  • Several other fixes and improvements.

WPP 3.0.0 Beta version 2

13 Jun 16:30
Compare
Choose a tag to compare
Pre-release

This version includes the following changes:

  • Replaces is_admin() with custom check to fix an issue with Ajax calls.
  • Adds additional checks for integer values.
  • Adds changelog.md.
  • Other minor updates and fixes.

WPP 3.0.0 Beta version 1

04 Jun 23:19
Compare
Choose a tag to compare
Pre-release

This version includes the following changes:

  • Adds a new action hook: wpp_update_views.
  • Code cleanup. Removes unused / old code.
  • Adds partial translation of Norwegian Bokmål (thanks, @hansfn!).
  • A couple of minor fixes.