Skip to content

Commit

Permalink
Merge pull request #11 from Invertus/4.5.2
Browse files Browse the repository at this point in the history
4.5.2
  • Loading branch information
margud authored Aug 9, 2022
2 parents 0c34f32 + ca7d6df commit e04e93b
Show file tree
Hide file tree
Showing 35 changed files with 1,101 additions and 221 deletions.
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png)

# Changelog #
## Changes in release 5.0.0 ##
## Changes in release 4.5.2 ##
+ Fixed issue where credit card payment would show id not found instead of order confirmation page when order is paid.

## Changes in release 4.5.1 ##
+ Fixed issue where expired transactions changes order status.
+ Fixed order API check for refunded payments that check if transaction is still used.

## Changes in release 4.5.0 ##
+ Added restriction to only allow this module to be used in ps1.6.1.0 - 1.6.1.24
+ Fixed missing transaction id on order payments.
+ Fixed update url display in settings page.
+ Fixed order refund status for order API and vouchers.
+ Fixed issue with context where payment fee would fail if using not default currency
+ Fixed issue where order API refund would fail on webhook call.
+ Fixed one-page checkout issue with credit card where JS would fail to load because payments are loaded after JS.

## Changes in release 4.4.3 ##
+ Bank transfer now creates order on open status.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"symfony/expression-language": "^3.4",
"symfony/yaml": "^3.4",
"prestashop/decimal": "^1.3",
"mollie/mollie-api-php": "dev-master",
"mollie/mollie-api-php": "v2.41.0",
"segmentio/analytics-php": "^1.5",
"sentry/sentry": "^1.11.0",
"vlucas/phpdotenv": "3.4"
Expand Down Expand Up @@ -43,4 +43,4 @@
},
"type": "prestashop-module",
"author": "PrestaShop"
}
}
Loading

0 comments on commit e04e93b

Please sign in to comment.