diff --git a/convertkit.php b/convertkit.php index ab5eaff..0ac6652 100755 --- a/convertkit.php +++ b/convertkit.php @@ -8,7 +8,7 @@ * @wordpress-plugin * Plugin Name: ConvertKit for Gravity Forms * Description: Integrates Gravity Forms with ConvertKit allowing form submissions to be automatically sent to your ConvertKit account. - * Version: 1.4.2 + * Version: 1.4.3 * Author: ConvertKit * Author URI: https://convertkit.com/ * Text Domain: convertkit @@ -20,7 +20,7 @@ define( 'CKGF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'CKGF_PLUGIN_PATH', __DIR__ ); define( 'CKGF_PLUGIN_FILEPATH', __FILE__ ); -define( 'CKGF_PLUGIN_VERSION', '1.4.2' ); +define( 'CKGF_PLUGIN_VERSION', '1.4.3' ); define( 'CKGF_MIN_GF_VERSION', '1.9.3' ); define( 'CKGF_SLUG', 'ckgf' ); define( 'CKGF_TITLE', __( 'ConvertKit Gravity Forms Add-On', 'convertkit' ) ); diff --git a/languages/convertkit.pot b/languages/convertkit.pot index 355930d..c9bdf9b 100644 --- a/languages/convertkit.pot +++ b/languages/convertkit.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the ConvertKit for Gravity Forms plugin. msgid "" msgstr "" -"Project-Id-Version: ConvertKit for Gravity Forms 1.4.2\n" +"Project-Id-Version: ConvertKit for Gravity Forms 1.4.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-gravity-forms\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-02-09T13:09:21+00:00\n" +"POT-Creation-Date: 2024-03-08T15:30:59+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: convertkit\n" diff --git a/readme.txt b/readme.txt index 7f9f591..947d01b 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: email, marketing, embed form, convertkit, capture Requires at least: 5.0 Tested up to: 6.4.3 Requires PHP: 5.6.20 -Stable tag: 1.4.2 +Stable tag: 1.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -44,6 +44,9 @@ No. You must first have an account on ConvertKit.com, but you do not have to use == Changelog == +### 1.4.3 2024-03-08 +* Updated: ConvertKit WordPress Libraries to 1.4.2 + ### 1.4.2 2024-02-09 * Added: Notice recommending to use the official [Gravity Forms ConvertKit Add-On](https://www.gravityforms.com/blog/convertkit-add-on/)