Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Aug 15, 2024
1 parent 79d46eb commit 153d45d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions integrate-convertkit-wpforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Integrate ConvertKit and WPForms
* Plugin URI: https://convertkit.com
* Description: Create ConvertKit signup forms using WPForms
* Version: 1.7.2
* Version: 1.7.3
* Author: ConvertKit
* Author URI: https://convertkit.com
* Text Domain: integrate-convertkit-wpforms
Expand Down Expand Up @@ -36,7 +36,7 @@
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.7.2' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.7.3' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.convertkit.com/wordpress/redirect' );

Expand Down
24 changes: 12 additions & 12 deletions languages/integrate-convertkit-wpforms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Integrate ConvertKit and WPForms 1.7.2\n"
"Project-Id-Version: Integrate ConvertKit and WPForms 1.7.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-wpforms\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-08-05T01:58:05+00:00\n"
"POT-Creation-Date: 2024-08-15T03:35:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: integrate-convertkit-wpforms\n"
Expand Down Expand Up @@ -212,45 +212,45 @@ msgid "No Form ID was specified."
msgstr ""

#. translators: Resource type
#: includes/class-integrate-convertkit-wpforms.php:361
#: includes/class-integrate-convertkit-wpforms.php:359
msgid "The resource type %s is unsupported."
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:508
#: includes/class-integrate-convertkit-wpforms.php:546
msgid "Try ConvertKit for Free"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:592
#: includes/class-integrate-convertkit-wpforms.php:630
msgid "ConvertKit: Account connected successfully."
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:601
#: includes/class-integrate-convertkit-wpforms.php:639
msgid "ConvertKit: "
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:762
#: includes/class-integrate-convertkit-wpforms.php:800
msgid "ConvertKit: Email"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:768
#: includes/class-integrate-convertkit-wpforms.php:806
msgid "ConvertKit: First Name"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:773
#: includes/class-integrate-convertkit-wpforms.php:811
msgid "ConvertKit: Tag"
msgstr ""

#. translators: ConvertKit Custom Field label
#: includes/class-integrate-convertkit-wpforms.php:801
#: includes/class-integrate-convertkit-wpforms.php:839
msgid "ConvertKit: Custom Field: %s"
msgstr ""

#: includes/class-integrate-convertkit-wpforms.php:836
#: includes/class-integrate-convertkit-wpforms.php:874
msgid "No ConvertKit connections exist."
msgstr ""

#. translators: WPForms ConvertKit Account ID
#: includes/class-integrate-convertkit-wpforms.php:844
#: includes/class-integrate-convertkit-wpforms.php:882
msgid "The ConvertKit connection with ID %s was unregistered."
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://convertkit.com
Tags: form, wpforms, convertkit, email, marketing
Requires at least: 5.0
Tested up to: 6.6.1
Stable tag: 1.7.2
Stable tag: 1.7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 1.7.3 2024-08-15
* Fix: Set subscriber to `inactive` when a ConvertKit Form is specified, honoring the Form's opt in setting.

### 1.7.2 2024-08-05
* Added: Option to just subscribe email, or subscribe to a Form, Tag or Sequence

Expand Down

0 comments on commit 153d45d

Please sign in to comment.