Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Jul 18, 2024
1 parent b86d3cb commit bcd0a01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.0
* Version: 1.7.1
* 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.0' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.7.1' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.convertkit.com/wordpress/redirect' );

Expand Down
4 changes: 2 additions & 2 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.0\n"
"Project-Id-Version: Integrate ConvertKit and WPForms 1.7.1\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-07-08T02:25:54+00:00\n"
"POT-Creation-Date: 2024-07-18T03:26:12+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
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: nathanbarry, convertkit, billerickson
Donate link: https://convertkit.com
Tags: form, wpforms, convertkit, email, marketing
Requires at least: 5.0
Tested up to: 6.5
Stable tag: 1.7.0
Tested up to: 6.6
Stable tag: 1.7.1
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.1 2024-07-18
* Updated: ConvertKit WordPress Libraries to 2.0.1

### 1.7.0 2024-07-08
* Added: Use ConvertKit v4 API and OAuth
* Updated: ConvertKit WordPress Libraries to 2.0.0
Expand Down

0 comments on commit bcd0a01

Please sign in to comment.