Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Jacobs committed Dec 16, 2015
1 parent 48a8644 commit ae29008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog #

## Changes in release 1.2.4 ##
+ Added payment description filters ({cart.id} {customer.firstname} {customer.lastname} {customer.company})
+ Update submodule mollie-api-php to version 1.3.3

## Changes in release 1.2.3 ##
+ Set default language for admin when no language set
+ Update submodule mollie-api-php to version 1.3.1
Expand Down
4 changes: 2 additions & 2 deletions mollie/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Mollie extends PaymentModule
public $statuses = array();
public $name = 'mollie';
public $tab = 'payments_gateways';
public $version = '1.2.3';
public $version = '1.2.4';
public $author = 'Mollie B.V.';
public $need_instance = TRUE;
public $ps_versions_compliancy = array('min' => '1.5', 'max' => '2');
Expand Down Expand Up @@ -943,4 +943,4 @@ public function addCartIdChangePrimaryKey()
return TRUE;
}

}
}

0 comments on commit ae29008

Please sign in to comment.