From 3603ec0b119a3866566bd5dd71f00cf18f77ae2f Mon Sep 17 00:00:00 2001 From: Woo Date: Wed, 20 Nov 2024 10:25:14 +0000 Subject: [PATCH] Updates to 6.1.2 --- automatewoo.php | 4 ++-- changelog.txt | 3 +++ languages/automatewoo.pot | 6 ++++-- templates/email/styles.php | 23 +++++++++++++---------- vendor/composer/installed.php | 12 ++++++------ 5 files changed, 28 insertions(+), 20 deletions(-) diff --git a/automatewoo.php b/automatewoo.php index 4c1076c..4934db5 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.1.1 + * Version: 6.1.2 * Author: WooCommerce * Author URI: https://woocommerce.com * License: GPLv3 @@ -37,7 +37,7 @@ defined( 'ABSPATH' ) || exit; define( 'AUTOMATEWOO_SLUG', 'automatewoo' ); -define( 'AUTOMATEWOO_VERSION', '6.1.1' ); // WRCS: DEFINED_VERSION. +define( 'AUTOMATEWOO_VERSION', '6.1.2' ); // 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 ef368d6..9b91ab0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** AutomateWoo Changelog *** +2024-11-19 - version 6.1.2 +* Fix - Default email styles for hiding screen reader text. + 2024-11-14 - version 6.1.1 * Dev - Fix missing blueprint dependency. * Dev - WordPress 6.7 Compatibility: Fix the issue that E2E test. diff --git a/languages/automatewoo.pot b/languages/automatewoo.pot index aa22b0a..ec4a6b5 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.1.1\n" +"Project-Id-Version: AutomateWoo 6.1.2\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-11-14T07:14:24+00:00\n" +"POT-Creation-Date: 2024-11-19T21:49:17+01:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: automatewoo\n" @@ -3823,6 +3823,7 @@ msgid_plural "Disabled (%s)" msgstr[0] "" msgstr[1] "" +#. translators: placeholder is previous workflow title #: includes/Post_Types.php:90 #: includes/Post_Types.php:93 #: includes/Post_Types.php:96 @@ -3862,6 +3863,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:101 msgid "Workflow draft updated." msgstr "" diff --git a/templates/email/styles.php b/templates/email/styles.php index 6e49dc6..753779a 100644 --- a/templates/email/styles.php +++ b/templates/email/styles.php @@ -1,17 +1,16 @@ @@ -157,12 +156,12 @@ .automatewoo-plain-email-footer { - font-size: 75%; - color:#999999; + font-size: 75%; + color:#999999; } .automatewoo-plain-email-footer a { - color:#999999; + color:#999999; } @@ -170,3 +169,7 @@ .aw-reviews-grid__item p { text-align: center; } + +.screen-reader-text { + display: none; +} diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 761b553..b3cee74 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,9 +1,9 @@ array( 'name' => 'woocommerce/automatewoo', - 'pretty_version' => 'dev-release/6.1.1', - 'version' => 'dev-release/6.1.1', - 'reference' => '87454899359ffd782f18c0789f824031b7c42ec3', + 'pretty_version' => 'dev-release/6.1.2', + 'version' => 'dev-release/6.1.2', + 'reference' => 'a02483975756af1a39f56cc18f011fe1a9a95cb1', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -11,9 +11,9 @@ ), 'versions' => array( 'woocommerce/automatewoo' => array( - 'pretty_version' => 'dev-release/6.1.1', - 'version' => 'dev-release/6.1.1', - 'reference' => '87454899359ffd782f18c0789f824031b7c42ec3', + 'pretty_version' => 'dev-release/6.1.2', + 'version' => 'dev-release/6.1.2', + 'reference' => 'a02483975756af1a39f56cc18f011fe1a9a95cb1', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),