Skip to content

Commit

Permalink
Updates to 6.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Woo committed Aug 15, 2024
1 parent 0422f31 commit 8be4be1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
6 changes: 3 additions & 3 deletions automatewoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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' );
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 4 additions & 2 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.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"
Expand Down Expand Up @@ -3900,6 +3900,7 @@ 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 @@ -3939,6 +3940,7 @@ 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
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.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(),
'dev' => false,
),
'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(),
Expand Down

0 comments on commit 8be4be1

Please sign in to comment.