Skip to content

Commit

Permalink
fixed welcome emails not works
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Mar 20, 2024
1 parent 42ed5cf commit 4ee602f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions classes/lite/MeprCryptoPayLiteCtrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function load_hooks(): void

$txn->store();

MeprUtils::send_signup_notices($txn);
MeprUtils::send_transaction_receipt_notices($txn);
});

Expand Down
1 change: 1 addition & 0 deletions classes/pro/MeprCryptoPayCtrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function load_hooks(): void

$txn->store();

MeprUtils::send_signup_notices($txn);
MeprUtils::send_transaction_receipt_notices($txn);
});

Expand Down
6 changes: 3 additions & 3 deletions memberpress-cryptopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*/

Expand All @@ -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__));

Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4ee602f

Please sign in to comment.