Skip to content

Commit

Permalink
Merge branch '2.3-develop' into 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JackerNgo committed Jan 20, 2021
2 parents ef193c9 + c88c568 commit 7d688a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "1.6.0",
"version": "1.6.1",
"license": "proprietary",
"authors": [
{
Expand Down
5 changes: 4 additions & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<!-- ================================================ CUSTOMER ============================================-->
<!-- ================================================ CUSTOMER ============================================-->
<event name="customer_address_save_commit_after">
<observer name="mp_smtp_customer_address_save_commit_after" instance="Mageplaza\Smtp\Observer\Customer\SaveAddress"/>
</event>
<event name="customer_address_save_before">
<observer name="mp_smtp_customer_address_model_save_before" instance="Mageplaza\Smtp\Observer\Customer\ModelSaveBefore"/>
</event>
<event name="customer_save_before">
<observer name="mp_smtp_customer_model_save_before" instance="Mageplaza\Smtp\Observer\Customer\ModelSaveBefore"/>
</event>
<event name="newsletter_subscriber_save_commit_after">
Expand Down

0 comments on commit 7d688a5

Please sign in to comment.