Releases: WebberZone/top-10
Releases · WebberZone/top-10
Version 2.0.1
Fixes 500 error bug created by v2.0.0
Version 2.0.0
- New: Multisite support. If you're using multisite and have previously activated Top 10 on individual blogs in the network, then head over to Top 10 Settings and import the counts from the old Top 10 1.x tables to the new Top 10 v2.0 tables
- New: Fully extendable lookup query for the top lists. Now you can create your own functions in functions.php or in addon plugins to modify the mySQL query
- New: Option to use any of the inbuilt thumbnail sizes or create your own custom image size. If a custom size is chosen, then the plugin uses
add_image_size
to register the custom size. I recommend using Force Regenerate Thumbnails - New: Actions and filters in the Top 10 Settings page and in the widget which allows for addons to add more settings
- Modified: Post tracking is now done on an hourly basis. Date limiting is also on an hourly basis. So, 1 day is actually the last 24 hours and not from midnight anymore!
- Modified: Update and View counts now use query variables instead of external JavaScript files. Check http://goo.gl/yemvyM for sample functions to restore the old method
- Modified: Activating the default styles option will automatically set the thumbnail width and height to 65px, disable author and excerpt and enable crop mode for the thumbnails
- Fixed: Fix schedule overwrite for the cron job
- Fixed: Incorrect permission lookup in the metabox
Version 1.9.10.1
Fixed plugin initialisation bug for new users
Version 1.9.10
- New: Meta box on Edit post / page and similar screens that allow you to set the Top 10 (and my other plugins) specific thumbnail for the current post (different from the Featured thumb)
- New: Admins can edit the number of total views (find it in the same meta box as above)
- New: Turn of tracking for Editors
- New: Added w.org and github.com to list of allowed sites for timthumb
- New: Option to add quality settings for thumbnails created by timthumb
- Modified: Shortcode now accepts all the parameters that
tptn_pop_posts()
can take. For a full list of parameters, please check out the FAQ. - Modified: Widget initialisation to latest standards
- Fixed: Localisation initialisation
- Fixed: Validation for hour and minute settings for the cron job
- New: Several new filters allowing you to hook in an modify the output without editting plugin files
- Modified: Reformatted code
Version 1.9.9.2
- Fixed: Show count in widget was always checked
- Fixed: "List of post or page IDs to exclude from the results" did not work for more than one post
- Fixed: First image in the post was not detected in some cases. First image attached is now prioritised over image detection to speed things up