Skip to content

Commit 46cb0e0

Browse files
author
Woo
committed
Updates to 6.0.26
1 parent f91eb91 commit 46cb0e0

File tree

13 files changed

+34
-32
lines changed

13 files changed

+34
-32
lines changed

admin/admin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public static function page_url( $page, $id = false ) {
752752
return $url;
753753

754754
case 'documentation':
755-
return 'https://woo.com/document/automatewoo/?utm_source=wordpress&utm_medium=all-plugins-page&utm_campaign=doc-link&utm_content=automatewoo';
755+
return 'https://woocommerce.com/document/automatewoo/?utm_source=wordpress&utm_medium=all-plugins-page&utm_campaign=doc-link&utm_content=automatewoo';
756756
}
757757

758758
return false;
@@ -1054,7 +1054,7 @@ public static function get_website_link( $page = '', $utm_source = false, $utm_c
10541054
}
10551055

10561056
/**
1057-
* Get Woo.com marketplace product link.
1057+
* Get WooCommerce.com marketplace product link.
10581058
*
10591059
* @since 3.7.0
10601060
*
@@ -1063,7 +1063,7 @@ public static function get_website_link( $page = '', $utm_source = false, $utm_c
10631063
* @return string
10641064
*/
10651065
public static function get_marketplace_product_link( $product = 'automatewoo' ) {
1066-
return "https://woo.com/products/$product/";
1066+
return "https://woocommerce.com/products/$product/";
10671067
}
10681068

10691069
/**

automatewoo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Plugin Name: AutomateWoo
44
* Plugin URI: https://automatewoo.com
55
* Description: Powerful marketing automation for your WooCommerce store.
6-
* Version: 6.0.25
6+
* Version: 6.0.26
77
* Author: WooCommerce
8-
* Author URI: https://woo.com
8+
* Author URI: https://woocommerce.com
99
* License: GPLv3
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0
1111
* Text Domain: automatewoo
@@ -37,7 +37,7 @@
3737
defined( 'ABSPATH' ) || exit;
3838

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

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** AutomateWoo Changelog ***
22

3+
2024-06-18 - version 6.0.26
4+
* Dev - fix unit tests for protecting admin roles.
5+
* Tweak - Replace woo.com references with woocommerce.com.
6+
37
2024-06-11 - version 6.0.25
48
* Add - Action to manage WooCommerce Membership statuses.
59
* Add - Support for one-click unsubscribe links in non-transactional emails.

includes/Usage_Tracking/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AutomateWoo Usage Tracking
22

3-
The files within this directory implement usage tracking for AutomateWoo. This builds on the native [WooCommerce Usage Tracking](https://woo.com/usage-tracking/), and is only enabled when WooCommerce Tracking is enabled.
3+
The files within this directory implement usage tracking for AutomateWoo. This builds on the native [WooCommerce Usage Tracking](https://woocommerce.com/usage-tracking/), and is only enabled when WooCommerce Tracking is enabled.
44

55
When a store opts in to WooCommerce usage tracking and they use AutomateWoo, they will also be opted in to the tracking added by AutomateWoo.
66

includes/Variables/Order_Date_Shipped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function load_admin_details() {
1616

1717
$this->description = sprintf(
1818
__( 'Displays the shipping date as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
19-
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
19+
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
2020
'/a'
2121
);
2222
$this->description .= ' ' . $this->_desc_format_tip;

includes/Variables/Order_Shipping_Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Variable_Order_Shipping_Provider extends Variable {
1414
function load_admin_details() {
1515
$this->description = sprintf(
1616
__( 'Displays the name of shipping provider as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
17-
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
17+
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
1818
'/a'
1919
);
2020
}

includes/Variables/Order_Tracking_Number.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Variable_Order_Tracking_Number extends Variable {
1414
function load_admin_details() {
1515
$this->description = sprintf(
1616
__( 'Displays the tracking number as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
17-
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
17+
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
1818
'/a'
1919
);
2020
}

includes/Variables/Order_Tracking_Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Variable_Order_Tracking_Url extends Variable {
1414
function load_admin_details() {
1515
$this->description = sprintf(
1616
__( 'Displays the shipment tracking URL as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
17-
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
17+
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
1818
'/a'
1919
);
2020
}

languages/automatewoo.pot

Lines changed: 4 additions & 6 deletions
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.25\n"
6-
"Report-Msgid-Bugs-To: https://woo.com/my-account/contact-support/\n"
5+
"Project-Id-Version: AutomateWoo 6.0.26\n"
6+
"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-06-11T22:04:09+02:00\n"
12+
"POT-Creation-Date: 2024-06-18T08:14:43+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"
@@ -44,7 +44,7 @@ msgid "WooCommerce"
4444
msgstr ""
4545

4646
#. Author URI of the plugin
47-
msgid "https://woo.com"
47+
msgid "https://woocommerce.com"
4848
msgstr ""
4949

5050
#: admin/admin.php:169
@@ -3893,7 +3893,6 @@ msgid_plural "Disabled <span class=\"count\">(%s)</span>"
38933893
msgstr[0] ""
38943894
msgstr[1] ""
38953895

3896-
#. translators: placeholder is previous workflow title
38973896
#: includes/Post_Types.php:95
38983897
#: includes/Post_Types.php:98
38993898
#: includes/Post_Types.php:101
@@ -3933,7 +3932,6 @@ msgctxt "used in \"Workflow scheduled for <date>\""
39333932
msgid "M j, Y @ G:i"
39343933
msgstr ""
39353934

3936-
#. translators: php date string, see http://php.net/date
39373935
#: includes/Post_Types.php:106
39383936
msgid "Workflow draft updated."
39393937
msgstr ""

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitcd76d69e344355b0d078ee38c544eff0::getLoader();
25+
return ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e::getLoader();

0 commit comments

Comments
 (0)