Browse Source

Update various files for a new release.

pull/92/head
James Cole 4 years ago
parent
commit
f8c8762bae
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 6
      changelog.md
  2. 20
      composer.lock
  3. 2
      config/importer.php

6
changelog.md

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.3 - 2022-04-05
### Fixed
- A small change should make it easier for the data importer to detect failed transaction creation attempts.
## 0.9.2 - 2022-04-02
### Fixed

20
composer.lock

@ -848,12 +848,12 @@
"source": {
"type": "git",
"url": "https://github.com/JC5/api-support-classes.git",
"reference": "631268f678f5bb0bafd501f5442789a7928908db"
"reference": "d8e5ea055c5738ad906891c5e4a61f5588c20543"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JC5/api-support-classes/zipball/631268f678f5bb0bafd501f5442789a7928908db",
"reference": "631268f678f5bb0bafd501f5442789a7928908db",
"url": "https://api.github.com/repos/JC5/api-support-classes/zipball/d8e5ea055c5738ad906891c5e4a61f5588c20543",
"reference": "d8e5ea055c5738ad906891c5e4a61f5588c20543",
"shasum": ""
},
"require": {
@ -947,7 +947,7 @@
"type": "patreon"
}
],
"time": "2022-03-30T04:35:28+00:00"
"time": "2022-04-03T14:53:54+00:00"
},
{
"name": "fruitcake/laravel-cors",
@ -8759,16 +8759,16 @@
},
{
"name": "sebastian/environment",
"version": "5.1.3",
"version": "5.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"shasum": ""
},
"require": {
@ -8810,7 +8810,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
},
"funding": [
{
@ -8818,7 +8818,7 @@
"type": "github"
}
],
"time": "2020-09-28T05:52:38+00:00"
"time": "2022-04-03T09:37:03+00:00"
},
{
"name": "sebastian/exporter",

2
config/importer.php

@ -23,7 +23,7 @@
declare(strict_types=1);
return [
'version' => '0.9.2',
'version' => '0.9.3',
'flows' => ['nordigen', 'spectre', 'csv'],
'flow_titles' => [
'csv' => 'CSV',

Loading…
Cancel
Save