Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Feb 9, 2024
1 parent acfb47c commit e448c13
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
* Version: 1.4.2
* Author: ConvertKit
* Author URI: https://convertkit.com/
* Text Domain: convertkit
Expand All @@ -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.1' );
define( 'CKGF_PLUGIN_VERSION', '1.4.2' );
define( 'CKGF_MIN_GF_VERSION', '1.9.3' );
define( 'CKGF_SLUG', 'ckgf' );
define( 'CKGF_TITLE', __( 'ConvertKit Gravity Forms Add-On', 'convertkit' ) );
Expand Down
16 changes: 14 additions & 2 deletions languages/convertkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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.1\n"
"Project-Id-Version: ConvertKit for Gravity Forms 1.4.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-gravity-forms\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-16T15:11:12+00:00\n"
"POT-Creation-Date: 2024-02-09T13:09:21+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"
Expand All @@ -35,6 +35,18 @@ msgstr ""
msgid "ConvertKit Gravity Forms Add-On"
msgstr ""

#: includes/class-ckgf-notices.php:62
msgid "ConvertKit Gravity Forms Add-On: Please install the official"
msgstr ""

#: includes/class-ckgf-notices.php:64
msgid "Gravity Forms ConvertKit Add-On"
msgstr ""

#: includes/class-ckgf-notices.php:65
msgid "Your existing settings will automatically migrate once installed and active."
msgstr ""

#: includes/class-gfconvertkit.php:161
msgid "Send to ConvertKit only when payment is received."
msgstr ""
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: nathanbarry, growdev, travisnorthcutt
Donate link: https://convertkit.com
Tags: email, marketing, embed form, convertkit, capture
Requires at least: 5.0
Tested up to: 6.4.2
Tested up to: 6.4.3
Requires PHP: 5.6.20
Stable tag: 1.4.1
Stable tag: 1.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 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/)

### 1.4.1 2024-01-16
* Updated: ConvertKit WordPress Libraries to 1.4.1

Expand Down

0 comments on commit e448c13

Please sign in to comment.