mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Update stuff in anticipation of new release.
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- No unreleased changes yet.
|
- No unreleased changes yet.
|
||||||
|
|
||||||
|
## [3.8.3] - 2015-05-25
|
||||||
|
### Added
|
||||||
|
- New audit report to see what happened.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- New Chart JS release used.
|
||||||
|
- Help function is more reliable.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Expected bill amount is now correct.
|
||||||
|
- Upgrade will now invalidate cache.
|
||||||
|
- Search was broken.
|
||||||
|
- Queries run better
|
||||||
|
|
||||||
## [3.8.2] - 2016-04-03
|
## [3.8.2] - 2016-04-03
|
||||||
### Added
|
### Added
|
||||||
- Small user administration at /admin.
|
- Small user administration at /admin.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '3.8.2',
|
'version' => '3.8.3',
|
||||||
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
||||||
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user