Skip to content

Commit 793a83b

Browse files
committed
1.4.3
1 parent 229185d commit 793a83b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

convertkit.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @wordpress-plugin
99
* Plugin Name: ConvertKit for Gravity Forms
1010
* Description: Integrates Gravity Forms with ConvertKit allowing form submissions to be automatically sent to your ConvertKit account.
11-
* Version: 1.4.2
11+
* Version: 1.4.3
1212
* Author: ConvertKit
1313
* Author URI: https://convertkit.com/
1414
* Text Domain: convertkit
@@ -20,7 +20,7 @@
2020
define( 'CKGF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2121
define( 'CKGF_PLUGIN_PATH', __DIR__ );
2222
define( 'CKGF_PLUGIN_FILEPATH', __FILE__ );
23-
define( 'CKGF_PLUGIN_VERSION', '1.4.2' );
23+
define( 'CKGF_PLUGIN_VERSION', '1.4.3' );
2424
define( 'CKGF_MIN_GF_VERSION', '1.9.3' );
2525
define( 'CKGF_SLUG', 'ckgf' );
2626
define( 'CKGF_TITLE', __( 'ConvertKit Gravity Forms Add-On', 'convertkit' ) );

languages/convertkit.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the ConvertKit for Gravity Forms plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: ConvertKit for Gravity Forms 1.4.2\n"
5+
"Project-Id-Version: ConvertKit for Gravity Forms 1.4.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-gravity-forms\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-02-09T13:09:21+00:00\n"
12+
"POT-Creation-Date: 2024-03-08T15:30:59+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.9.0\n"
1515
"X-Domain: convertkit\n"

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: email, marketing, embed form, convertkit, capture
55
Requires at least: 5.0
66
Tested up to: 6.4.3
77
Requires PHP: 5.6.20
8-
Stable tag: 1.4.2
8+
Stable tag: 1.4.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -44,6 +44,9 @@ No. You must first have an account on ConvertKit.com, but you do not have to use
4444

4545
== Changelog ==
4646

47+
### 1.4.3 2024-03-08
48+
* Updated: ConvertKit WordPress Libraries to 1.4.2
49+
4750
### 1.4.2 2024-02-09
4851
* Added: Notice recommending to use the official [Gravity Forms ConvertKit Add-On](https://www.gravityforms.com/blog/convertkit-add-on/)
4952

0 commit comments

Comments
 (0)