Skip to content

Commit 2b5afc8

Browse files
committed
Tagged v3.3.2
1 parent ed31e83 commit 2b5afc8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

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.3.1
18+
* Version: 3.3.2
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+
@@ -38,7 +38,7 @@
3838
* @var string Contextual Related Posts Version.
3939
*/
4040
if ( ! defined( 'CRP_VERSION' ) ) {
41-
define( 'CRP_VERSION', '3.3.1' );
41+
define( 'CRP_VERSION', '3.3.2' );
4242
}
4343

4444

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
33
Contributors: webberzone, Ajay
44
Donate link: https://ajaydsouza.com/donate/
5-
Stable tag: 3.3.0
5+
Stable tag: 3.3.2
66
Requires at least: 5.6
7-
Tested up to: 6.1
7+
Tested up to: 6.2
88
Requires PHP: 7.1
99
License: GPLv2 or later
1010

@@ -136,10 +136,14 @@ You can insert the related posts anywhere in your post using the `[crp]` shortco
136136

137137
== Changelog ==
138138

139-
= 3.3.1 =
139+
= 3.3.2 =
140140

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

143+
* Clearing cache security fix
144+
145+
= 3.3.1 =
146+
143147
* Security fix in block
144148

145149
= 3.3.0 =
@@ -214,5 +218,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
214218

215219
== Upgrade Notice ==
216220

217-
= 3.3.1 =
221+
= 3.3.2 =
218222
Security fix

0 commit comments

Comments
 (0)