Skip to content

Version 4.1.0

Latest

Choose a tag to compare

@ajaydsouza ajaydsouza released this 05 Sep 03:45
· 8 commits to master since this release

Release post: https://webberzone.com/announcements/contextual-related-posts-v4-1-0/

  • Features:

    • New Wizard to guide users through the setup process.
  • Modifications:

    • Renamed CRP_VERSION, CRP_PLUGIN_FILE, CRP_PLUGIN_DIR and CRP_PLUGIN_URL constants to WZ_CRP_VERSION, WZ_CRP_PLUGIN_FILE, WZ_CRP_PLUGIN_DIR and WZ_CRP_PLUGIN_URL respectively to avoid conflicts with other plugins.
    • New function crp_get_blog_option() to fetch an option from a specific blog in WordPress multisite.
    • Better handling of options if they haven't been set.
    • Fulltext indexes are now named wz_title_content, wz_title, and wz_content to ensure compatibility and optimize database space, especially when using Contextual Related Posts. After updating to this version, please recreate the indexes to benefit from the changes—until then, the plugin will use the previous index names.
    • [Pro] Improved the UI and functionality of the Custom Table indexing process.
    • [Pro] Multisite Settings page for Enhanced Content Search Index (ECSI) has been modified.
  • Bug fixes:

    • Fixed ordering issue on pages when "Same taxonomies" is selected.
    • Set the postid if it's different from the queried object in the Core Query class.
    • Fixed conflict with WPML showing the current post incorrectly.
    • Fixed an issue where activating the Pro plugin while the Free plugin was active, or vice versa, would cause a fatal error.

Full Changelog: 4.0.3...4.1.0