Skip to content

Commit 4b2d107

Browse files
committed
1.5.4
1 parent b7a2c17 commit 4b2d107

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

languages/woocommerce-convertkit.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the ConvertKit for WooCommerce plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: ConvertKit for WooCommerce 1.5.3\n"
5+
"Project-Id-Version: ConvertKit for WooCommerce 1.5.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2022-12-07T14:33:37+00:00\n"
12+
"POT-Creation-Date: 2022-12-12T14:31:41+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.6.0\n"
1515
"X-Domain: woocommerce-convertkit\n"

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: email, marketing, embed form, convertkit, capture, woocommerce
55
Requires at least: 5.0
66
Tested up to: 6.1.1
77
Requires PHP: 5.6.20
8-
Stable tag: 1.5.3
8+
Stable tag: 1.5.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

4747
== Changelog ==
4848

49+
### 1.5.4 2022-12-12
50+
* Fix: iThemes Sync: Error when attempting to update WordPress Plugins or Themes using iThemes Sync when ConvertKit for WooCommerce active.
51+
4952
### 1.5.3 2022-12-07
5053
* Fix: Bulk & Quick Edit: Improve layout of ConvertKit settings on desktop and mobile
5154
* Fix: Products: Improve layout of ConvertKit settings on desktop and mobile

woocommerce-convertkit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
* Plugin Name: ConvertKit for WooCommerce
1010
* Plugin URI: https://www.convertkit.com
1111
* Description: Integrates WooCommerce with ConvertKit, allowing customers to be automatically sent to your ConvertKit account.
12-
* Version: 1.5.3
12+
* Version: 1.5.4
1313
* Author: ConvertKit
1414
* Author URI: https://www.convertkit.com
1515
* Text Domain: woocommerce-convertkit
1616
*
1717
* WC requires at least: 3.0
18-
* WC tested up to: 7.1.0
18+
* WC tested up to: 7.1.1
1919
*/
2020

2121
// Bail if Plugin is already loaded.
@@ -28,7 +28,7 @@
2828
define( 'CKWC_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2929
define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
3030
define( 'CKWC_PLUGIN_PATH', __DIR__ );
31-
define( 'CKWC_PLUGIN_VERSION', '1.5.3' );
31+
define( 'CKWC_PLUGIN_VERSION', '1.5.4' );
3232

3333
// Load shared classes, if they have not been included by another ConvertKit Plugin.
3434
if ( ! class_exists( 'ConvertKit_API' ) ) {

0 commit comments

Comments
 (0)