Skip to content

Commit 396cf02

Browse files
committed
1.5.7
1 parent 3897fe9 commit 396cf02

3 files changed

Lines changed: 9 additions & 5 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.6\n"
5+
"Project-Id-Version: ConvertKit for WooCommerce 1.5.7\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: 2023-01-16T15:07:34+00:00\n"
12+
"POT-Creation-Date: 2023-02-02T14:05:35+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: woocommerce-convertkit\n"

readme.txt

Lines changed: 5 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.6
8+
Stable tag: 1.5.7
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

4747
== Changelog ==
4848

49+
### 1.5.7 2023-02-02
50+
* Fix: Settings: Subscription: List ConvertKit Sequences, Forms and Tags in alphabetical order
51+
* Fix: WooCommerce Products: List ConvertKit Sequences, Forms and Tags in alphabetical order
52+
4953
### 1.5.6 2023-01-16
5054
* Updated: ConvertKit WordPress Libraries to 1.3.0
5155

woocommerce-convertkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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.6
12+
* Version: 1.5.7
1313
* Author: ConvertKit
1414
* Author URI: https://www.convertkit.com
1515
* Text Domain: woocommerce-convertkit
@@ -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.6' );
31+
define( 'CKWC_PLUGIN_VERSION', '1.5.7' );
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)