From 9926de8e7a0af473928297aad3e395db1d5630b2 Mon Sep 17 00:00:00 2001 From: mattyrob Date: Tue, 9 Jul 2024 11:50:20 +0100 Subject: [PATCH] Bump to 11.9 --- ChangeLog.txt | 1 + languages/subscribe2.pot | 4 ++-- subscribe2.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 52c7eb0..add9564 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ = 11.9 = * Updated some i18n string domains for translation +* Backport multiple enhancements from Subscribe2 HTML = 11.8 = diff --git a/languages/subscribe2.pot b/languages/subscribe2.pot index d6583d6..a9d37f1 100644 --- a/languages/subscribe2.pot +++ b/languages/subscribe2.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Subscribe2 for ClassicPress package. msgid "" msgstr "" -"Project-Id-Version: Subscribe2 for ClassicPress 11.8\n" +"Project-Id-Version: Subscribe2 for ClassicPress 11.9\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/subscribe2\n" -"POT-Creation-Date: 2024-07-09 09:08:09+00:00\n" +"POT-Creation-Date: 2024-07-09 10:46:20+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/subscribe2.php b/subscribe2.php index a0154b4..bcfcb8e 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.8 +Version: 11.9 Author: Matthew Robinson Author URI: https://subscribe2.wordpress.com/ Premium URI: https://checkout.freemius.com/mode/dialog/plugin/5502/plan/8921/ @@ -59,7 +59,7 @@ // our version number. Don't touch this or any line below // unless you know exactly what you are doing -define( 'S2VERSION', '11.8' ); +define( 'S2VERSION', '11.9' ); define( 'S2PLUGIN', __FILE__ ); define( 'S2PATH', trailingslashit( __DIR__ ) ); define( 'S2DIR', trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );