Skip to content

Commit

Permalink
Updates to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Woo committed Nov 20, 2024
1 parent 088b019 commit 3603ec0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
4 changes: 2 additions & 2 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.1.1
* Version: 6.1.2
* Author: WooCommerce
* Author URI: https://woocommerce.com
* License: GPLv3
Expand Down Expand Up @@ -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' );
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-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.
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.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"
Expand Down Expand Up @@ -3823,6 +3823,7 @@ msgid_plural "Disabled <span class=\"count\">(%s)</span>"
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
Expand Down Expand Up @@ -3862,6 +3863,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:101
msgid "Workflow draft updated."
msgstr ""
Expand Down
23 changes: 13 additions & 10 deletions templates/email/styles.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?php
// phpcs:ignoreFile
/**
* Additional email styles that are added to every email template.
* Override this template by copying it to yourtheme/automatewoo/email/
*/

if ( ! defined( 'ABSPATH' ) ) exit;
defined( 'ABSPATH' ) || exit;

$bg = get_option( 'woocommerce_email_background_color' );
$body = get_option( 'woocommerce_email_body_background_color' );
$base = get_option( 'woocommerce_email_base_color' );
$text = get_option( 'woocommerce_email_text_color' );
$base_text = wc_light_or_dark( $base, '#202020', '#ffffff' );
$bg = get_option( 'woocommerce_email_background_color' );
$body = get_option( 'woocommerce_email_body_background_color' );
$base = get_option( 'woocommerce_email_base_color' );
$text = get_option( 'woocommerce_email_text_color' );
$base_text = wc_light_or_dark( $base, '#202020', '#ffffff' );

?>

Expand Down Expand Up @@ -157,16 +156,20 @@


.automatewoo-plain-email-footer {
font-size: 75%;
color:#999999;
font-size: 75%;
color:#999999;
}

.automatewoo-plain-email-footer a {
color:#999999;
color:#999999;
}


.aw-reviews-grid__item h3,
.aw-reviews-grid__item p {
text-align: center;
}

.screen-reader-text {
display: none;
}
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.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(),
'dev' => false,
),
'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(),
Expand Down

0 comments on commit 3603ec0

Please sign in to comment.