Skip to content

Releases: WebberZone/top-10

v3.4.0-beta1

25 Dec 22:30
Compare
Choose a tag to compare
v3.4.0-beta1 Pre-release
Pre-release

Full Changelog: v3.3.3...v3.4.0-beta1

  • Enhancements:
    • Exporting and importing the post tables now supports post URLs. This will allow you to import the post tables into a different site and have the correct counts. Note: This will only work if the URLs are the same on both sites. If you have changed the URL structure, you will need to manually update the URLs in the exported CSV file

Version 3.3.3

03 Nov 19:33
Compare
Choose a tag to compare

Release post: https://webberzone.com/announcements/top-10-v3-3-0/

  • Enhancements:

    • Media Handler checks the title of the image if the alt tag is empty
  • Bug fixes:

    • Check if $wp_filters['the_content'] is set. Fixes a PHP warning for users running WordPress before 6.1
    • Import_Export Class: Fix unnecessary check for network_admin_menu filter; Minor code fixes to set headers before outputting data
    • Number fields in the block were not saved.
  • Security fix:

    • Check nonce before editing post counts in the Admin area

Full Changelog: v3.3.2...v3.3.3

v3.3.3-RC2

02 Nov 21:18
Compare
Choose a tag to compare
v3.3.3-RC2 Pre-release
Pre-release

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Changelog:

  • Enhancements:

    • Media Handler checks the title of the image if the alt tag is empty
  • Bug fixes:

    • Check if $wp_filters['the_content'] is set. Fixes a PHP warning for users running WordPress before 6.1
    • Import_Export Class: Fix unnecessary check for network_admin_menu filter; Minor code fixes to set headers before outputting data
    • Number fields in the block were not saved.
  • Security fix:

    • Check nonce before editing post counts in the Admin area

Full Changelog: v3.3.3-RC1...v3.3.3-RC2

v3.3.3-RC1

28 Oct 21:35
Compare
Choose a tag to compare
v3.3.3-RC1 Pre-release
Pre-release

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Changelog:

Release post: https://webberzone.com/announcements/top-10-v3-3-0/

  • Enhancements:

    • Media Handler checks the title of the image if the alt tag is empty
  • Bug fixes:

    • Check if $wp_filters['the_content'] is set. Fixes a PHP warning for users running WordPress before 6.1
    • Import_Export Class: Fix unnecessary check for network_admin_menu filter; Minor code fixes to set headers before outputting data

Full Changelog: v3.3.2...v3.3.3-RC1

Version 3.3.2

28 Aug 12:57
Compare
Choose a tag to compare

Release post: https://webberzone.com/announcements/top-10-v3-3-0/

  • Enhancements:

    • Shortcode tptn_views takes two new parameters: format_number to apply number_format_i18n and post_id which takes a post ID. Default is the post being viewed
  • Bug fixes:

    • Plugin activator function didn't run on activation - Top 10's database tables were not created

Full Changelog: v3.3.1...v3.3.2

v3.3.2-RC1

25 Aug 16:04
377ac7d
Compare
Choose a tag to compare
v3.3.2-RC1 Pre-release
Pre-release

Changelog

  • Enhancements:

    • Shortcode tptn_views takes two new parameters: format_number to apply number_format_i18n and post_id which takes a post ID. Default is the post being viewed
  • Bug fixes:

    • Plugin activator function didn't run on activation - Top 10's database tables were not created

Full Changelog: v3.3.2-beta1...v3.3.2-RC1

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

v3.3.2-beta1

17 Aug 22:14
Compare
Choose a tag to compare
v3.3.2-beta1 Pre-release
Pre-release

Changes

  • Fix: Plugin activator function didn't run on activation - Top 10's database tables were not created

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Full Changelog: v3.3.1...v3.3.2-beta1

Version 3.3.1

17 Aug 22:12
Compare
Choose a tag to compare

Release post: https://webberzone.com/announcements/top-10-v3-3-0/

Changes

  • Enhancements/Modifications:

    • When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter tptn_thumb_use_image_alt and set it to false to not use the alt tag. Filter tptn_thumb_alt_fallback_post_title and set it to false to disable the alt tag
    • Orderby clause modified to ensure compatibility if any other plugin rewrites the WP_Query fields
    • Media Handler will check if the meta field contains a valid URL
    • When saving settings, the thumbnail width and height is forced if either the width or height of the thumbnail setting is set to 0
  • Bug fixes:

    • Function wp_img_tag_add_loading_attr is deprecated since version 6.3.0
    • Bug in the_content filter detection which sometimes caused the counter not to display
    • tptn_thumbnail settings size disappeared from Settings page if this was deselected
    • meta_query argument was ignored

Full Changelog: v3.3.0...v3.3.1

v3.3.1-RC1

15 Aug 14:46
0a461ef
Compare
Choose a tag to compare
v3.3.1-RC1 Pre-release
Pre-release

Changelog

  • Enhancements/Modifications:

    • When displaying the post thumbnail, the Media Handler will first use the image's alt tag set in the Media editor. If alt tag is empty, then it will use the post title as a fallback. Filter tptn_thumb_use_image_alt and set it to false to not use the alt tag. Filter tptn_thumb_alt_fallback_post_title and set it to false to disable the alt tag
    • Orderby clause modified to not use visits to ensure compatibility if any other plugin rewrites the WP_Query fields
    • Media Handler will check if the meta field contains a valid URL
    • When saving settings, the thumbnail width and height is forced if either the width or height of the thumbnail setting is set to 0
  • Bug fixes:

    • Function wp_img_tag_add_loading_attr is deprecated since version 6.3.0
    • Bug in the_content filter detection which sometimes caused the counter not to display
    • tptn_thumbnail settings size disappeared from Settings page if this was deselected

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Full Changelog: v3.3.1-beta2...v3.3.1-RC1

Version 3.3.1 Beta 2

13 Aug 18:27
Compare
Choose a tag to compare
Version 3.3.1 Beta 2 Pre-release
Pre-release

Changes

  • Enhancements/Modifications:

    • Orderby clause modified to not use visits to ensure compatibility if any other plugin rewrites the WP_Query fields
  • Bug fixes:

    • Function wp_img_tag_add_loading_attr is deprecated since version 6.3.0
    • Bug in the_content filter detection which sometimes caused the counter not to display

Installation

  1. Download the top-10.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the top-10.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Full Changelog: v3.3.1-beta1...v3.3.1-beta2