Releases: WebberZone/top-10
Releases · WebberZone/top-10
Version 2.8.0
Release post: https://webberzone.com/blog/top-10-v2-8-0/
- Features:
- Custom feed for popular posts: Find new options under a new tab called Feed in the settings page where you can set the URL for the overall and daily feeds
- New page in the network admin menu to view the popular posts across the network
- Also delete transients and other settings on uninstall
Version 2.7.0
Release post: https://webberzone.com/blog/top-10-v2-7-0/
-
Features:
- Recreate the Top 10 database tables. You can find the button in the Tools page. Backup your database first
- New export/import interface to export and import the Top 10 tables and settings
-
Enhancements:
tptn_views
shortcode adds a new parameter 'count' to explicitly set the count type. Choose from daily, total or overall. This is overridden if daily is set to 0 (backwards compatibility)
Version 2.6.3
-
Enhancements:
tptn_get_first_image
filter has additional attributes$image_attributes[0], $postid, $thumb_width, $thumb_height
-
Bug fixes:
- Reverted PolyLang implementation that was broken in v2.6.2
- Delete deprecated settings on save
- Fix settings link in plugins listing page
- Fix exclude categories setting on save
Version 2.6.2
-
Enhancements:
- Select a date range in the Popular Posts listing page in the admin
-
Bug fixes:
- Fixed "Published post date" setting was not working. Thanks @jherrerai
- Modified PolyLang and WPML function implementations
Version 2.6.1
Bug fixes:
- Fixed widget daily and hourly range not working which was broken in v2.6.0
Version 2.6.0
-
Features:
- New option to disable creation of image thumbnails. Find this under Thumbnail options
- Thumbnail HTML markup includes
srcset
andsizes
attributes when available. Read Responsive Images in WordPress 4.4 - New option to turn on debug mode. You can turn this on when requesting support. Find it under the Counter/Tracker tab
- New option to add the tracker js file on all pages, not just singular pages. Helps with minification/concatenation
- New date filter in the Popular posts listing page to see the views on a particular date
- New option to turn ON/OFF the number formatting of the post counts. ON by default
-
Enhancements:
- Load tracker in footer
- Renamed top-10-tracker.js to top-10-tracker.min.js
-
Bug fixes:
- Only delete option if null value is passed to tptn_update_option
- "Exclude display on these post IDs" moved under Counter section
Version 2.5.7
Released on 4 November 2018
-
Enhancements:
- Tools page now has the code to Recreate the PRIMARY KEY in case the button gives an error. You will need to run this in phpMyAdmin or Adminer
-
Bug fixes:
- Fixed translation of ” by ” which had the incorrect text domain
- Post types to includes selects “post” in case no option is selected
- Unchecking all boxes of a “Display number of views on” setting would sometimes pick the default value
Version 2.5.6
- Features:
- Added new button under Tools to recreate the PRIMARY KEYs
Version 2.5.5
- Bug fixes:
- Fixed missing semi-colon in tracker code
- Multi-site tracking failed in old installs where the PRIMARY KEY was not properly updated in the database. DB version has been updated to 6.0 to initiate primary key across all installs
Version 2.5.4
-
Features:
- New button in the Tools page to delete the pre-2.5.x settings
-
Enhancements:
- New function
tptn_trim_char
replacestptn_max_formatted_content
which should now support non-English characters as well - Counts in the "Popular Posts" page are now number formatted
- New function
-
Bug fixes:
- Fixed PHP Illegal string offset error