diff --git a/app/code/community/Mollie/Mpm/Helper/Api.php b/app/code/community/Mollie/Mpm/Helper/Api.php index 97e03048..38900c16 100644 --- a/app/code/community/Mollie/Mpm/Helper/Api.php +++ b/app/code/community/Mollie/Mpm/Helper/Api.php @@ -39,7 +39,7 @@ class Mollie_Mpm_Helper_Api { - const PLUGIN_VERSION = '4.1.4'; + const PLUGIN_VERSION = '4.1.5'; protected $api_key = null; protected $amount = 0; diff --git a/app/code/community/Mollie/Mpm/etc/config.xml b/app/code/community/Mollie/Mpm/etc/config.xml index 28710b8e..c6d19d09 100644 --- a/app/code/community/Mollie/Mpm/etc/config.xml +++ b/app/code/community/Mollie/Mpm/etc/config.xml @@ -37,7 +37,7 @@ - 4.1.4 + 4.1.5 diff --git a/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.4.php b/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.5.php similarity index 100% rename from app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.4.php rename to app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.5.php diff --git a/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.4.php b/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.5.php similarity index 100% rename from app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.4.php rename to app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.5.php diff --git a/app/etc/modules/Mollie_Mpm.xml b/app/etc/modules/Mollie_Mpm.xml index 0d1fbd99..ace851c7 100644 --- a/app/etc/modules/Mollie_Mpm.xml +++ b/app/etc/modules/Mollie_Mpm.xml @@ -7,7 +7,7 @@ - 4.1.4 + 4.1.5 diff --git a/changelog.mdown b/changelog.mdown index 826190dd..54cbbbbd 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 4.1.5. ## ++ If a customer returns to Magento and his payment is not yet finalized, the module will now send the order email. + ## Changes in release 4.1.4. ## + Probleem opgelost in admin voor multi store configuratie