Skip to content

Commit 7fba287

Browse files
authored
Merge pull request #136 from Kit/release-1.9.2
1.9.2
2 parents 4a40c9b + e839cc6 commit 7fba287

3 files changed

Lines changed: 21 additions & 11 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.1
12+
* Version: 1.9.2
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.1' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.2' );
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: 12 additions & 8 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.1\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.9.2\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-03-30T23:54:31+00:00\n"
12+
"POT-Creation-Date: 2026-04-13T04:42:31+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"
@@ -253,30 +253,34 @@ msgstr ""
253253
msgid "Kit: "
254254
msgstr ""
255255

256-
#: includes/class-integrate-convertkit-wpforms.php:991
256+
#: includes/class-integrate-convertkit-wpforms.php:971
257+
msgid "The Kit WordPress Libraries is missing the `revoke_tokens` method. Please update all Kit WordPress Plugins to their latest versions, and click Disconnect again."
258+
msgstr ""
259+
260+
#: includes/class-integrate-convertkit-wpforms.php:1016
257261
msgid "Kit: Email"
258262
msgstr ""
259263

260-
#: includes/class-integrate-convertkit-wpforms.php:997
264+
#: includes/class-integrate-convertkit-wpforms.php:1022
261265
msgid "Kit: First Name"
262266
msgstr ""
263267

264-
#: includes/class-integrate-convertkit-wpforms.php:1002
268+
#: includes/class-integrate-convertkit-wpforms.php:1027
265269
msgid "Kit: Tag"
266270
msgstr ""
267271

268272
#. translators: ConvertKit Custom Field label
269-
#: includes/class-integrate-convertkit-wpforms.php:1035
273+
#: includes/class-integrate-convertkit-wpforms.php:1060
270274
#, php-format
271275
msgid "Kit: Custom Field: %s"
272276
msgstr ""
273277

274-
#: includes/class-integrate-convertkit-wpforms.php:1070
278+
#: includes/class-integrate-convertkit-wpforms.php:1095
275279
msgid "No Kit connections exist."
276280
msgstr ""
277281

278282
#. translators: WPForms ConvertKit Account ID
279-
#: includes/class-integrate-convertkit-wpforms.php:1078
283+
#: includes/class-integrate-convertkit-wpforms.php:1103
280284
#, php-format
281285
msgid "The Kit connection with ID %s was unregistered."
282286
msgstr ""

readme.txt

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

@@ -42,6 +42,12 @@ 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.2 2026-04-13
46+
* Added: Settings: Revoke Access and Refresh Tokens, and remove from settings, when `Disconnect` button clicked
47+
* Added: Uninstall: Revoke Access and Refresh Tokens, and remove from settings, when the Plugin is deleted (Plugins > Kit for WPForms > Delete)
48+
* Removed: v3 API Key and Secret
49+
* Updated: WordPress Libraries to 2.1.5
50+
4551
### 1.9.1 2026-03-31
4652
* Fix: Downgrade WordPress Libraries to 2.1.3, resolving issues in 1.9.0 and 1.9.0.1
4753

0 commit comments

Comments
 (0)