Skip to content

Commit

Permalink
Tagged v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Feb 22, 2023
1 parent a33e237 commit 4aceb9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
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.3.2
* Version: 3.3.3
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand All @@ -38,7 +38,7 @@
* @var string Contextual Related Posts Version.
*/
if ( ! defined( 'CRP_VERSION' ) ) {
define( 'CRP_VERSION', '3.3.2' );
define( 'CRP_VERSION', '3.3.3' );
}


Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
Contributors: webberzone, Ajay
Donate link: https://ajaydsouza.com/donate/
Stable tag: 3.3.2
Stable tag: 3.3.3
Requires at least: 5.6
Tested up to: 6.2
Requires PHP: 7.1
Requires PHP: 7.2
License: GPLv2 or later

Related posts for your WordPress site with inbuilt caching. Supports blocks, shortcodes, widgets and custom post types!
Expand Down Expand Up @@ -136,10 +136,14 @@ You can insert the related posts anywhere in your post using the `[crp]` shortco

== Changelog ==

= 3.3.2 =
= 3.3.3 =

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

* Fixes permission issues with HTML settings

= 3.3.2 =

* Clearing cache security fix

= 3.3.1 =
Expand Down Expand Up @@ -218,5 +222,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx

== Upgrade Notice ==

= 3.3.2 =
= 3.3.3 =
Security fix

0 comments on commit 4aceb9f

Please sign in to comment.