Releases: cabrerahector/wordpress-popular-posts
Releases · cabrerahector/wordpress-popular-posts
WPP 3.2.0 Beta 1
This release includes the following changes:
- Adds Data Sampling (thanks, @kurtpayne!)
- Minor query optimizations.
- Adds {date} (thanks, @matsuoshi!) and {thumb_img} tags to custom html.
- Adds minute time option for caching.
- Minor enhancements to the admin section.
WPP 3.1.2 Beta 1
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
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
This release includes the following changes:
- Rolls back thumbnail check.
WPP 3.1.1 Beta 1
This release includes the following changes:
- Provides a fallback when exif functions are not available.
WPP 3.1.0
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
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
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
This release includes the following changes:
- Refactored thumbnail generation process.
WPP 3.0.4 Beta 5
This release includes the following changes:
- Fixes an encoding bug for the shortcode and the wpp_get_mostpopular template tag.