From c5cd8d0371e26b1680c3db27e8bdccfcc9c83f03 Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Sun, 9 Jun 2024 20:25:41 +0100 Subject: [PATCH] Tagged v3.5.2 --- changelog.txt | 13 +++++++++++++ contextual-related-posts.php | 4 ++-- readme.txt | 22 +++++++--------------- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/changelog.txt b/changelog.txt index a760094..4d913a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,19 @@ This is an archive of older changelog entries. Most recent entries are maintained in readme.txt += 3.4.2 = + +Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-4-0/](https://webberzone.com/announcements/contextual-related-posts-v3-4-0/) + +* Enhancements: + * Live Search in the Manual Related Posts field now searches by post ID if you enter a number + * Live Search will only search for posts titles and not content + * Include Words feature will now try to sort the posts by the number of words matched in the title, content and excerpt + +* Bug fix: + * Bug in Include Words functionality where all post types were incorrectly included + * Compatibility issue with PolyLang. Return the default post if pll_get_post returns false + = 3.4.1 = * Bug fix: diff --git a/contextual-related-posts.php b/contextual-related-posts.php index 2df36ed..252e54a 100644 --- a/contextual-related-posts.php +++ b/contextual-related-posts.php @@ -15,7 +15,7 @@ * Plugin Name: Contextual Related Posts * Plugin URI: https://webberzone.com/plugins/contextual-related-posts/ * Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates - * Version: 3.5.2-beta1 + * Version: 3.5.2 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -37,7 +37,7 @@ * @since 2.9.3 */ if ( ! defined( 'CRP_VERSION' ) ) { - define( 'CRP_VERSION', '3.5.0' ); + define( 'CRP_VERSION', '3.5.2' ); } diff --git a/readme.txt b/readme.txt index 627dc0a..2c93c4d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Contextual Related Posts === Tags: related posts, related, contextual related posts, similar posts, seo Contributors: webberzone, ajay -Donate link: https://ajaydsouza.com/donate/ +Donate link: https://wzn.io/donate-crp Stable tag: 3.5.2 Requires at least: 6.2 Tested up to: 6.5 @@ -157,8 +157,14 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-5-0/](https://webberzone.com/announcements/contextual-related-posts-v3-5-0/) +* Modifications: + * [Pro] If "Only from" same category/tag/taxonomy is enabled, the plugin will sort results by the number of matched taxonomies first, therby optimising the related posts further. The free version will continue to sort by date + * [Pro] If any of the weights are 0, then the algorithm will not consider that field for matching + * Bug fix: + * Custom styles did not get enqueued on the front end * Fixed PHP error on Network admin page + * Fixed bug where post types and taxonomies settings retained the previous values if no option was selected = 3.5.1 = @@ -187,20 +193,6 @@ Complete code rewrite using OOP, namespacing and autoloading. This will make it * `trim_char` function returned a blank string instead of the original string if length was 0 * Insert after paragraph used to insert after an extra paragraph than what was specified -= 3.4.2 = - -Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-4-0/](https://webberzone.com/announcements/contextual-related-posts-v3-4-0/) - -* Enhancements: - * Live Search in the Manual Related Posts field now searches by post ID if you enter a number - * Live Search will only search for posts titles and not content - * Include Words feature will now try to sort the posts by the number of words matched in the title, content and excerpt - -* Bug fix: - * Bug in Include Words functionality where all post types were incorrectly included - * Compatibility issue with PolyLang. Return the default post if pll_get_post returns false - - = Earlier versions = For the changelog of earlier versions, please refer to the separate changelog.txt file or the [releases page on Github](https://github.com/WebberZone/contextual-related-posts/releases).