Skip to content

Commit 711cd67

Browse files
authored
Merge pull request #109 from Kit/release-1.8.6
1.8.6
2 parents 44055ec + eb50431 commit 711cd67

3 files changed

Lines changed: 16 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.5
12+
* Version: 1.8.6
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.5' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.6' );
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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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.5\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.8.6\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-07-31T02:57:54+00:00\n"
12+
"POT-Creation-Date: 2025-09-29T02:52:45+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.11.0\n"
14+
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: integrate-convertkit-wpforms\n"
1616

1717
#. Plugin Name of the plugin
@@ -67,6 +67,7 @@ msgstr ""
6767

6868
#. translators: Email Address
6969
#: includes/class-integrate-convertkit-wpforms-api.php:78
70+
#, php-format
7071
msgid "get_subscriber_by_email(): No subscriber(s) exist in Kit matching the email address %s."
7172
msgstr ""
7273

@@ -140,6 +141,7 @@ msgstr ""
140141

141142
#. translators: HTTP method
142143
#: includes/class-integrate-convertkit-wpforms-api.php:107
144+
#, php-format
143145
msgid "API request method %s is not supported in ConvertKit_API class."
144146
msgstr ""
145147

@@ -221,6 +223,7 @@ msgstr ""
221223

222224
#. translators: Resource type
223225
#: includes/class-integrate-convertkit-wpforms.php:409
226+
#, php-format
224227
msgid "The resource type %s is unsupported."
225228
msgstr ""
226229

@@ -256,6 +259,7 @@ msgstr ""
256259

257260
#. translators: ConvertKit Custom Field label
258261
#: includes/class-integrate-convertkit-wpforms.php:987
262+
#, php-format
259263
msgid "Kit: Custom Field: %s"
260264
msgstr ""
261265

@@ -265,6 +269,7 @@ msgstr ""
265269

266270
#. translators: WPForms ConvertKit Account ID
267271
#: includes/class-integrate-convertkit-wpforms.php:1030
272+
#, php-format
268273
msgid "The Kit connection with ID %s was unregistered."
269274
msgstr ""
270275

@@ -324,6 +329,7 @@ msgstr ""
324329
#. translators: %1$s: Link to Kit Account
325330
#: views/backend/settings-form-marketing.php:22
326331
#: views/backend/settings-form-marketing.php:39
332+
#, php-format
327333
msgid "%1$s Required for proper plugin function."
328334
msgstr ""
329335

readme.txt

Lines changed: 5 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.8
77
Requires PHP: 7.1
8-
Stable tag: 1.8.5
8+
Stable tag: 1.8.6
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -42,6 +42,10 @@ 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.8.6 2025-09-29
46+
* Updated: WordPress Coding Standards for JS and CSS
47+
* Updated: Use WordPress Libraries 2.1.0
48+
4549
### 1.8.5 2025-07-31
4650
* Fix: Automatically refresh Access Token when expired
4751

0 commit comments

Comments
 (0)