From f751abc12565e59b9d88a7afada2ee62fe49de2e Mon Sep 17 00:00:00 2001 From: Rick Wong Date: Wed, 10 Sep 2014 10:23:32 +0200 Subject: [PATCH] Prepare release 4.1.5. --- app/code/community/Mollie/Mpm/Helper/Api.php | 2 +- app/code/community/Mollie/Mpm/etc/config.xml | 2 +- .../{mysql4-install-4.1.4.php => mysql4-install-4.1.5.php} | 0 .../{mysql4-uninstall-4.1.4.php => mysql4-uninstall-4.1.5.php} | 0 app/etc/modules/Mollie_Mpm.xml | 2 +- changelog.mdown | 3 +++ 6 files changed, 6 insertions(+), 3 deletions(-) rename app/code/community/Mollie/Mpm/sql/mpm_setup/{mysql4-install-4.1.4.php => mysql4-install-4.1.5.php} (100%) rename app/code/community/Mollie/Mpm/sql/mpm_setup/{mysql4-uninstall-4.1.4.php => mysql4-uninstall-4.1.5.php} (100%) 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