Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 03 Sep 12:36
· 630 commits to master since this release
  • Features:
    • Manual posts can now be set in the meta box in the Edit Post screens which will be displayed before the related posts fetched by the plugin
    • Choose between No style, Rounded thumbnails (previously called default style) and Text only style options under the Styles box in the plugin settings page
    • Option to turn off the Contextual Related metabox on Edit Posts screens or limit it to Admins only. Also applies to Pages and Custom Post Types
    • Filter crp_link_attributes that allows a user to add or remove attributes for the a tag
    • Notice is displayed at the top of the Settings page if there are any missing of the FULLTEXT indices missing
    • Option in the Contextual Related Posts meta box to disable the related posts on the selected post
    • Select post type in the Related Posts Widget
  • Enhancements:
    • Optimised number of queries for exclude categories option. Those not using this option will see the greatest savings
    • Select a pre-built thumbnail size will automatically update the width, height and crop settings. The default style will no longer enforce the 150x150 thumbnail size.
    • strict_limit argument in get_crp_posts_id is now TRUE by default
    • get_crp takes an additional argument: heading (default is TRUE) that controls the display of the main heading (Related Posts)
    • Output of echo_crp will be cached in a separate meta key
  • Bugfixes:
    • First child now gets the correct thumbnail size
  • Deprecated:
    • ald_crp() - Use get_crp() instead
    • ald_crp_content() - Use crp_content_filter() instead
    • ald_crp_rss() - Use crp_rss_filter() instead
    • echo_ald_crp() - Use echo_crp() instead