Skip to content

v3.3.1-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 15 Aug 14:46
· 112 commits to master since this release
0a461ef

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