From 4ee602f8cd70244963446fca7f533da12e3655a1 Mon Sep 17 00:00:00 2001 From: Halil Beycan <50718965+BeycanDeveloper@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:18:07 +0800 Subject: [PATCH] fixed welcome emails not works --- classes/lite/MeprCryptoPayLiteCtrl.php | 1 + classes/pro/MeprCryptoPayCtrl.php | 1 + memberpress-cryptopay-gateway.php | 6 +++--- readme.txt | 9 ++++++--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/classes/lite/MeprCryptoPayLiteCtrl.php b/classes/lite/MeprCryptoPayLiteCtrl.php index 8c7454a..12afb9c 100644 --- a/classes/lite/MeprCryptoPayLiteCtrl.php +++ b/classes/lite/MeprCryptoPayLiteCtrl.php @@ -56,6 +56,7 @@ public function load_hooks(): void $txn->store(); + MeprUtils::send_signup_notices($txn); MeprUtils::send_transaction_receipt_notices($txn); }); diff --git a/classes/pro/MeprCryptoPayCtrl.php b/classes/pro/MeprCryptoPayCtrl.php index aba83c6..a9efc22 100644 --- a/classes/pro/MeprCryptoPayCtrl.php +++ b/classes/pro/MeprCryptoPayCtrl.php @@ -57,6 +57,7 @@ public function load_hooks(): void $txn->store(); + MeprUtils::send_signup_notices($txn); MeprUtils::send_transaction_receipt_notices($txn); }); diff --git a/memberpress-cryptopay-gateway.php b/memberpress-cryptopay-gateway.php index c9754f6..2017a1a 100644 --- a/memberpress-cryptopay-gateway.php +++ b/memberpress-cryptopay-gateway.php @@ -11,7 +11,7 @@ /** * Plugin Name: MemberPress - CryptoPay Gateway - * Version: 1.0.3 + * Version: 1.0.4 * Plugin URI: https://beycanpress.com/cryptopay/ * Description: Adds Cryptocurrency payment gateway (CryptoPay) for MemberPress. * Author: BeycanPress LLC @@ -21,7 +21,7 @@ * Text Domain: memberpress-cryptopay * Tags: Cryptopay, Cryptocurrency, WooCommerce, WordPress, MetaMask, Trust, Binance, Wallet, Ethereum, Bitcoin, Binance smart chain, Payment, Plugin, Gateway, Moralis, Converter, API, coin market cap, CMC * Requires at least: 5.0 - * Tested up to: 6.4.2 + * Tested up to: 6.4.3 * Requires PHP: 8.1 */ @@ -33,7 +33,7 @@ use BeycanPress\CryptoPayLite\PluginHero\Hook as LiteHook; define('MEMBERPRESS_CRYPTOPAY_FILE', __FILE__); -define('MEMBERPRESS_CRYPTOPAY_VERSION', '1.0.3'); +define('MEMBERPRESS_CRYPTOPAY_VERSION', '1.0.4'); define('MEMBERPRESS_CRYPTOPAY_URL', plugin_dir_url(__FILE__)); define('MEMBERPRESS_CRYPTOPAY_DIR', plugin_dir_path(__FILE__)); diff --git a/readme.txt b/readme.txt index 1ae23f6..b5dd3e4 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: BeycanPress Tags: Bitcoin, Ethereum, Binance Smart Chain, Blockchain, Networks, Cryptocurrency, Payments, Gateway, WordPress, MemberPress Requires at least: 5.0 -Tested up to: 6.4.2 +Tested up to: 6.4.3 Requires PHP: 8.1 -Stable Tag: 1.0.3 -Version: 1.0.3 +Stable Tag: 1.0.4 +Version: 1.0.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -53,6 +53,9 @@ You can easily translate with Loco translate. == Changelog == += 1.0.4 = +* Updated: Fixed welcome emails not works + = 1.0.3 = * Updated: Compatibility due to updates in CryptoPay Lite 2.1.1