Skip to content

Commit

Permalink
v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Jun 4, 2024
1 parent 73892ac commit 19618a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions email-verification-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Email Verification for WooCommerce
Plugin URI: https://wpfactory.com/item/email-verification-for-woocommerce/
Description: Verify user emails in WooCommerce. Beautifully.
Version: 2.8.3
Version: 2.8.4
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: emails-verification-for-woocommerce
Expand Down Expand Up @@ -62,7 +62,7 @@ final class Alg_WC_Email_Verification {
* @var string
* @since 1.0.0
*/
public $version = '2.8.3';
public $version = '2.8.4';

/**
* @var Alg_WC_Email_Verification The single instance of the class
Expand Down
12 changes: 6 additions & 6 deletions langs/emails-verification-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: emails-verification-for-woocommerce 2.8.3\n"
"Project-Id-Version: emails-verification-for-woocommerce 2.8.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/emails-verification-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-05-30T22:27:06+02:00\n"
"POT-Creation-Date: 2024-06-04T23:20:47+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: emails-verification-for-woocommerce\n"
Expand Down Expand Up @@ -242,7 +242,7 @@ msgstr ""
#: includes/class-alg-wc-ev-emails.php:297
#: includes/pro/class-alg-wc-ev-activation-wc-email-pro.php:198
#: includes/pro/class-alg-wc-ev-pro.php:661
#: includes/pro/class-alg-wc-ev-pro.php:849
#: includes/pro/class-alg-wc-ev-pro.php:853
#: includes/settings/class-alg-wc-ev-settings-email.php:189
msgid "Activate your account"
msgstr ""
Expand All @@ -262,7 +262,7 @@ msgstr ""
#: includes/class-alg-wc-ev-emails.php:446
#: includes/class-alg-wc-ev-emails.php:596
#: includes/pro/class-alg-wc-ev-activation-wc-email-pro.php:157
#: includes/pro/class-alg-wc-ev-pro.php:818
#: includes/pro/class-alg-wc-ev-pro.php:822
#: includes/settings/class-alg-wc-ev-settings-email.php:168
msgid "Please activate your account"
msgstr ""
Expand Down Expand Up @@ -404,12 +404,12 @@ msgstr ""
msgid "You need to <a href=\"%myaccount_url%\" target=\"_blank\">register</a> and verify your email before adding products to the cart."
msgstr ""

#: includes/pro/class-alg-wc-ev-pro.php:797
#: includes/pro/class-alg-wc-ev-pro.php:801
#: includes/settings/class-alg-wc-ev-settings-email.php:332
msgid "User account has been activated"
msgstr ""

#: includes/pro/class-alg-wc-ev-pro.php:803
#: includes/pro/class-alg-wc-ev-pro.php:807
#: includes/settings/class-alg-wc-ev-settings-email.php:325
msgid "User email has been verified"
msgstr ""
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu
Tags: woocommerce, email, verification, email verification, woo commerce
Requires at least: 4.4
Tested up to: 6.5
Stable tag: 2.8.3
Stable tag: 2.8.4
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -356,6 +356,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S

== Changelog ==

= 2.8.4 - 04/06/2024 =
* Fix - Compatibility - Email Customizer by VillaTheme - Prevent `{alg_wc_ev_viwec}` from wrapping the WooCommerce email around the Activation email content.

= 2.8.3 - 30/05/2024 =
* Fix - Compatibility - Email Customizer by VillaTheme - Fix `{alg_wc_ev_viwec}` special text.

Expand Down

0 comments on commit 19618a5

Please sign in to comment.