diff --git a/automatewoo.php b/automatewoo.php
index 73ebbc6..02f05c0 100644
--- a/automatewoo.php
+++ b/automatewoo.php
@@ -3,7 +3,7 @@
* Plugin Name: AutomateWoo
* Plugin URI: https://automatewoo.com
* Description: Powerful marketing automation for your WooCommerce store.
- * Version: 6.0.31
+ * Version: 6.0.32
* Author: WooCommerce
* Author URI: https://woocommerce.com
* License: GPLv3
@@ -13,7 +13,7 @@
* Tested up to: 6.6
* Requires Plugins: woocommerce
* WC requires at least: 6.7
- * WC tested up to: 9.1
+ * WC tested up to: 9.2.0
* Woo: 4652610:f6f1f8a56a16a3715b30b21fb557e78f
*
* This program is free software: you can redistribute it and/or modify
@@ -37,7 +37,7 @@
defined( 'ABSPATH' ) || exit;
define( 'AUTOMATEWOO_SLUG', 'automatewoo' );
-define( 'AUTOMATEWOO_VERSION', '6.0.31' ); // WRCS: DEFINED_VERSION.
+define( 'AUTOMATEWOO_VERSION', '6.0.32' ); // WRCS: DEFINED_VERSION.
define( 'AUTOMATEWOO_FILE', __FILE__ );
define( 'AUTOMATEWOO_PATH', __DIR__ );
define( 'AUTOMATEWOO_MIN_PHP_VER', '7.4.0' );
diff --git a/changelog.txt b/changelog.txt
index 6687e31..9879b76 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,8 @@
*** AutomateWoo Changelog ***
+2024-08-14 - version 6.0.32
+* Tweak - WC 9.2.0 compatibility.
+
2024-08-06 - version 6.0.31
* Dev - Fix false positive warning in QIT.
* Fix - Add Active Campaign Pagination for tags.
diff --git a/languages/automatewoo.pot b/languages/automatewoo.pot
index e3ecbfd..714d864 100644
--- a/languages/automatewoo.pot
+++ b/languages/automatewoo.pot
@@ -2,14 +2,14 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
-"Project-Id-Version: AutomateWoo 6.0.31\n"
+"Project-Id-Version: AutomateWoo 6.0.32\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-08-06T09:37:14+00:00\n"
+"POT-Creation-Date: 2024-08-14T09:48:05+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"
@@ -3900,6 +3900,7 @@ msgid_plural "Disabled (%s)"
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
@@ -3939,6 +3940,7 @@ msgctxt "used in \"Workflow scheduled for \""
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 ""
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 3efe8be..4c46b00 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -1,9 +1,9 @@
array(
'name' => 'woocommerce/automatewoo',
- 'pretty_version' => 'dev-release/6.0.31',
- 'version' => 'dev-release/6.0.31',
- 'reference' => '3197bfafc261bf7a043c22c8c3028f560abfff12',
+ 'pretty_version' => 'dev-release/6.0.32',
+ 'version' => 'dev-release/6.0.32',
+ 'reference' => 'e165cf236d51f3c4e5ccc8e73141b5863e45b6c1',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -11,9 +11,9 @@
),
'versions' => array(
'woocommerce/automatewoo' => array(
- 'pretty_version' => 'dev-release/6.0.31',
- 'version' => 'dev-release/6.0.31',
- 'reference' => '3197bfafc261bf7a043c22c8c3028f560abfff12',
+ 'pretty_version' => 'dev-release/6.0.32',
+ 'version' => 'dev-release/6.0.32',
+ 'reference' => 'e165cf236d51f3c4e5ccc8e73141b5863e45b6c1',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),