Skip to content

Commit f36eb4f

Browse files
author
Ricardo Jacobs
committed
Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
1 parent 50e7f08 commit f36eb4f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

catalog/controller/payment/mollie/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class MollieHelper
33
{
4-
const PLUGIN_VERSION = "6.2.6";
4+
const PLUGIN_VERSION = "6.2.7";
55

66
// All available modules. These should correspond to the Mollie_API_Object_Method constants.
77
const MODULE_NAME_BANKTRANSFER = "banktransfer";

changelog.mdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Changelog #
44

5+
## Changes in release 6.2.7 ##
6+
+ Update submodule mollie-api-php to v1.3.3
7+
58
## Changes in release 6.2.6 ##
69
+ Update submodule mollie-api-php to v1.3.1
710
+ Third-party module compatibility: Quick checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mollie/opencart",
33
"description": "Mollie module for OpenCart",
4-
"version": "6.2.6",
4+
"version": "6.2.7",
55
"homepage": "https://www.mollie.com",
66
"authors": [
77
{

0 commit comments

Comments
 (0)