Releases: cabrerahector/wordpress-popular-posts
Releases · cabrerahector/wordpress-popular-posts
WPP 3.0.4 Beta 4
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.
WPP 3.0.4 Beta 3
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
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
This version includes the following changes:
- Disables bot detection.
WPP 3.0.3
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
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
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
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
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
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.