Skip to content

Commit e5b0f2c

Browse files
authored
Merge pull request #145 from Kit/release-1.9.4
1.9.4
2 parents fa8dfdb + e987bdd commit e5b0f2c

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

integrate-convertkit-wpforms.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) for WPForms
1010
* Plugin URI: https://kit.com
1111
* Description: Create Kit signup forms using WPForms
12-
* Version: 1.9.3
12+
* Version: 1.9.4
1313
* Author: Kit
1414
* Author URI: https://kit.com
1515
* Text Domain: integrate-convertkit-wpforms
@@ -28,7 +28,7 @@
2828
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
2929
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
3030
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
31-
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.3' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.4' );
3232
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
3333
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
3434

languages/integrate-convertkit-wpforms.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) for WPForms 1.9.3\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.9.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-wpforms\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: 2026-04-22T07:54:09+00:00\n"
12+
"POT-Creation-Date: 2026-05-21T04:21:18+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: integrate-convertkit-wpforms\n"

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: nathanbarry, convertkit, billerickson
33
Donate link: https://kit.com
44
Tags: form, wpforms, convertkit, email, marketing
55
Requires at least: 5.0
6-
Tested up to: 6.9
6+
Tested up to: 7.0
77
Requires PHP: 7.1
8-
Stable tag: 1.9.3
8+
Stable tag: 1.9.4
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -42,6 +42,9 @@ No. You must first have an account on kit.com, but you do not have to use a paid
4242

4343
== Changelog ==
4444

45+
### 1.9.4 2026-04-20
46+
* Updated: WordPress 7.0 support
47+
4548
### 1.9.3 2026-04-22
4649
* Updated: WordPress Libraries to 2.1.6
4750

0 commit comments

Comments
 (0)