Skip to content

Releases: WebberZone/top-10

Version 2.8.0

07 Dec 13:02
Compare
Choose a tag to compare

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

27 May 07:26
Compare
Choose a tag to compare

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

27 Apr 10:32
Compare
Choose a tag to compare
  • 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

02 Mar 13:11
Compare
Choose a tag to compare
  • 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

11 Feb 06:42
Compare
Choose a tag to compare

Bug fixes:

  • Fixed widget daily and hourly range not working which was broken in v2.6.0

Version 2.6.0

09 Feb 12:39
Compare
Choose a tag to compare
  • Features:

    • New option to disable creation of image thumbnails. Find this under Thumbnail options
    • Thumbnail HTML markup includes srcset and sizes 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

28 Dec 11:52
Compare
Choose a tag to compare

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

26 Aug 13:57
Compare
Choose a tag to compare
  • Features:
    • Added new button under Tools to recreate the PRIMARY KEYs

Version 2.5.5

26 Aug 13:56
Compare
Choose a tag to compare
  • 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

26 Nov 12:38
Compare
Choose a tag to compare
  • Features:

    • New button in the Tools page to delete the pre-2.5.x settings
  • Enhancements:

    • New function tptn_trim_char replaces tptn_max_formatted_content which should now support non-English characters as well
    • Counts in the "Popular Posts" page are now number formatted
  • Bug fixes:

    • Fixed PHP Illegal string offset error