File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: AutomateWoo
4
4
* Plugin URI: https://automatewoo.com
5
5
* Description: Powerful marketing automation for your WooCommerce store.
6
- * Version: 6.0.31
6
+ * Version: 6.0.32
7
7
* Author: WooCommerce
8
8
* Author URI: https://woocommerce.com
9
9
* License: GPLv3
13
13
* Tested up to: 6.6
14
14
* Requires Plugins: woocommerce
15
15
* WC requires at least: 6.7
16
- * WC tested up to: 9.1
16
+ * WC tested up to: 9.2.0
17
17
* Woo: 4652610:f6f1f8a56a16a3715b30b21fb557e78f
18
18
*
19
19
* This program is free software: you can redistribute it and/or modify
37
37
defined ( 'ABSPATH ' ) || exit;
38
38
39
39
define ( 'AUTOMATEWOO_SLUG ' , 'automatewoo ' );
40
- define ( 'AUTOMATEWOO_VERSION ' , '6.0.31 ' ); // WRCS: DEFINED_VERSION.
40
+ define ( 'AUTOMATEWOO_VERSION ' , '6.0.32 ' ); // WRCS: DEFINED_VERSION.
41
41
define ( 'AUTOMATEWOO_FILE ' , __FILE__ );
42
42
define ( 'AUTOMATEWOO_PATH ' , __DIR__ );
43
43
define ( 'AUTOMATEWOO_MIN_PHP_VER ' , '7.4.0 ' );
Original file line number Diff line number Diff line change 1
1
*** AutomateWoo Changelog ***
2
2
3
+ 2024-08-14 - version 6.0.32
4
+ * Tweak - WC 9.2.0 compatibility.
5
+
3
6
2024-08-06 - version 6.0.31
4
7
* Dev - Fix false positive warning in QIT.
5
8
* Fix - Add Active Campaign Pagination for tags.
Original file line number Diff line number Diff line change 2
2
# This file is distributed under the GPLv3.
3
3
msgid ""
4
4
msgstr ""
5
- "Project-Id-Version : AutomateWoo 6.0.31 \n "
5
+ "Project-Id-Version : AutomateWoo 6.0.32 \n "
6
6
"Report-Msgid-Bugs-To : https://woocommerce.com/my-account/contact-support/\n "
7
7
"Last-Translator : \n "
8
8
"Language-Team : \n "
9
9
"MIME-Version : 1.0\n "
10
10
"Content-Type : text/plain; charset=UTF-8\n "
11
11
"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 "
13
13
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
14
"X-Generator : WP-CLI 2.7.1\n "
15
15
"X-Domain : automatewoo\n "
@@ -3900,6 +3900,7 @@ msgid_plural "Disabled <span class=\"count\">(%s)</span>"
3900
3900
msgstr[ 0 ] ""
3901
3901
msgstr[ 1 ] ""
3902
3902
3903
+ #. translators: placeholder is previous workflow title
3903
3904
#: includes/Post_Types.php:95
3904
3905
#: includes/Post_Types.php:98
3905
3906
#: includes/Post_Types.php:101
@@ -3939,6 +3940,7 @@ msgctxt "used in \"Workflow scheduled for <date>\""
3939
3940
msgid "M j, Y @ G:i"
3940
3941
msgstr ""
3941
3942
3943
+ #. translators: php date string, see http://php.net/date
3942
3944
#: includes/Post_Types.php:106
3943
3945
msgid "Workflow draft updated."
3944
3946
msgstr ""
Original file line number Diff line number Diff line change 1
1
<?php return array (
2
2
'root ' => array (
3
3
'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 ' ,
7
7
'type ' => 'wordpress-plugin ' ,
8
8
'install_path ' => __DIR__ . '/../../ ' ,
9
9
'aliases ' => array (),
10
10
'dev ' => false ,
11
11
),
12
12
'versions ' => array (
13
13
'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 ' ,
17
17
'type ' => 'wordpress-plugin ' ,
18
18
'install_path ' => __DIR__ . '/../../ ' ,
19
19
'aliases ' => array (),
You can’t perform that action at this time.
0 commit comments