Skip to content

Commit

Permalink
Release 4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed Mar 2, 2015
1 parent af4181e commit 75fd1e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Mollie/Mpm/Helper/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Mollie/Mpm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<config>
<modules>
<Mollie_Mpm>
<version>4.1.8</version>
<version>4.1.9</version>
</Mollie_Mpm>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion app/etc/modules/Mollie_Mpm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<depends>
<Mage_Payment />
</depends>
<version>4.1.8</version>
<version>4.1.9</version>
</Mollie_Mpm>
</modules>
</config>
3 changes: 3 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 75fd1e4

Please sign in to comment.