Skip to content

Commit

Permalink
v2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kousikmukherjee committed Sep 6, 2024
1 parent 2a01380 commit 3265c89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 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.8
Version: 2.8.9
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: emails-verification-for-woocommerce
Expand Down Expand Up @@ -63,7 +63,7 @@ final class Alg_WC_Email_Verification {
* @var string
* @since 1.0.0
*/
public $version = '2.8.8';
public $version = '2.8.9';

/**
* @var Alg_WC_Email_Verification The single instance of the class
Expand Down Expand Up @@ -115,7 +115,7 @@ function init() {
}

// Declare compatibility with custom order tables for WooCommerce.
add_action( 'before_woocommerce_init', array( $this, 'wc_declare_compatibility' ) );
// add_action( 'before_woocommerce_init', array( $this, 'wc_declare_compatibility' ) );

// Include required files.
$this->includes();
Expand Down
4 changes: 2 additions & 2 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.8\n"
"Project-Id-Version: emails-verification-for-woocommerce 2.8.9\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-09-05T10:35:23+02:00\n"
"POT-Creation-Date: 2024-09-06T17:28:38+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: emails-verification-for-woocommerce\n"
Expand Down
6 changes: 5 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.6
Stable tag: 2.8.8
Stable tag: 2.8.9
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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


== Changelog ==

= 2.8.9 - 06/09/2024 =
* Fix - delete duplicate HPOS declaration.

= 2.8.8 - 05/09/2024 =
* WC tested up to: 9.2

Expand Down

0 comments on commit 3265c89

Please sign in to comment.