Skip to content

Releases: WebberZone/top-10

Version 2.5.3

18 Nov 16:01
Compare
Choose a tag to compare

Fixed number of posts displayed in the popular posts list

Version 2.5.2

18 Nov 13:49
Compare
Choose a tag to compare

Bug fix: Settings / Thumbnail / Thumbnail size did not display the correct option even though the admin had this correctly saved

Version 2.5.1

18 Nov 13:16
Compare
Choose a tag to compare
  • Bug fixes:
    • Custom CSS did not get upgraded or saved properly
    • Uninstalling the plugin will delete the settings properly
    • Old settings will not be deleted but retained in the database

Version 2.5.0

18 Nov 12:11
Compare
Choose a tag to compare
  • Features:

    • Upgrade old options to Settings API
    • New widget to display the overall count i.e. visits across all your site posts
    • Added a filter to override the number of days that maintenance considers to delete the database entries
    • New option to disable tracking for logged in users. Find "Track logged-in users" under the "Counter/Tracker" tab in the settings screen
  • Enhancements:

    • Make $ajax_tptn_tracker global. Contributed by @pkirk
  • Bug fixes:

    • Make sure that $post object is available in tptn_pc_content filter. Contributed by @mtws
    • When editing Attachment post types, metabox should now save correctly
    • Disable top_ten_nonce as it wasn't needed for front-end users and conflicted with caching plugins
  • Deprecated:

    • tptn_default_options (no replacement) and tptn_read_options (Use tptn_get_settings instead)

Version 2.4.4

28 Oct 10:45
Compare
Choose a tag to compare
  • Enhancements:

    • Changed tracker type to Query based for better compatibility
  • Bug fixes:

    • Security fix: Potential SQL injection vulnerability. Reported by DefenseCode ThunderScan
    • Revisions no longer displayed in the "View Popular Posts" screen in admin area

Version 2.4.3

01 Apr 16:26
Compare
Choose a tag to compare

Fixed fatal error when running PHP 7.1.x

Version 2.4.2

22 Oct 17:48
Compare
Choose a tag to compare
  • Bug fixes:
    • The plugin will no longer generate any notices if post author is missing
    • Fixed T_FUNCTION error in admin area on blogs running on PHP versions before 5.3
    • Fixed bug where any special characters in the post title would break the output

Version 2.4.1

25 Sep 13:05
Compare
Choose a tag to compare

Fixes Fatal Error on admin pages for PHP versions below 5.6

Version 2.4.0

22 Sep 18:25
Compare
Choose a tag to compare
  • Features:
    • New tracker using a properly enqueued .js file. Two inbuilt options to use query variables or ajaxurl to process the counts
    • Shortcode and the widget now have an added parameter for 'offset'. This is useful if you would like to display different widgets/shortcodes but not always start from the first post
  • Bug fixes:
    • Attachments now work with the widget and elsewhere
    • New tracker now works when jQuery is loaded in the footer
    • Don't add tracker code when previewing in customizer
    • Doesn't report an error if no author is assigned to a post
  • Deprecated:
    • tptn_add_tracker and tptn_add_viewed_count have been deprecated. These should no longer be needed with the new tracker option.
    • wick script in Settings page which was used for fetching category slugs. You should now use the category name (prompted automatically). Slugs will be automatically converted into names.

Version 2.4.0 beta 1

21 Sep 23:11
Compare
Choose a tag to compare
Version 2.4.0 beta 1 Pre-release
Pre-release
  • Features:
    • New tracker using a properly enqueued .js file. Two inbuilt options to use query variables or ajaxurl to process the counts
    • Shortcode and the widget now have an added parameter for 'offset'. This is useful if you would like to display different widgets/shortcodes but not always start from the first post
  • Bug fixes:
    • Attachments now work with the widget and elsewhere
    • New tracker now works when jQuery is loaded in the footer
    • Don't add tracker code when previewing in customizer
    • Doesn't report an error if no author is assigned to a post
  • Deprecated:
    • tptn_add_tracker and tptn_add_viewed_count have been deprecated. These should no longer be needed with the new tracker option.
    • wick script in Settings page which was used for fetching category slugs. You should now use the category name (prompted automatically). Slugs will be automatically converted into names.