From 4aceb9f74c1d09fc16f9b8868b990811adadca8d Mon Sep 17 00:00:00 2001 From: Ajay DSouza Date: Wed, 22 Feb 2023 15:25:08 +0000 Subject: [PATCH] Tagged v3.3.3 --- contextual-related-posts.php | 4 ++-- readme.txt | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/contextual-related-posts.php b/contextual-related-posts.php index 02f9763..94af7db 100644 --- a/contextual-related-posts.php +++ b/contextual-related-posts.php @@ -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+ @@ -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' ); } diff --git a/readme.txt b/readme.txt index bbfdcfb..1dcdb45 100644 --- a/readme.txt +++ b/readme.txt @@ -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! @@ -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 = @@ -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