Skip to content

Commit 964192a

Browse files
authored
Merge pull request #999 from Kit/release-3.1.6.1
3.1.6.1
2 parents f4a7e08 + 8b4a36a commit 964192a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

readme.txt

Lines changed: 2 additions & 2 deletions
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.6
8+
Stable tag: 3.1.6.1
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -343,7 +343,7 @@ The documentation covers newsletter form setup, landing page configuration, memb
343343

344344
== Changelog ==
345345

346-
### 3.1.6 2026-01-26
346+
### 3.1.6.1 2026-01-26
347347
* Added: Settings: Tools: MailPoet to Kit Form Importer
348348
* Added: Settings: Tools: Newsletter Plugin to Kit Form Importer
349349
* Added: Settings: Tools: Importers: Support migrating blocks from AWeber, MC4WP, MailPoet and Newsletter, as well as shortcodes

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.6
12+
* Version: 3.1.6.1
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.6' );
30+
define( 'CONVERTKIT_PLUGIN_VERSION', '3.1.6.1' );
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)