Skip to content

Commit

Permalink
Tagged v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jun 9, 2024
1 parent 4c9519a commit c5cd8d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions contextual-related-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -37,7 +37,7 @@
* @since 2.9.3
*/
if ( ! defined( 'CRP_VERSION' ) ) {
define( 'CRP_VERSION', '3.5.0' );
define( 'CRP_VERSION', '3.5.2' );
}


Expand Down
22 changes: 7 additions & 15 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 =

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit c5cd8d0

Please sign in to comment.