Skip to content

Commit c708de2

Browse files
authored
Merge pull request #981 from Kit/release-3.1.3
3.1.3
2 parents 3039ddd + 2aa13bf commit c708de2

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

languages/convertkit.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Kit (formerly ConvertKit) 3.1.2\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) 3.1.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-12-03T01:29:00+00:00\n"
12+
"POT-Creation-Date: 2025-12-18T10:45:11+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: convertkit\n"

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, membership
55
Requires at least: 5.6
66
Tested up to: 6.9
77
Requires PHP: 7.1
8-
Stable tag: 3.1.2
8+
Stable tag: 3.1.3
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -179,6 +179,13 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2
179179

180180
== Changelog ==
181181

182+
### 3.1.3 2025-12-18
183+
* Added: Blocks: Field controls: Use 40px default size
184+
* Fix: Blocks: Static flag warning
185+
* Fix: Blocks: Unique `key` prop warning
186+
* Fix: Setup Wizard: Replace `ConvertKit` with `Kit` in browser tab/window title
187+
* Updated: Use WordPress Libraries 2.1.3
188+
182189
### 3.1.2 2025-12-03
183190
* Fix: Settings: Improve logic to automatically delete invalid Access Tokens
184191
* Fix: Settings: Disconnect: Immediately disconnect Plugin from Kit, instead of loading resources first

wp-convertkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Kit (formerly ConvertKit)
1010
* Plugin URI: https://kit.com/
1111
* Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more.
12-
* Version: 3.1.2
12+
* Version: 3.1.3
1313
* Author: Kit
1414
* Author URI: https://kit.com/
1515
* Text Domain: convertkit
@@ -27,7 +27,7 @@
2727
define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2828
define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2929
define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ );
30-
define( 'CONVERTKIT_PLUGIN_VERSION', '3.1.2' );
30+
define( 'CONVERTKIT_PLUGIN_VERSION', '3.1.3' );
3131
define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' );
3232
define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
3333

0 commit comments

Comments
 (0)