mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update meta files for new release.
This commit is contained in:
62
changelog.md
62
changelog.md
@@ -2,7 +2,41 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 5.7.15 - 2022-05-25
|
||||
## 5.7.16 - 2022-12-25
|
||||
|
||||
### Added
|
||||
- You can now search for SEPA CT, thanks @dasJ!
|
||||
|
||||
### Changed
|
||||
- Links go to [Mastodon](https://fosstodon.org/@ff3), not Twitter.
|
||||
- Most if not all remaining float values removed. None were used in financial math.
|
||||
- Expand Laravel Passport settings.
|
||||
|
||||
### Deprecated
|
||||
- Initial release.
|
||||
|
||||
### Removed
|
||||
- Initial release.
|
||||
|
||||
### Fixed
|
||||
- [Issue 6597](https://github.com/firefly-iii/firefly-iii/issues/6597) Edit existing split transaction's source did not work properly.
|
||||
- [Issue 6610](https://github.com/firefly-iii/firefly-iii/issues/6610) Fix search for attachments
|
||||
- [Issue 6625](https://github.com/firefly-iii/firefly-iii/issues/6625) Page of the links is not displayed due to an error
|
||||
- [Issue 6701](https://github.com/firefly-iii/firefly-iii/issues/6701) Ensure remote_guard_alt_email if changed, thanks @nebulade!
|
||||
- Remove some null pointers in the code.
|
||||
- Add missing locale data
|
||||
- Fixed typo, thx @charlesteets!
|
||||
- Various issues with piggy banks
|
||||
- Clear cache after a transaction is deleted.
|
||||
- Be more clear about registrations being disabled.
|
||||
|
||||
### Security
|
||||
- Updated all packages and dependencies.
|
||||
|
||||
### API
|
||||
- Fix API endpoint that would not accept two of the same dates.
|
||||
|
||||
## 5.7.15 - 2022-11-02
|
||||
|
||||
### Fixed
|
||||
- You can no longer set the currency of expense and revenue accounts.
|
||||
@@ -181,6 +215,32 @@ Please refer to the [documentation](https://docs.firefly-iii.org/firefly-iii/) a
|
||||
- [Issue 4013](https://github.com/firefly-iii/firefly-iii/issues/4013) Date in email message was not localized.
|
||||
- [Issue 5949](https://github.com/firefly-iii/firefly-iii/issues/5949) Deleting a transaction would sometimes send you back to a 404.
|
||||
|
||||
## x.x.x - 20xx-xx-xx
|
||||
|
||||
### Added
|
||||
- Initial release.
|
||||
|
||||
### Changed
|
||||
- Initial release.
|
||||
|
||||
### Deprecated
|
||||
- Initial release.
|
||||
|
||||
### Removed
|
||||
- Initial release.
|
||||
|
||||
### Fixed
|
||||
- Initial release.
|
||||
|
||||
### Security
|
||||
- Initial release.
|
||||
|
||||
### API
|
||||
- Initial release.
|
||||
|
||||
|
||||
# Full change log
|
||||
|
||||
Can be found here: https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/changelog/
|
||||
|
||||
|
||||
|
@@ -101,7 +101,7 @@ return [
|
||||
'webhooks' => false,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '5.7.15',
|
||||
'version' => '5.7.16',
|
||||
'api_version' => '1.5.6',
|
||||
'db_version' => 18,
|
||||
|
||||
|
@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
|
||||
sonar.projectVersion=5.7.15
|
||||
sonar.projectVersion=5.7.16
|
||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
Reference in New Issue
Block a user