Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Nov 17, 2024
1 parent 5df8c6e commit c74acce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ add_filter( 'convertkit_for_woocommerce_order_send_purchase_data', function( $pu
</pre>
<h3 id="convertkit_for_woocommerce_order_should_opt_in_customer">
convertkit_for_woocommerce_order_should_opt_in_customer
<code>includes/class-ckwc-order.php::794</code>
<code>includes/class-ckwc-order.php::833</code>
</h3><h4>Overview</h4>
<p>Determine if the Customer should be opted in to ConvertKit. If the Order already opted in the Customer, this filter will not be fired. If the Order does not permit the Customer be opted in (i.e. they declined at checkout), this filter will not be fired.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -264,7 +264,7 @@ add_filter( 'convertkit_for_woocommerce_order_should_opt_in_customer', function(
</pre>
<h3 id="convertkit_for_woocommerce_email">
convertkit_for_woocommerce_email
<code>includes/class-ckwc-order.php::826</code>
<code>includes/class-ckwc-order.php::865</code>
</h3><h4>Overview</h4>
<p>Returns the customer's email address for the given WooCommerce Order, immediately before it is sent to ConvertKit when subscribing the Customer to a Form, Tag or Sequence.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -295,7 +295,7 @@ add_filter( 'convertkit_for_woocommerce_email', function( $email, $order ) {
</pre>
<h3 id="convertkit_for_woocommerce_order_name">
convertkit_for_woocommerce_order_name
<code>includes/class-ckwc-order.php::881</code>
<code>includes/class-ckwc-order.php::920</code>
</h3><h4>Overview</h4>
<p>Returns the customer's name for the given WooCommerce Order, immediately before it is sent to ConvertKit when subscribing the Customer to a Form, Tag or Sequence, or sending Purchase Data.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -326,7 +326,7 @@ add_filter( 'convertkit_for_woocommerce_order_name', function( $name, $order ) {
</pre>
<h3 id="convertkit_for_woocommerce_first_name">
convertkit_for_woocommerce_first_name
<code>includes/class-ckwc-order.php::913</code>
<code>includes/class-ckwc-order.php::952</code>
</h3><h4>Overview</h4>
<p>Returns the customer's first name for the given WooCommerce Order, immediately before it is sent to ConvertKit when subscribing the Customer to a Form, Tag or Sequence.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -357,7 +357,7 @@ add_filter( 'convertkit_for_woocommerce_first_name', function( $first_name, $ord
</pre>
<h3 id="convertkit_for_woocommerce_last_name">
convertkit_for_woocommerce_last_name
<code>includes/class-ckwc-order.php::945</code>
<code>includes/class-ckwc-order.php::984</code>
</h3><h4>Overview</h4>
<p>Returns the customer's last name for the given WooCommerce Order, immediately before it is sent to ConvertKit when subscribing the Customer to a Form, Tag or Sequence.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -388,7 +388,7 @@ add_filter( 'convertkit_for_woocommerce_last_name', function( $last_name, $order
</pre>
<h3 id="convertkit_for_woocommerce_custom_field_data">
convertkit_for_woocommerce_custom_field_data
<code>includes/class-ckwc-order.php::1015</code>
<code>includes/class-ckwc-order.php::1054</code>
</h3><h4>Overview</h4>
<p>Returns an array of ConvertKit Custom Field Key/Value pairs, with values comprising of Order data based, to be sent to ConvertKit when an Order's Customer is subscribed via a Form, Tag or Sequence. Returns false if no Order data should be stored in ConvertKit Custom Fields.</p><h4>Parameters</h4>
<table>
Expand Down
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 Kit (formerly ConvertKit) for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 1.8.9\n"
"Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 1.9.0\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-11-13T02:00:55+00:00\n"
"POT-Creation-Date: 2024-11-17T03:30:32+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.7
Requires PHP: 5.6.20
Stable tag: 1.8.9
Stable tag: 1.9.0
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 kit.com, but you do not have to use a paid

== Changelog ==

### 1.9.0 2024-11-18
* Fix: Purchase Data: Sync Past Orders when High-Performance Order Storage is disabled

### 1.8.9 2024-11-13
* Added: OAuth: Issue site-specific Access and Refresh Token when using the same Kit account on multiple WordPress sites
* Updated: ConvertKit WordPress Libraries to 2.0.5
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Kit (formerly ConvertKit) for WooCommerce
* Plugin URI: https://www.kit.com
* Description: Integrates WooCommerce with Kit, allowing customers to be automatically sent to your Kit account.
* Version: 1.8.9
* Version: 1.9.0
* Author: Kit
* Author URI: https://www.kit.com
* Text Domain: woocommerce-convertkit
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.9' );
define( 'CKWC_PLUGIN_VERSION', '1.9.0' );
define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' );
define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down

0 comments on commit c74acce

Please sign in to comment.