Skip to content

Commit

Permalink
Release version 2.0.19
Browse files Browse the repository at this point in the history
ISSUE: PIGAM-174, PIGAM-175
  • Loading branch information
lukasimovic3 committed Apr 19, 2024
1 parent 989494f commit c9eaf26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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": "2.0.18",
"version": "2.0.19",
"require": {
"php": ">=5.4",
"mollie/integration-core": "1.3.8"
Expand Down
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' => '2.0.18',
'version' => '2.0.18.0',
'pretty_version' => '2.0.19',
'version' => '2.0.19.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'mollie/gambio' => array(
'pretty_version' => '2.0.18',
'version' => '2.0.18.0',
'pretty_version' => '2.0.19',
'version' => '2.0.19.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Read more about the integration configuration on [our Wiki](https://github.com/m

# Release notes

*2.0.19*
- Add casting to array in DTO classes

*2.0.18*
- Verify if the string constants are already defined

Expand Down Expand Up @@ -107,4 +110,4 @@ Read more about the integration configuration on [our Wiki](https://github.com/m
- Translations for NL, DE, and FR are added.

*2.0.0*
- The initial release of Mollie integration with Gambio.
- The initial release of Mollie integration with Gambio.

0 comments on commit c9eaf26

Please sign in to comment.