Skip to content

Commit

Permalink
Tagged v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jul 23, 2024
1 parent 694bb70 commit 57c60f4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[![Required PHP](https://img.shields.io/wordpress/plugin/required-php/contextual-related-posts?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/)
[![Active installs](https://img.shields.io/wordpress/plugin/installs/contextual-related-posts?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/)

__Requires:__ 6.2
__Requires:__ 6.3

__Tested up to:__ 6.5
__Tested up to:__ 6.6

__Requires PHP:__ 7.4

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.3-beta1
* Version: 3.5.3
* 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.2' );
define( 'CRP_VERSION', '3.5.3' );
}


Expand Down
28 changes: 22 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Tags: related posts, related, contextual related posts, similar posts, seo
Contributors: webberzone, ajay
Donate link: https://wzn.io/donate-crp
Stable tag: 3.5.2
Requires at least: 6.2
Tested up to: 6.5
Stable tag: 3.5.3
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later

Expand Down Expand Up @@ -153,10 +153,26 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t

== Changelog ==

= 3.5.2 =
= 3.5.3 =

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

* Modifications:
* Updated Freemius SDK to 2.7.3
* Updated Contextual Related Posts block apiVersion to 3
* Increase background opacity for the Rounded Thumbs style's post title for better readability

* Fixes:
* Allow `manual_related` attribute in shortcode
* Correctly handle manual_related and include_post_ids arguments when set to 0. Ensure manual_related is set to an empty array when 0 is passed.
* Correctly check if `relation` attribute is set for meta_query and tax_query
* Fixed links to settings and tools page in the admin area
* Pass `post_status` when using `get_posts()`
* Remove `the_posts` filter in CRP_Query
* [Pro] Fixed bug in the Query Loop where custom post types didn't appear in the dropdown

= 3.5.2 =

* 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
Expand Down Expand Up @@ -200,5 +216,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx

== Upgrade Notice ==

= 3.5.2 =
Major release. Please read the release post for more details. New Pro version available with additional features.
= 3.5.3 =
Multiple bugs fixed. Please upgrade to this version.

0 comments on commit 57c60f4

Please sign in to comment.