Skip to content

Releases: cabrerahector/wordpress-popular-posts

WPP 3.1.2 Beta 1

16 Nov 21:49
Compare
Choose a tag to compare
WPP 3.1.2 Beta 1 Pre-release
Pre-release

This release contains the following changes:

  • Adds check for jQuery.
  • Fixes invalid parameter in htmlspecialchars().
  • Switches AJAX update to POST method.
  • Refactored singular page check.
  • Removes href attribute from link when popular post is viewed.
  • Removes unnecesary ORDER BY clause in views/comments subquery.
  • Fixes Javascript console not working under IE8 (thanks, @raphaelsaunier!).
  • Fixes WPML compatibility bug storing post IDs as 0.
  • Removes wpp-upload.js since it was no longer in use.
  • Fixes undefined default thumbnail image (thanks, Lea Cohen!).
  • Fixes rating parameter returning false value.

WPP 3.1.1

13 Oct 23:17
Compare
Choose a tag to compare

This release includes the following changes:

  • Adds check for exif extension availability.
  • Rolls back check for user's default thumbnail.

WPP 3.1.1 Beta 2

12 Oct 20:18
Compare
Choose a tag to compare
WPP 3.1.1 Beta 2 Pre-release
Pre-release

This release includes the following changes:

  • Rolls back thumbnail check.

WPP 3.1.1 Beta 1

12 Oct 17:07
Compare
Choose a tag to compare
WPP 3.1.1 Beta 1 Pre-release
Pre-release

This release includes the following changes:

  • Provides a fallback when exif functions are not available.

WPP 3.1.0

11 Oct 22:15
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes invalid HTML title/alt attributes caused by encoding issues.
  • Fixes issue with jQuery not loading properly under certain circumstances.
  • Fixes issue with custom excerpts not showing up.
  • Fixes undefined notices and removes an unused variable from widget_update().
  • Fixes wrong variable reference in __image_resize().
  • Adds charset to mb_substr when truncating excerpt.
  • Sets default logging level to 1 (Everyone).
  • Renders the category link with cat-id-[ID] CSS class.
  • Replaces getimagesize() with exif_imagetype().
  • Adds notice to move/copy wpp.css stylesheet into theme's directory to keep custom CSS styles across updates.
  • Thumbail generation process has been refactored for efficiency.
  • Thumbnails are now stored in a custom folder under Uploads.
  • Drops support on Japanese and French languages since the translations were outdated.
  • Other minor bug fixes and improvements.

WPP 3.1.0 Beta 3

07 Oct 20:08
Compare
Choose a tag to compare
WPP 3.1.0 Beta 3 Pre-release
Pre-release

This release includes the following changes:

  • Fixes a bug where the post thumbnail would not display when retrieving it from post content.
  • Have WPP display top parent category when available (thanks, @quartarian!).
  • Adds check to make sure the default thumbnail selected by the user actually exists.
  • Adds the ability to delete thumbs cache on plugin uninstall.
  • Other minor bug fixes.

WPP 3.1.0 Beta 2

23 Sep 21:45
Compare
Choose a tag to compare
WPP 3.1.0 Beta 2 Pre-release
Pre-release

This release includes the following changes:

  • Adds the ability to delete cached thumbnails from the admin.
  • Other minor fixes and improvements.

WPP 3.1.0 Beta 1

20 Sep 23:09
Compare
Choose a tag to compare
WPP 3.1.0 Beta 1 Pre-release
Pre-release

This release includes the following changes:

  • Refactored thumbnail generation process.

WPP 3.0.4 Beta 5

18 Sep 22:05
Compare
Choose a tag to compare
WPP 3.0.4 Beta 5 Pre-release
Pre-release

This release includes the following changes:

  • Fixes an encoding bug for the shortcode and the wpp_get_mostpopular template tag.

WPP 3.0.4 Beta 4

15 Sep 21:31
Compare
Choose a tag to compare
WPP 3.0.4 Beta 4 Pre-release
Pre-release

This release includes the following changes:

  • Fixes issue with custom excerpt not showing.
  • Fixes issue with jQuery not loading properly under certain circumstances.
  • Wordpress is now correctly spelled as WordPress.
  • Adds notice to move/copy wpp.css stylesheet into theme's directory to keep custom CSS styles across updates.