From ae75e688246b6c8323fe13c2f17ceb22d9e8abce Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Fri, 22 Sep 2023 15:41:19 +0100 Subject: [PATCH] RC1 --- where-did-they-go-from-here.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/where-did-they-go-from-here.php b/where-did-they-go-from-here.php index d0bc54d..9935d22 100644 --- a/where-did-they-go-from-here.php +++ b/where-did-they-go-from-here.php @@ -14,7 +14,7 @@ * Plugin Name: WebberZone Followed Posts * Plugin URI: https://webberzone.com/plugins/webberzone-followed-posts/ * Description: The best way to display posts followed by users a.k.a. "Readers who viewed this page, also viewed" links - * Version: 3.1.0-beta1 + * Version: 3.1.0-RC1 * Author: Ajay D'Souza * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -36,8 +36,8 @@ * * @since 3.0.0 */ -if ( ! defined( 'WZP_VERSION' ) ) { - define( 'WZP_VERSION', '3.1.0' ); +if ( ! defined( 'WFP_VERSION' ) ) { + define( 'WFP_VERSION', '3.1.0' ); } /**