Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Jan 16, 2024
1 parent d400a32 commit 44489da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions languages/woocommerce-convertkit.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2023 ConvertKit
# Copyright (C) 2024 ConvertKit
# This file is distributed under the same license as the ConvertKit for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: ConvertKit for WooCommerce 1.7.1\n"
"Project-Id-Version: ConvertKit for WooCommerce 1.7.2\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: 2023-12-22T12:18:47+00:00\n"
"POT-Creation-Date: 2024-01-16T15:12:38+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.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, woocommerce
Requires at least: 5.0
Tested up to: 6.4.2
Requires PHP: 5.6.20
Stable tag: 1.7.1
Stable tag: 1.7.2
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.7.2 2024-01-16
* Updated: ConvertKit WordPress Libraries to 1.4.1

### 1.7.1 2023-12-22
* Added: Checkout: Opt in checkbox block is automatically added when WooCommerce Checkout Block is used, honoring settings at `WooCommerce > Settings > Integration > ConvertKit`
* Added: Purchase Data: CLI: `wp ckwc-sync-past-orders` command can be used to send past WooCommerce Orders to ConvertKit. Use `wp ckwc-sync-past-orders --limit=100` to send a specific number of WooCommerce Orders
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.7.1
* Version: 1.7.2
* Author: ConvertKit
* Author URI: https://www.convertkit.com
* Text Domain: woocommerce-convertkit
*
* WC requires at least: 3.0
* WC tested up to: 8.4.0
* WC tested up to: 8.5.1
*/

// 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.7.1' );
define( 'CKWC_PLUGIN_VERSION', '1.7.2' );

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

0 comments on commit 44489da

Please sign in to comment.