Skip to content

Commit 76867b5

Browse files
committed
1.7.9
1 parent e4cff29 commit 76867b5

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

integrate-convertkit-wpforms.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Kit (formerly ConvertKit) for WPForms
44
* Plugin URI: https://kit.com
55
* Description: Create Kit signup forms using WPForms
6-
* Version: 1.7.8
6+
* Version: 1.7.9
77
* Author: Kit
88
* Author URI: https://kit.com
99
* Text Domain: integrate-convertkit-wpforms
@@ -36,7 +36,7 @@
3636
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
3737
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
3838
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
39-
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.7.8' );
39+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.7.9' );
4040
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
4141
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
4242

languages/integrate-convertkit-wpforms.pot

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2024 Kit
1+
# Copyright (C) 2025 Kit
22
# This file is distributed under the GPLv2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.7.7\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.7.9\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 <[email protected]>\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: 2024-11-13T02:06:36+00:00\n"
12+
"POT-Creation-Date: 2025-01-23T02:49:51+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.10.0\n"
1515
"X-Domain: integrate-convertkit-wpforms\n"
@@ -220,45 +220,45 @@ msgid "No Form ID was specified."
220220
msgstr ""
221221

222222
#. translators: Resource type
223-
#: includes/class-integrate-convertkit-wpforms.php:404
223+
#: includes/class-integrate-convertkit-wpforms.php:408
224224
msgid "The resource type %s is unsupported."
225225
msgstr ""
226226

227-
#: includes/class-integrate-convertkit-wpforms.php:591
227+
#: includes/class-integrate-convertkit-wpforms.php:624
228228
msgid "Try Kit for Free"
229229
msgstr ""
230230

231-
#: includes/class-integrate-convertkit-wpforms.php:675
231+
#: includes/class-integrate-convertkit-wpforms.php:708
232232
msgid "Kit: Account connected successfully."
233233
msgstr ""
234234

235-
#: includes/class-integrate-convertkit-wpforms.php:684
235+
#: includes/class-integrate-convertkit-wpforms.php:717
236236
msgid "Kit: "
237237
msgstr ""
238238

239-
#: includes/class-integrate-convertkit-wpforms.php:844
239+
#: includes/class-integrate-convertkit-wpforms.php:877
240240
msgid "Kit: Email"
241241
msgstr ""
242242

243-
#: includes/class-integrate-convertkit-wpforms.php:850
243+
#: includes/class-integrate-convertkit-wpforms.php:883
244244
msgid "Kit: First Name"
245245
msgstr ""
246246

247-
#: includes/class-integrate-convertkit-wpforms.php:855
247+
#: includes/class-integrate-convertkit-wpforms.php:888
248248
msgid "Kit: Tag"
249249
msgstr ""
250250

251251
#. translators: ConvertKit Custom Field label
252-
#: includes/class-integrate-convertkit-wpforms.php:883
252+
#: includes/class-integrate-convertkit-wpforms.php:916
253253
msgid "Kit: Custom Field: %s"
254254
msgstr ""
255255

256-
#: includes/class-integrate-convertkit-wpforms.php:918
256+
#: includes/class-integrate-convertkit-wpforms.php:951
257257
msgid "No Kit connections exist."
258258
msgstr ""
259259

260260
#. translators: WPForms ConvertKit Account ID
261-
#: includes/class-integrate-convertkit-wpforms.php:926
261+
#: includes/class-integrate-convertkit-wpforms.php:959
262262
msgid "The Kit connection with ID %s was unregistered."
263263
msgstr ""
264264

readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.7
7-
Stable tag: 1.7.8
6+
Tested up to: 6.7.1
7+
Stable tag: 1.7.9
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

4242
== Changelog ==
4343

44+
### 1.7.9 2025-01-23
45+
* Added: Populate the referrer property when a WPForms Form is configured to subscribe an email address to a Kit Form
46+
* Updated: ConvertKit WordPress Libraries to 2.0.6
47+
4448
### 1.7.8 2024-11-13
4549
* Added: OAuth: Issue site-specific Access and Refresh Token when using the same Kit account on multiple WordPress sites
4650
* Added: Settings: Integrations: Add `Reconnect` option

0 commit comments

Comments
 (0)