Fix meta files.

This commit is contained in:
James Cole
2020-07-01 15:45:09 +02:00
parent 983508e291
commit 430b498caf
30 changed files with 772 additions and 635 deletions

View File

@@ -11,8 +11,8 @@ Several alpha and beta releases preceded this release.
- 5.3.0-beta.1 on 2020-06-28
### Added
- Piggy banks can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize piggy banks. The feature will
expand to other objects in the future. Empty groups will be automatically deleted; you can only create groups by editing piggy banks.
- Piggy banks and bills can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize these objects. The feature
will expand to even more objects in the future. Empty groups will be automatically deleted; you can only create groups by editing the objects.
- [Issue 3392](https://github.com/firefly-iii/firefly-iii/issues/3392) Notes will be included in the export.
- [Issue 3184](https://github.com/firefly-iii/firefly-iii/issues/3184) You can now use the `REMOTE_USER` field to authenticate. Read [the documentation](https://docs.firefly-iii.org/advanced-installation/authentication#remote-user) carefully.
- [Issue 3403](https://github.com/firefly-iii/firefly-iii/issues/3403) More triggers have been added that respond to the date of a transaction. Read [the documentation](https://docs.firefly-iii.org/advanced-concepts/rules)
@@ -20,6 +20,7 @@ Several alpha and beta releases preceded this release.
- You can invalidate other logins, check out the button on the `/profile` page.
- It is now possible to search for `internal_reference:abc` and / or `external_id:123`.
- [Issue 3398](https://github.com/firefly-iii/firefly-iii/issues/3398) You can clear the cache directly from the admin.
- Better sums in bills.
### Changed
- Firefly III now requires **PHP 7.4**. PHP7.4 specific features have been introduced to make sure you upgrade.
@@ -29,13 +30,16 @@ Several alpha and beta releases preceded this release.
- [Issue 3461](https://github.com/firefly-iii/firefly-iii/issues/3461) Inactive rules are no longer applied.
- From this release on, the Dockerfile and default configuration will install MySQL (using MariaDB) instead of PostgreSQL. This doesn't influence existing
installations.
- Example environment file has several fixes to make it more clear what features are for.
- Sandstorm support is now entirely decrepated.
- [Issue 3440](https://github.com/firefly-iii/firefly-iii/issues/3440) You can now sort rules more easily.
- [Issue 3493](https://github.com/firefly-iii/firefly-iii/issues/3493) Fix API issue when handling default currencies.
- Example environment file has several fixes to make it more clear what features are for.
- Sandstorm support is now entirely decrepated.
- [Issue 3440](https://github.com/firefly-iii/firefly-iii/issues/3440) You can now sort rules more easily.
- [Issue 3493](https://github.com/firefly-iii/firefly-iii/issues/3493) Fix API issue when handling default currencies.
- Max upload is now larger.
- [Issue 3469](https://github.com/firefly-iii/firefly-iii/issues/3469) Fix issue with `round()`
### Removed
- All import routines have been removed. Use the separate importers. Read [the documentation](https://docs.firefly-iii.org/importing-data/introduction).
- No more locale settings if using Docker.
### Fixed
- [Issue 3450](https://github.com/firefly-iii/firefly-iii/issues/3450) Missing translations.
@@ -47,10 +51,12 @@ Several alpha and beta releases preceded this release.
- [Issue 3489](https://github.com/firefly-iii/firefly-iii/issues/3489) Several unescaped strings.
- [Issue 3490](https://github.com/firefly-iii/firefly-iii/issues/3490) Fix search issues when using special characters.
- [Issue 3488](https://github.com/firefly-iii/firefly-iii/issues/3488) Fix token text box.
- Internal consistency checks for transaction groups.
### API
- New API for object groups.
- Expanded API for piggy banks to support object groups.
- Expanded API for bills to support object groups.
### Known issues
- You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.