Skip to content

3.6.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 22 Dec 16:43
· 14 commits to master since this release
  • Features:

    • [Pro] New block: Contextual Related Posts Featured Image is an advanced featured image block that falls back to the first image, meta key, or a default image if no featured image is set.
    • [Pro] Related Posts block now includes:
      • Buttons to save and clear default block settings.
      • Auto-insertion of default and global settings attributes, with an option to disable this in the List tuning tab.
  • Modifications:

    • The "Manual related posts" field in the meta box can now be customized to perform searches without relevance. To disable relevance in searches, use the filter crp_meta_box_manual_related_relevance with the following code: add_filter('crp_meta_box_manual_related_relevance', '__return_false');
    • Show admin notices when the Style is set to "Rounded Thumbnails", "Rounded Thumbnails with Grid", or "Text Only" in the Settings page. A notice will appear below the affected settings, indicating that these options cannot be modified.
    • Updated Freemius SDK to 2.10.1
  • Bug fixes:

    • Fixed warning message about language files being initiated too early.

Full Changelog: 3.5.5...3.6.0-beta1