From 43a5257371e141e537719df0da45477f429844ba Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 20 May 2026 18:42:12 +0800 Subject: [PATCH 1/2] 3.3.3 --- languages/convertkit.pot | 4 ++-- readme.txt | 7 +++++-- wp-convertkit.php | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/languages/convertkit.pot b/languages/convertkit.pot index 9f086e326..86122dfa5 100644 --- a/languages/convertkit.pot +++ b/languages/convertkit.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv3 or later. msgid "" msgstr "" -"Project-Id-Version: Kit (formerly ConvertKit) 3.3.2\n" +"Project-Id-Version: Kit (formerly ConvertKit) 3.3.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2026-05-05T02:14:36+00:00\n" +"POT-Creation-Date: 2026-05-20T10:41:54+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "X-Domain: convertkit\n" diff --git a/readme.txt b/readme.txt index 635611582..56f00d013 100755 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: nathanbarry, growdev, travisnorthcutt, ggwicz Donate link: https://kit.com Tags: email marketing, email newsletter, subscribers, landing page, membership Requires at least: 5.6 -Tested up to: 6.9 +Tested up to: 7.0 Requires PHP: 7.1 -Stable tag: 3.3.2 +Stable tag: 3.3.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -343,6 +343,9 @@ The documentation covers newsletter form setup, landing page configuration, memb == Changelog == +### 3.3.3 2026-05-20 +* Fix: Settings: Button height in WordPress 7.0 + ### 3.3.2 2026-05-05 * Fix: Form Builder: Set `inactive` subscriber state when a Kit Form is specified * Fix: Form Builder: Support subscribing to a Legacy Form diff --git a/wp-convertkit.php b/wp-convertkit.php index f3715ccbb..2b1785835 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -9,7 +9,7 @@ * Plugin Name: Kit (formerly ConvertKit) * Plugin URI: https://kit.com/ * Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more. - * Version: 3.3.2 + * Version: 3.3.3 * Author: Kit * Author URI: https://kit.com/ * Text Domain: convertkit @@ -27,7 +27,7 @@ define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); -define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.2' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.3' ); define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' ); From ed9d9911fd50c579b075b28c1698955fc51fd3cd Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 20 May 2026 18:43:01 +0800 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274421c63..8dd4bc0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 3.3.3 2026-05-20 +* Fix: Settings: Button height in WordPress 7.0 + ### 3.3.2 2026-05-05 * Fix: Form Builder: Set `inactive` subscriber state when a Kit Form is specified * Fix: Form Builder: Support subscribing to a Legacy Form