diff --git a/app/code/community/Mollie/Mpm/Helper/Api.php b/app/code/community/Mollie/Mpm/Helper/Api.php index 80eb3717..9762d535 100644 --- a/app/code/community/Mollie/Mpm/Helper/Api.php +++ b/app/code/community/Mollie/Mpm/Helper/Api.php @@ -38,7 +38,7 @@ **/ class Mollie_Mpm_Helper_Api { - const PLUGIN_VERSION = '4.1.8'; + const PLUGIN_VERSION = '4.1.9'; 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 fcc37d9d..6b70cf78 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.8 + 4.1.9 diff --git a/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.8.php b/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.9.php similarity index 100% rename from app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.8.php rename to app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-install-4.1.9.php diff --git a/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.8.php b/app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.9.php similarity index 100% rename from app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.8.php rename to app/code/community/Mollie/Mpm/sql/mpm_setup/mysql4-uninstall-4.1.9.php diff --git a/app/etc/modules/Mollie_Mpm.xml b/app/etc/modules/Mollie_Mpm.xml index 717ec541..a8698926 100644 --- a/app/etc/modules/Mollie_Mpm.xml +++ b/app/etc/modules/Mollie_Mpm.xml @@ -7,7 +7,7 @@ - 4.1.8 + 4.1.9 diff --git a/changelog.mdown b/changelog.mdown index 828515ae..8815cdb0 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 4.1.9 ## ++ Don't validate the redirect url locally. + ## Changes in release 4.1.8 ## + Stop Google Analytics from listing payment provider as referrer.