Skip to content

Commit

Permalink
Tagged v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Oct 31, 2024
1 parent 44c490c commit 84ecb05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__Requires:__ 6.3

__Tested up to:__ 6.6
__Tested up to:__ 6.7

__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.4
* Version: 3.5.5
* 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.4' );
define( 'CRP_VERSION', '3.5.5' );
}


Expand Down
12 changes: 8 additions & 4 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.4
Stable tag: 3.5.5
Requires at least: 6.3
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later

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

== Changelog ==

= 3.5.5 =

* Updated Freemius SDK to 2.9.0

= 3.5.4 =

Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-5-0/](https://webberzone.com/announcements/contextual-related-posts-v3-5-0/)
Expand Down Expand Up @@ -221,5 +225,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx

== Upgrade Notice ==

= 3.5.4 =
Bugs squished. Please upgrade to this version.
= 3.5.5 =
Freemius SDK updated. Please upgrade to this version.

0 comments on commit 84ecb05

Please sign in to comment.