Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
QualityWorks-Dev committed Oct 26, 2017
1 parent e6b3ef7 commit ac134b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog #

#### Changes in release 8.2.2
+ Fixed a bug where quick checkouts would not validate properly
+ Added missing translation

#### Changes in release 8.2.1
+ Fixed a bug where Bancontact would be displayed as Mister Cash

Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/extension/payment/mollie/helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
class MollieHelper
{
const PLUGIN_VERSION = "8.2.1";
const PLUGIN_VERSION = "8.2.2";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define("DIR_APPLICATION", realpath(dirname(__FILE__) . "/.."));
define("DIR_SYSTEM", DIR_APPLICATION . "/system");
define("DIR_TEMPLATE", DIR_APPLICATION . "/catalog/view/theme");
define("VERSION", '8.2.1');
define("VERSION", '8.2.2');


date_default_timezone_set("Europe/Amsterdam");
Expand Down

0 comments on commit ac134b9

Please sign in to comment.