Skip to content

Commit

Permalink
v2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kousikmukherjee committed Sep 7, 2024
1 parent 3265c89 commit 3948295
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 25 deletions.
23 changes: 4 additions & 19 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.9
Version: 2.8.10
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: emails-verification-for-woocommerce
Expand Down Expand Up @@ -52,7 +52,7 @@ function alg_wc_ev_is_plugin_active( $plugin ) {
* Main Alg_WC_Email_Verification Class
*
* @class Alg_WC_Email_Verification
* @version 2.7.4
* @version 2.8.10
* @since 1.0.0
*/
final class Alg_WC_Email_Verification {
Expand All @@ -63,7 +63,7 @@ final class Alg_WC_Email_Verification {
* @var string
* @since 1.0.0
*/
public $version = '2.8.9';
public $version = '2.8.10';

/**
* @var Alg_WC_Email_Verification The single instance of the class
Expand Down Expand Up @@ -100,7 +100,7 @@ public static function instance() {
/**
* Initializes the plugin.
*
* @version 2.5.7
* @version 2.8.10
* @since 1.0.0
* @access public
*/
Expand All @@ -114,8 +114,6 @@ function init() {
require_once( 'includes/pro/class-alg-wc-ev-pro.php' );
}

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

// Include required files.
$this->includes();
Expand All @@ -129,19 +127,6 @@ function init() {
add_filter( 'wpfpdh_documentation_params_' . plugin_basename( $this->get_filesystem_path() ), array( $this, 'handle_documentation_params' ), 10 );
}

/**
* wc_declare_compatibility.
*
* @version 2.5.7
* @since 2.5.7
*
* @see https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility
*/
function wc_declare_compatibility() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', alg_wc_ev()->get_filesystem_path(), true );
}
}

/**
* Handle documentation params managed by the WP Factory
Expand Down
2 changes: 1 addition & 1 deletion langs/emails-verification-for-woocommerce-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgstr ""
"X-Loco-Parser: loco_parse_po\n"
"X-Generator: Loco https://localise.biz/\n"

#: email-verification-for-woocommerce-pro.php:217
#: email-verification-for-woocommerce-pro.php:202
msgid "Go Pro"
msgstr "Passez en version Pro"

Expand Down
2 changes: 1 addition & 1 deletion langs/emails-verification-for-woocommerce-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""
msgid "https://wpfactory.com"
msgstr ""

#: email-verification-for-woocommerce-pro.php:217
#: email-verification-for-woocommerce-pro.php:202
msgid "Go Pro"
msgstr ""

Expand Down
6 changes: 3 additions & 3 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.9\n"
"Project-Id-Version: emails-verification-for-woocommerce 2.8.10\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 <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-06T17:28:38+02:00\n"
"POT-Creation-Date: 2024-09-07T14:48:00+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 All @@ -35,7 +35,7 @@ msgstr ""
msgid "https://wpfactory.com"
msgstr ""

#: email-verification-for-woocommerce-pro.php:217
#: email-verification-for-woocommerce-pro.php:202
msgid "Go Pro"
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.6
Stable tag: 2.8.9
Stable tag: 2.8.10
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.10 - 07/09/2024 =
* Fix - completely delete duplicate code.

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

Expand Down

0 comments on commit 3948295

Please sign in to comment.