Skip to content

Commit

Permalink
Update core version to 1.3.8
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 1bd7d40 commit 0d0db10
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion GXModules/Mollie/Mollie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.21",
"require": {
"php": ">=5.4",
"mollie/integration-core": "dev-fix/CS-5342"
"mollie/integration-core": "1.3.8"
},
"repositories": [
{
Expand Down
12 changes: 5 additions & 7 deletions 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.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": [
{
"name": "mollie/integration-core",
"version": "dev-fix/CS-5342",
"version_normalized": "dev-fix/CS-5342",
"version": "1.3.8",
"version_normalized": "1.3.8.0",
"source": {
"type": "git",
"url": "[email protected]:mollie/orocore.git",
"reference": "1a6c9a062d3a4cf2780d42e6fd48c1eb799a1cc8"
"reference": "25034947afe94193297e6504cbbc1edc18cd219e"
},
"require": {
"ext-json": "*",
Expand All @@ -18,7 +18,7 @@
"phpunit/phpunit": "^4.8.35",
"symfony/console": "^5.1"
},
"time": "2024-04-17T12:42:36+00:00",
"time": "2024-04-19T07:26:56+00:00",
"type": "library",
"installation-source": "source",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions GXModules/Mollie/Mollie/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
'dev_requirement' => false,
),
'mollie/integration-core' => array(
'pretty_version' => 'dev-fix/CS-5342',
'version' => 'dev-fix/CS-5342',
'pretty_version' => '1.3.8',
'version' => '1.3.8.0',
'type' => 'library',
'install_path' => __DIR__ . '/../mollie/integration-core',
'aliases' => array(),
'reference' => '1a6c9a062d3a4cf2780d42e6fd48c1eb799a1cc8',
'reference' => '25034947afe94193297e6504cbbc1edc18cd219e',
'dev_requirement' => false,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [v1.3.7](https://github.com/mollie/orocore/tree/v1.3.6) - 2024-02-23
## [v1.3.8](https://github.com/mollie/orocore/tree/v1.3.8) - 2024-04-19
- Add casting to array in DTO classes

## [v1.3.7](https://github.com/mollie/orocore/tree/v1.3.7) - 2024-02-23
- Do not call payments API with order token

## [v1.3.6](https://github.com/mollie/orocore/tree/v1.3.6) - 2022-09-15
Expand Down Expand Up @@ -88,4 +91,4 @@ WebHookTransformer.
- Added ability for creating Mollie order/payment with multiple payment methods

## [v1.0.0](https://github.com/mollie/orocore/tree/v1.0.0) - 2020-02-18
- First release of CORE
- First release of CORE

0 comments on commit 0d0db10

Please sign in to comment.