Skip to content

Commit

Permalink
release version 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejSavic committed Sep 26, 2024
1 parent 4105112 commit c667d7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion GXModules/Mollie/Mollie/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mollie/gambio",
"version": "1.0.19",
"version": "1.0.18",
"require": {
"php": ">=5.4",
"mollie/integration-core": "1.3.9"
Expand Down
2 changes: 1 addition & 1 deletion GXModules/Mollie/Mollie/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions GXModules/Mollie/Mollie/vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php return array(
'root' => array(
'pretty_version' => '1.0.19',
'version' => '1.0.19.0',
'pretty_version' => '1.0.18',
'version' => '1.0.18.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'mollie/gambio' => array(
'pretty_version' => '1.0.19',
'version' => '1.0.19.0',
'pretty_version' => '1.0.18',
'version' => '1.0.18.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,12 @@ Read more about the integration configuration on [our Wiki](https://github.com/m

# Release notes

*1.0.19*
*1.0.18*
- Add Billie payment method
- Add Klarna One payment method
- Add Riverty payment method
- Deactivate Giropay. Add Trustly payment method

*1.0.18*
- Change from iDeal 1.0 to iDeal 2.0 payment method

*1.0.17*
- Add casting to array in DTO classes

Expand Down

0 comments on commit c667d7d

Please sign in to comment.