Skip to content

Commit b474e6d

Browse files
authored
Merge pull request #129 from Kit/release-1.9.0
1.9.0
2 parents 0dec739 + ac57104 commit b474e6d

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.8.9
12+
* Version: 1.9.0
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.8.9' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.0' );
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2025 Kit
1+
# Copyright (C) 2026 Kit
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.8.9\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.9.0\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: 2025-12-16T07:48:02+00:00\n"
12+
"POT-Creation-Date: 2026-03-27T14:39:16+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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: form, wpforms, convertkit, email, marketing
55
Requires at least: 5.0
66
Tested up to: 6.9
77
Requires PHP: 7.1
8-
Stable tag: 1.8.9
8+
Stable tag: 1.9.0
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.0 2026-03-30
46+
* Updated: Use WordPress Libraries 2.1.4
47+
4548
### 1.8.9 2025-12-18
4649
* Fix: Settings: Automatically delete invalid Access Tokens
4750
* Updated: Use WordPress Libraries 2.1.3

0 commit comments

Comments
 (0)