Skip to content
Merged

1.9.2 #136

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrate-convertkit-wpforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Kit (formerly ConvertKit) for WPForms
* Plugin URI: https://kit.com
* Description: Create Kit signup forms using WPForms
* Version: 1.9.1
* Version: 1.9.2
* Author: Kit
* Author URI: https://kit.com
* Text Domain: integrate-convertkit-wpforms
Expand All @@ -28,7 +28,7 @@
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.1' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.2' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down
20 changes: 12 additions & 8 deletions languages/integrate-convertkit-wpforms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.9.1\n"
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.9.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-wpforms\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-03-30T23:54:31+00:00\n"
"POT-Creation-Date: 2026-04-13T04:42:31+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: integrate-convertkit-wpforms\n"
Expand Down Expand Up @@ -253,30 +253,34 @@ msgstr ""
msgid "Kit: "
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:991
#: includes/class-integrate-convertkit-wpforms.php:971
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."
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:1016
msgid "Kit: Email"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:997
#: includes/class-integrate-convertkit-wpforms.php:1022
msgid "Kit: First Name"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:1002
#: includes/class-integrate-convertkit-wpforms.php:1027
msgid "Kit: Tag"
msgstr ""

#. translators: ConvertKit Custom Field label
#: includes/class-integrate-convertkit-wpforms.php:1035
#: includes/class-integrate-convertkit-wpforms.php:1060
#, php-format
msgid "Kit: Custom Field: %s"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:1070
#: includes/class-integrate-convertkit-wpforms.php:1095
msgid "No Kit connections exist."
msgstr ""

#. translators: WPForms ConvertKit Account ID
#: includes/class-integrate-convertkit-wpforms.php:1078
#: includes/class-integrate-convertkit-wpforms.php:1103
#, php-format
msgid "The Kit connection with ID %s was unregistered."
msgstr ""
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: form, wpforms, convertkit, email, marketing
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.1
Stable tag: 1.9.1
Stable tag: 1.9.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

### 1.9.2 2026-04-13
* Added: Settings: Revoke Access and Refresh Tokens, and remove from settings, when `Disconnect` button clicked
* Added: Uninstall: Revoke Access and Refresh Tokens, and remove from settings, when the Plugin is deleted (Plugins > Kit for WPForms > Delete)
* Removed: v3 API Key and Secret
* Updated: WordPress Libraries to 2.1.5

### 1.9.1 2026-03-31
* Fix: Downgrade WordPress Libraries to 2.1.3, resolving issues in 1.9.0 and 1.9.0.1

Expand Down
Loading