Skip to content

Commit c220112

Browse files
author
Woo
committed
Updates to 6.0.29
1 parent 5ca7f7d commit c220112

15 files changed

+142
-146
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('automatewoo-modal', 'lodash', 'wc-components', 'wc-csv', 'wc-currency', 'wc-date', 'wc-navigation', 'wc-number', 'wc-settings', 'wc-store-data', 'wc-tracks', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'f86a68b2801d0578df54');
1+
<?php return array('dependencies' => array('automatewoo-modal', 'lodash', 'regenerator-runtime', 'wc-components', 'wc-csv', 'wc-currency', 'wc-date', 'wc-navigation', 'wc-number', 'wc-settings', 'wc-store-data', 'wc-tracks', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'f86a68b2801d0578df54');

admin/assets/build/index.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'wc-components', 'wc-tracks', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'c5c76919fe63962a9475');
1+
<?php return array('dependencies' => array('lodash', 'regenerator-runtime', 'wc-components', 'wc-tracks', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'c5c76919fe63962a9475');

automatewoo.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
* Plugin Name: AutomateWoo
44
* Plugin URI: https://automatewoo.com
55
* Description: Powerful marketing automation for your WooCommerce store.
6-
* Version: 6.0.28
6+
* Version: 6.0.29
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* License: GPLv3
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0
1111
* Text Domain: automatewoo
1212
* Domain Path: /languages
13-
* Tested up to: 6.5
13+
* Tested up to: 6.6
1414
* Requires Plugins: woocommerce
1515
* WC requires at least: 6.7
16-
* WC tested up to: 9.0
16+
* WC tested up to: 9.1
1717
* Woo: 4652610:f6f1f8a56a16a3715b30b21fb557e78f
1818
*
1919
* This program is free software: you can redistribute it and/or modify
@@ -37,7 +37,7 @@
3737
defined( 'ABSPATH' ) || exit;
3838

3939
define( 'AUTOMATEWOO_SLUG', 'automatewoo' );
40-
define( 'AUTOMATEWOO_VERSION', '6.0.28' ); // WRCS: DEFINED_VERSION.
40+
define( 'AUTOMATEWOO_VERSION', '6.0.29' ); // WRCS: DEFINED_VERSION.
4141
define( 'AUTOMATEWOO_FILE', __FILE__ );
4242
define( 'AUTOMATEWOO_PATH', __DIR__ );
4343
define( 'AUTOMATEWOO_MIN_PHP_VER', '7.4.0' );

changelog.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
*** AutomateWoo Changelog ***
22

3+
2024-07-09 - version 6.0.29
4+
* Fix - Make the "Order - Created Via" rule support the Admin and Store API (Checkout Block) options.
5+
* Fix - Map `@babel/runtime/regenerator` request to `regenerator-runtime` in webpack.
6+
* Tweak - WC 9.1 compatibility.
7+
* Tweak - WP 6.6 compatibility.
8+
39
2024-07-02 - version 6.0.28
410
* Tweak - Hide active carts and guests captured widgets if cart tracking is disabled.
511
* Tweak - Remove unused scheduled actions and prevent further actions from being scheduled if job is disabled.

includes/Rules/Order_Created_Via.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ function init() {
3535
*/
3636
public function load_select_choices() {
3737
$options = [
38-
'checkout' => __( 'Checkout', 'automatewoo' ),
39-
'rest-api' => __( 'REST API', 'automatewoo' ),
38+
'checkout' => __( 'Checkout', 'automatewoo' ),
39+
'store-api' => __( 'Store API (Checkout Block)', 'automatewoo' ),
40+
'rest-api' => __( 'REST API', 'automatewoo' ),
41+
'admin' => __( 'Admin', 'automatewoo' ),
4042
];
4143

4244
if ( Integrations::is_deposits_active() ) {

languages/automatewoo.pot

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: AutomateWoo 6.0.28\n"
5+
"Project-Id-Version: AutomateWoo 6.0.29\n"
66
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/contact-support/\n"
77
"Last-Translator: \n"
88
"Language-Team: \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: 2024-07-02T04:39:56+00:00\n"
12+
"POT-Creation-Date: 2024-07-09T17:24:14+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: automatewoo\n"
@@ -2628,6 +2628,7 @@ msgid "Please note that email tracking is not currently supported on this action
26282628
msgstr ""
26292629

26302630
#: includes/Actions/Order_Resend_Email.php:60
2631+
#: includes/Rules/Order_Created_Via.php:41
26312632
msgid "Admin"
26322633
msgstr ""
26332634

@@ -3899,7 +3900,6 @@ msgid_plural "Disabled <span class=\"count\">(%s)</span>"
38993900
msgstr[0] ""
39003901
msgstr[1] ""
39013902

3902-
#. translators: placeholder is previous workflow title
39033903
#: includes/Post_Types.php:95
39043904
#: includes/Post_Types.php:98
39053905
#: includes/Post_Types.php:101
@@ -3939,7 +3939,6 @@ msgctxt "used in \"Workflow scheduled for <date>\""
39393939
msgid "M j, Y @ G:i"
39403940
msgstr ""
39413941

3942-
#. translators: php date string, see http://php.net/date
39433942
#: includes/Post_Types.php:106
39443943
msgid "Workflow draft updated."
39453944
msgstr ""
@@ -4994,10 +4993,14 @@ msgid "Checkout"
49944993
msgstr ""
49954994

49964995
#: includes/Rules/Order_Created_Via.php:39
4996+
msgid "Store API (Checkout Block)"
4997+
msgstr ""
4998+
4999+
#: includes/Rules/Order_Created_Via.php:40
49975000
msgid "REST API"
49985001
msgstr ""
49995002

5000-
#: includes/Rules/Order_Created_Via.php:43
5003+
#: includes/Rules/Order_Created_Via.php:45
50015004
msgid "WooCommerce Deposits"
50025005
msgstr ""
50035006

vendor/autoload.php

+1-19
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22

33
// autoload.php @generated by Composer
44

5-
if (PHP_VERSION_ID < 50600) {
6-
if (!headers_sent()) {
7-
header('HTTP/1.1 500 Internal Server Error');
8-
}
9-
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10-
if (!ini_get('display_errors')) {
11-
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12-
fwrite(STDERR, $err);
13-
} elseif (!headers_sent()) {
14-
echo $err;
15-
}
16-
}
17-
trigger_error(
18-
$err,
19-
E_USER_ERROR
20-
);
21-
}
22-
235
require_once __DIR__ . '/composer/autoload_real.php';
246

25-
return ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e::getLoader();
7+
return ComposerAutoloaderInit26daaf69f9ae2d67aa2aa5bb7698d33e::getLoader();

0 commit comments

Comments
 (0)