From 5f07faa9cded9405e72b29912e9aa6bdc2b3519c Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Sun, 29 Oct 2023 17:38:27 +0000 Subject: [PATCH] Tagged v3.4.0 --- contextual-related-posts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contextual-related-posts.php b/contextual-related-posts.php index ec352a2..dfbe6c8 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.0-RC3 + * Version: 3.4.0 * 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.3.4' ); + define( 'CRP_VERSION', '3.4.0' ); }