Skip to content

Commit 8be4be1

Browse files
author
Woo
committed
Updates to 6.0.32
1 parent 0422f31 commit 8be4be1

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

automatewoo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: AutomateWoo
44
* Plugin URI: https://automatewoo.com
55
* Description: Powerful marketing automation for your WooCommerce store.
6-
* Version: 6.0.31
6+
* Version: 6.0.32
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* License: GPLv3
@@ -13,7 +13,7 @@
1313
* Tested up to: 6.6
1414
* Requires Plugins: woocommerce
1515
* WC requires at least: 6.7
16-
* WC tested up to: 9.1
16+
* WC tested up to: 9.2.0
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.31' ); // WRCS: DEFINED_VERSION.
40+
define( 'AUTOMATEWOO_VERSION', '6.0.32' ); // 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** AutomateWoo Changelog ***
22

3+
2024-08-14 - version 6.0.32
4+
* Tweak - WC 9.2.0 compatibility.
5+
36
2024-08-06 - version 6.0.31
47
* Dev - Fix false positive warning in QIT.
58
* Fix - Add Active Campaign Pagination for tags.

languages/automatewoo.pot

Lines changed: 4 additions & 2 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.31\n"
5+
"Project-Id-Version: AutomateWoo 6.0.32\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-08-06T09:37:14+00:00\n"
12+
"POT-Creation-Date: 2024-08-14T09:48:05+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"
@@ -3900,6 +3900,7 @@ msgid_plural "Disabled <span class=\"count\">(%s)</span>"
39003900
msgstr[0] ""
39013901
msgstr[1] ""
39023902

3903+
#. translators: placeholder is previous workflow title
39033904
#: includes/Post_Types.php:95
39043905
#: includes/Post_Types.php:98
39053906
#: includes/Post_Types.php:101
@@ -3939,6 +3940,7 @@ msgctxt "used in \"Workflow scheduled for <date>\""
39393940
msgid "M j, Y @ G:i"
39403941
msgstr ""
39413942

3943+
#. translators: php date string, see http://php.net/date
39423944
#: includes/Post_Types.php:106
39433945
msgid "Workflow draft updated."
39443946
msgstr ""

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'woocommerce/automatewoo',
4-
'pretty_version' => 'dev-release/6.0.31',
5-
'version' => 'dev-release/6.0.31',
6-
'reference' => '3197bfafc261bf7a043c22c8c3028f560abfff12',
4+
'pretty_version' => 'dev-release/6.0.32',
5+
'version' => 'dev-release/6.0.32',
6+
'reference' => 'e165cf236d51f3c4e5ccc8e73141b5863e45b6c1',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
1010
'dev' => false,
1111
),
1212
'versions' => array(
1313
'woocommerce/automatewoo' => array(
14-
'pretty_version' => 'dev-release/6.0.31',
15-
'version' => 'dev-release/6.0.31',
16-
'reference' => '3197bfafc261bf7a043c22c8c3028f560abfff12',
14+
'pretty_version' => 'dev-release/6.0.32',
15+
'version' => 'dev-release/6.0.32',
16+
'reference' => 'e165cf236d51f3c4e5ccc8e73141b5863e45b6c1',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)