mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 12:10:42 -06:00
Upgrade instructions and new version.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
2e88024bca
commit
3bad92dd6d
@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- No unreleased changes yet.
|
||||||
|
|
||||||
|
## [3.10.2] - 2016-08-29
|
||||||
### Added
|
### Added
|
||||||
- New Chinese translations. Set Firefly III to show incomplete translations to follow the progress. Want to translate Firefly III in Chinese, or in any other language? Then check out [the Crowdin project](https://crowdin.com/project/firefly-iii).
|
- New Chinese translations. Set Firefly III to show incomplete translations to follow the progress. Want to translate Firefly III in Chinese, or in any other language? Then check out [the Crowdin project](https://crowdin.com/project/firefly-iii).
|
||||||
- Added more admin pages. They do nothing yet.
|
- Added more admin pages. They do nothing yet.
|
||||||
@ -12,6 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Bug in the mass edit routines.
|
- Bug in the mass edit routines.
|
||||||
|
- Firefly III over a proxy will now work (see [issue #290](https://github.com/JC5/firefly-iii/issues/290)), thanks @dfiel for reporting.
|
||||||
|
- Sneaky bug in the import routine, fixed by @Bonno
|
||||||
|
|
||||||
## [3.10.1] - 2016-08-25
|
## [3.10.1] - 2016-08-25
|
||||||
### Added
|
### Added
|
||||||
|
@ -4,7 +4,7 @@ declare(strict_types = 1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '3.10.1',
|
'version' => '3.10.2',
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
'maxUploadSize' => 5242880,
|
'maxUploadSize' => 5242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
|
@ -28,5 +28,7 @@ return [
|
|||||||
'3.8.0' => 'This version of Firefly III requires PHP 7.0.',
|
'3.8.0' => 'This version of Firefly III requires PHP 7.0.',
|
||||||
'3.8.1' => 'This version of Firefly III requires PHP 7.0.',
|
'3.8.1' => 'This version of Firefly III requires PHP 7.0.',
|
||||||
'3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
|
'3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
|
||||||
|
'3.10.1' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
|
||||||
|
'3.10.2' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user