Browse Source

0.9.10

pull/101/head
James Cole 4 years ago
parent
commit
c08d559282
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 16
      changelog.md
  2. 2
      config/importer.php

16
changelog.md

@ -2,26 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.9 - 2021-05-04
## 0.9.10 - 2021-05-03
### Changed
- Require the most recent version of Firefly III
## 0.9.9 - 2021-05-03
### Changed
- Made the texts more generic to accommodate future changes
- Catch deleted transactions
- Require most recent Firefly III
### Deprecated
- Initial release.
### Removed
- Initial release.
### Fixed
- [Issue 5980](https://github.com/firefly-iii/firefly-iii/issues/5980) Fix date range.
### Security
- Initial release.
## 0.9.8 - 2022-04-13
### Fixed

2
config/importer.php

@ -43,7 +43,7 @@ return [
'ignore_duplicate_errors' => env('IGNORE_DUPLICATE_ERRORS', false),
'namespace' => 'c40dcba2-411d-11ec-973a-0242ac130003',
'use_cache' => env('USE_CACHE', false),
'minimum_version' => '5.7.3',
'minimum_version' => '5.7.4',
'cache_api_calls' => false,
'ignored_files' => ['.gitignore'],
'tracker_site_id' => env('TRACKER_SITE_ID', ''),

Loading…
Cancel
Save