Skip to content

Commit

Permalink
Updates to 6.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Woo committed Jun 18, 2024
1 parent f91eb91 commit 46cb0e0
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 32 deletions.
6 changes: 3 additions & 3 deletions admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public static function page_url( $page, $id = false ) {
return $url;

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

return false;
Expand Down Expand Up @@ -1054,7 +1054,7 @@ public static function get_website_link( $page = '', $utm_source = false, $utm_c
}

/**
* Get Woo.com marketplace product link.
* Get WooCommerce.com marketplace product link.
*
* @since 3.7.0
*
Expand All @@ -1063,7 +1063,7 @@ public static function get_website_link( $page = '', $utm_source = false, $utm_c
* @return string
*/
public static function get_marketplace_product_link( $product = 'automatewoo' ) {
return "https://woo.com/products/$product/";
return "https://woocommerce.com/products/$product/";
}

/**
Expand Down
6 changes: 3 additions & 3 deletions automatewoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: AutomateWoo
* Plugin URI: https://automatewoo.com
* Description: Powerful marketing automation for your WooCommerce store.
* Version: 6.0.25
* Version: 6.0.26
* Author: WooCommerce
* Author URI: https://woo.com
* Author URI: https://woocommerce.com
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0
* Text Domain: automatewoo
Expand Down Expand Up @@ -37,7 +37,7 @@
defined( 'ABSPATH' ) || exit;

define( 'AUTOMATEWOO_SLUG', 'automatewoo' );
define( 'AUTOMATEWOO_VERSION', '6.0.25' ); // WRCS: DEFINED_VERSION.
define( 'AUTOMATEWOO_VERSION', '6.0.26' ); // WRCS: DEFINED_VERSION.
define( 'AUTOMATEWOO_FILE', __FILE__ );
define( 'AUTOMATEWOO_PATH', __DIR__ );
define( 'AUTOMATEWOO_MIN_PHP_VER', '7.4.0' );
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** AutomateWoo Changelog ***

2024-06-18 - version 6.0.26
* Dev - fix unit tests for protecting admin roles.
* Tweak - Replace woo.com references with woocommerce.com.

2024-06-11 - version 6.0.25
* Add - Action to manage WooCommerce Membership statuses.
* Add - Support for one-click unsubscribe links in non-transactional emails.
Expand Down
2 changes: 1 addition & 1 deletion includes/Usage_Tracking/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AutomateWoo Usage Tracking

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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion includes/Variables/Order_Date_Shipped.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function load_admin_details() {

$this->description = sprintf(
__( 'Displays the shipping date as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
'/a'
);
$this->description .= ' ' . $this->_desc_format_tip;
Expand Down
2 changes: 1 addition & 1 deletion includes/Variables/Order_Shipping_Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Variable_Order_Shipping_Provider extends Variable {
function load_admin_details() {
$this->description = sprintf(
__( 'Displays the name of shipping provider as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
'/a'
);
}
Expand Down
2 changes: 1 addition & 1 deletion includes/Variables/Order_Tracking_Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Variable_Order_Tracking_Number extends Variable {
function load_admin_details() {
$this->description = sprintf(
__( 'Displays the tracking number as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
'/a'
);
}
Expand Down
2 changes: 1 addition & 1 deletion includes/Variables/Order_Tracking_Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Variable_Order_Tracking_Url extends Variable {
function load_admin_details() {
$this->description = sprintf(
__( 'Displays the shipment tracking URL as set with the <%s>WooCommerce Shipment Tracking<%s> extension.', 'automatewoo' ),
'a href="https://woo.com/products/shipment-tracking/" target="_blank"',
'a href="https://woocommerce.com/products/shipment-tracking/" target="_blank"',
'/a'
);
}
Expand Down
10 changes: 4 additions & 6 deletions languages/automatewoo.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: AutomateWoo 6.0.25\n"
"Report-Msgid-Bugs-To: https://woo.com/my-account/contact-support/\n"
"Project-Id-Version: AutomateWoo 6.0.26\n"
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/contact-support/\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-06-11T22:04:09+02:00\n"
"POT-Creation-Date: 2024-06-18T08:14:43+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: automatewoo\n"
Expand Down Expand Up @@ -44,7 +44,7 @@ msgid "WooCommerce"
msgstr ""

#. Author URI of the plugin
msgid "https://woo.com"
msgid "https://woocommerce.com"
msgstr ""

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

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

#. translators: php date string, see http://php.net/date
#: includes/Post_Types.php:106
msgid "Workflow draft updated."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInitcd76d69e344355b0d078ee38c544eff0::getLoader();
return ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitcd76d69e344355b0d078ee38c544eff0
class ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e
{
private static $loader;

Expand All @@ -24,12 +24,12 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitcd76d69e344355b0d078ee38c544eff0', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitcd76d69e344355b0d078ee38c544eff0', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitb21582d5c8d1591b02e040be331e600e', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitcd76d69e344355b0d078ee38c544eff0::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitb21582d5c8d1591b02e040be331e600e::getInitializer($loader));

$loader->register(true);

Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitcd76d69e344355b0d078ee38c544eff0
class ComposerStaticInitb21582d5c8d1591b02e040be331e600e
{
public static $prefixLengthsPsr4 = array (
'A' =>
Expand Down Expand Up @@ -995,9 +995,9 @@ class ComposerStaticInitcd76d69e344355b0d078ee38c544eff0
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcd76d69e344355b0d078ee38c544eff0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcd76d69e344355b0d078ee38c544eff0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitcd76d69e344355b0d078ee38c544eff0::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitb21582d5c8d1591b02e040be331e600e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb21582d5c8d1591b02e040be331e600e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb21582d5c8d1591b02e040be331e600e::$classMap;

}, null, ClassLoader::class);
}
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php return array(
'root' => array(
'name' => 'woocommerce/automatewoo',
'pretty_version' => 'dev-release/6.0.25',
'version' => 'dev-release/6.0.25',
'reference' => 'bf5b981c5d6cbe0a05c9287bdeb842b95f4b64f1',
'pretty_version' => 'dev-release/6.0.26',
'version' => 'dev-release/6.0.26',
'reference' => '6300227784b13f4bc4d587e40da82adbeb4f1db4',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'woocommerce/automatewoo' => array(
'pretty_version' => 'dev-release/6.0.25',
'version' => 'dev-release/6.0.25',
'reference' => 'bf5b981c5d6cbe0a05c9287bdeb842b95f4b64f1',
'pretty_version' => 'dev-release/6.0.26',
'version' => 'dev-release/6.0.26',
'reference' => '6300227784b13f4bc4d587e40da82adbeb4f1db4',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 46cb0e0

Please sign in to comment.