Skip to content

v3.4.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 24 Oct 18:23
· 88 commits to master since this release

Changelog

  • Features:

    • Bulk edit posts, pages and custom post types to add the manual relatd posts and/or exclude posts from the related posts list
    • New argument include_words to include posts that match the words in the title and/or content.
  • Enhancements/Modifications:

    • The Manual Related Posts field in the meta box allows a user to live search for related posts
    • Caching of the entire HTML output is enabled by default. You can disable it in the settings page. This will reduce the number of database queries and improve performance. If you have customised the output, you will need to clear the cache for the changes to take effect. Applies to new installs and when you reset the settings
    • The plugin no longer check for pre v2.5 settings key
  • Bug Fixes:

    • The post cache was not always cleared when a post was updated
  • Deprecated:

    • get_crp_posts_id has been completed deprecated and will use get_crp_posts instead. The function will continue to work but will be removed in a future version

Installation

  1. Download the contextual-related-posts.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 contextual-related-posts.zip 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.4.0-RC1...v3.4.0-RC2