From 2aa13bf1868d80faffda44e3e62a782747dd5b35 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 18 Dec 2025 10:45:34 +0000 Subject: [PATCH] 3.1.3 --- languages/convertkit.pot | 4 ++-- readme.txt | 9 ++++++++- wp-convertkit.php | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/languages/convertkit.pot b/languages/convertkit.pot index a6659a4fa..6b7dea0c9 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.1.2\n" +"Project-Id-Version: Kit (formerly ConvertKit) 3.1.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: 2025-12-03T01:29:00+00:00\n" +"POT-Creation-Date: 2025-12-18T10:45:11+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 9af1fb487..bd7c11447 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, membership Requires at least: 5.6 Tested up to: 6.9 Requires PHP: 7.1 -Stable tag: 3.1.2 +Stable tag: 3.1.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -179,6 +179,13 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2 == Changelog == +### 3.1.3 2025-12-18 +* Added: Blocks: Field controls: Use 40px default size +* Fix: Blocks: Static flag warning +* Fix: Blocks: Unique `key` prop warning +* Fix: Setup Wizard: Replace `ConvertKit` with `Kit` in browser tab/window title +* Updated: Use WordPress Libraries 2.1.3 + ### 3.1.2 2025-12-03 * Fix: Settings: Improve logic to automatically delete invalid Access Tokens * Fix: Settings: Disconnect: Immediately disconnect Plugin from Kit, instead of loading resources first diff --git a/wp-convertkit.php b/wp-convertkit.php index 711c3af0e..3e15d62fd 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.1.2 + * Version: 3.1.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.1.2' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '3.1.3' ); define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );