Skip to content

Commit 3d4fddb

Browse files
committed
1.5.6
1 parent 3d2625b commit 3d4fddb

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.5\n"
5+
"Project-Id-Version: ConvertKit for WooCommerce 1.5.6\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-05T15:50:09+00:00\n"
12+
"POT-Creation-Date: 2023-01-16T15:07:34+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: 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.5
8+
Stable tag: 1.5.6
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.6 2023-01-16
50+
* Updated: ConvertKit WordPress Libraries to 1.3.0
51+
4952
### 1.5.5 2023-01-05
5053
* Fix: PHP Warning: Trying to access array offset on value of type null
5154

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.5
12+
* Version: 1.5.6
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.2.2
18+
* WC tested up to: 7.3.0
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.5' );
31+
define( 'CKWC_PLUGIN_VERSION', '1.5.6' );
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)