From 475d8b23c4cad2c447da1542e872d846084d09e4 Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Fri, 3 Nov 2023 19:15:02 +0000 Subject: [PATCH] Tagged v3.4.1 --- README.md | 6 +++--- contextual-related-posts.php | 4 ++-- readme.txt | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a96338..1502f46 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ [![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:__ 5.6 +__Requires:__ 5.9 -__Tested up to:__ 6.3 +__Tested up to:__ 6.4 -__Requires PHP:__ 7.2 +__Requires PHP:__ 7.4 __License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html) diff --git a/contextual-related-posts.php b/contextual-related-posts.php index 676821e..5621ebf 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.4.1-beta1 + * Version: 3.4.1 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -36,7 +36,7 @@ * @since 2.9.3 */ if ( ! defined( 'CRP_VERSION' ) ) { - define( 'CRP_VERSION', '3.4.0' ); + define( 'CRP_VERSION', '3.4.1' ); } diff --git a/readme.txt b/readme.txt index cc6c0cb..7a82709 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.4.0 +Stable tag: 3.4.1 Requires at least: 5.9 Tested up to: 6.4 -Requires PHP: 7.2 +Requires PHP: 7.4 License: GPLv2 or later Related posts for your WordPress site with inbuilt caching. Supports blocks, shortcodes, widgets and custom post types! @@ -135,14 +135,14 @@ Contextual Related Posts is one of the many plugins developed by WebberZone. Che = 3.4.1 = +Release post: [https://webberzone.com/blog/contextual-related-posts-v3-4-0/](https://webberzone.com/blog/contextual-related-posts-v3-4-0/) + * Bug fix: * Fixed Request-URI Too Long error when searching for pages/posts * Related Posts block threw an error when using on the widgets page = 3.4.0 = -Release post: [https://webberzone.com/blog/contextual-related-posts-v3-4-0/](https://webberzone.com/blog/contextual-related-posts-v3-4-0/) - * Features: * Bulk edit posts, pages and custom post types to add the manual relatd posts and/or exclude posts from the related posts list * New argument `include_words` to include posts that match the words in the title and/or content. @@ -210,5 +210,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx == Upgrade Notice == -= 3.4.0 = += 3.4.1 = Major release: Bulk edit posts, new features, enhancements and bug fixes. Please read the release post for more details.