Skip to content

Commit

Permalink
1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Sep 27, 2024
1 parent 13512d9 commit 7d7334b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languages/woocommerce-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 WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: ConvertKit for WooCommerce 1.8.5\n"
"Project-Id-Version: ConvertKit for WooCommerce 1.8.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\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-09-23T06:21:36+00:00\n"
"POT-Creation-Date: 2024-09-27T08:22:34+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: woocommerce-convertkit\n"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: email, marketing, embed form, convertkit, capture
Requires at least: 5.0
Tested up to: 6.6.2
Requires PHP: 5.6.20
Stable tag: 1.8.5
Stable tag: 1.8.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 1.8.6 2024-09-27
* Updated: ConvertKit WordPress Libraries to 2.0.3

### 1.8.5 2024-09-23
* Added: Custom Fields: Option to exclude name from Billing and Shipping Address

Expand Down
6 changes: 3 additions & 3 deletions woocommerce-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
* Plugin Name: ConvertKit for WooCommerce
* Plugin URI: https://www.convertkit.com
* Description: Integrates WooCommerce with ConvertKit, allowing customers to be automatically sent to your ConvertKit account.
* Version: 1.8.5
* Version: 1.8.6
* Author: ConvertKit
* Author URI: https://www.convertkit.com
* Text Domain: woocommerce-convertkit
*
* WC requires at least: 3.0
* WC tested up to: 9.3.2
* WC tested up to: 9.3.3
*/

// Bail if Plugin is already loaded.
Expand All @@ -28,7 +28,7 @@
define( 'CKWC_PLUGIN_FILE', plugin_basename( __FILE__ ) );
define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CKWC_PLUGIN_PATH', __DIR__ );
define( 'CKWC_PLUGIN_VERSION', '1.8.5' );
define( 'CKWC_PLUGIN_VERSION', '1.8.6' );
define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' );
define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.convertkit.com/wordpress/redirect' );

Expand Down

0 comments on commit 7d7334b

Please sign in to comment.