From 10c5c987187a5d9344a047f042de7e4e3e2c0536 Mon Sep 17 00:00:00 2001 From: mattyrob Date: Sun, 14 Mar 2021 14:20:10 +0000 Subject: [PATCH] Bump version --- subscribe2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subscribe2.php b/subscribe2.php index 3bb33ea..501e8a6 100644 --- a/subscribe2.php +++ b/subscribe2.php @@ -3,7 +3,7 @@ Plugin Name: Subscribe2 for ClassicPress Plugin URI: https://subscribe2.wordpress.com/subscribe2-html/ Description: Comprehensive email subscription managment for post email notifications and all specifically for ClassicPress. -Version: 11.1 +Version: 11.2.1 Author: Matthew Robinson Author URI: https://subscribe2.wordpress.com/ Licence: GPLv3 @@ -55,7 +55,7 @@ // our version number. Don't touch this or any line below // unless you know exactly what you are doing -define( 'S2VERSION', '11.1' ); +define( 'S2VERSION', '11.2' ); define( 'S2PLUGIN', __FILE__ ); define( 'S2PATH', trailingslashit( dirname( __FILE__ ) ) ); define( 'S2DIR', trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );