From eeb5af68ef3540d2a2f6991d477996c9144b2c3f Mon Sep 17 00:00:00 2001 From: Ajay DSouza Date: Thu, 21 Apr 2022 15:18:07 +0100 Subject: [PATCH] Tagged v3.2.0 --- contextual-related-posts.php | 2 +- readme.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contextual-related-posts.php b/contextual-related-posts.php index a88d113..2d2ffbc 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 a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates - * Version: 3.2.0-beta1 + * Version: 3.2.0 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ diff --git a/readme.txt b/readme.txt index 98948d9..9d17037 100644 --- a/readme.txt +++ b/readme.txt @@ -166,13 +166,13 @@ You can insert the related posts anywhere in your post using the `[crp]` shortco = 3.2.0 = * New feature: - * No widget is displayed if `get_crp()` is empty i.e. no related posts are found * New option to limit posts to the primary category/term. The plugin checks if either Yoast, Rank Math, The SEO Framework or SEOPress are active. If none of these are active, the plugin will pick the first category provided by `get_the_terms()` * New option to show the primary category/term * New option in metabox to enter a comma-separated list of post IDs to exclude from the related posts * New filter `crp_fill_random_posts` (default:false) which can be used to fill random posts if the number of related posts is less than the limit set * Enhancements/modifications: + * No widget is displayed if `get_crp()` is empty i.e. no related posts are found * `post_title` and `post_content` fields are only used if *Use content* option is set * Gutenberg block updated to the latest Blocks API * The widget's "Only from categories" autocomplete replaced by ID list @@ -219,5 +219,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx == Upgrade Notice == -= 3.1.1 = -Bug fixes. Please read the release post on https://webberzone.com += 3.2.0 = +New featuers and enhancements. Please read the release post on https://webberzone.com