Skip to content

Commit c5cd8d0

Browse files
committed
Tagged v3.5.2
1 parent 4c9519a commit c5cd8d0

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This is an archive of older changelog entries. Most recent entries are maintained in readme.txt
44

5+
= 3.4.2 =
6+
7+
Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-4-0/](https://webberzone.com/announcements/contextual-related-posts-v3-4-0/)
8+
9+
* Enhancements:
10+
* Live Search in the Manual Related Posts field now searches by post ID if you enter a number
11+
* Live Search will only search for posts titles and not content
12+
* Include Words feature will now try to sort the posts by the number of words matched in the title, content and excerpt
13+
14+
* Bug fix:
15+
* Bug in Include Words functionality where all post types were incorrectly included
16+
* Compatibility issue with PolyLang. Return the default post if pll_get_post returns false
17+
518
= 3.4.1 =
619

720
* Bug fix:

contextual-related-posts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Contextual Related Posts
1616
* Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
1717
* Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates
18-
* Version: 3.5.2-beta1
18+
* Version: 3.5.2
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+
@@ -37,7 +37,7 @@
3737
* @since 2.9.3
3838
*/
3939
if ( ! defined( 'CRP_VERSION' ) ) {
40-
define( 'CRP_VERSION', '3.5.0' );
40+
define( 'CRP_VERSION', '3.5.2' );
4141
}
4242

4343

readme.txt

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Contextual Related Posts ===
22
Tags: related posts, related, contextual related posts, similar posts, seo
33
Contributors: webberzone, ajay
4-
Donate link: https://ajaydsouza.com/donate/
4+
Donate link: https://wzn.io/donate-crp
55
Stable tag: 3.5.2
66
Requires at least: 6.2
77
Tested up to: 6.5
@@ -157,8 +157,14 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t
157157

158158
Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-5-0/](https://webberzone.com/announcements/contextual-related-posts-v3-5-0/)
159159

160+
* Modifications:
161+
* [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
162+
* [Pro] If any of the weights are 0, then the algorithm will not consider that field for matching
163+
160164
* Bug fix:
165+
* Custom styles did not get enqueued on the front end
161166
* Fixed PHP error on Network admin page
167+
* Fixed bug where post types and taxonomies settings retained the previous values if no option was selected
162168

163169
= 3.5.1 =
164170

@@ -187,20 +193,6 @@ Complete code rewrite using OOP, namespacing and autoloading. This will make it
187193
* `trim_char` function returned a blank string instead of the original string if length was 0
188194
* Insert after paragraph used to insert after an extra paragraph than what was specified
189195

190-
= 3.4.2 =
191-
192-
Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-4-0/](https://webberzone.com/announcements/contextual-related-posts-v3-4-0/)
193-
194-
* Enhancements:
195-
* Live Search in the Manual Related Posts field now searches by post ID if you enter a number
196-
* Live Search will only search for posts titles and not content
197-
* Include Words feature will now try to sort the posts by the number of words matched in the title, content and excerpt
198-
199-
* Bug fix:
200-
* Bug in Include Words functionality where all post types were incorrectly included
201-
* Compatibility issue with PolyLang. Return the default post if pll_get_post returns false
202-
203-
204196
= Earlier versions =
205197

206198
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).

0 commit comments

Comments
 (0)