Update meta files

This commit is contained in:
James Cole 2021-04-10 08:01:55 +02:00
parent f9ac40a811
commit 93a7c51dd1
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
3 changed files with 53 additions and 31 deletions

View File

@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file. 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/).
## 5.5.7 (API 1.5.2) 2021-04-xx
### Added
### Changed
### Deprecated
### Removed
### Fixed
- #4625 Old MySQL servers would choke on the migrations.
- #4628 Every transactions appeared to have attachments.
### Security
### API
## 5.5.6 (API 1.5.2) 2021-04-09 ## 5.5.6 (API 1.5.2) 2021-04-09
Firefly III features a new *experimental* layout that I'm currently building. You can enable it by setting environment variable `FIREFLY_III_LAYOUT=v2`. Check out [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618) for the announcement and status updates. This release features an update API version. Check out [the difference](https://github.com/firefly-iii/api-docs-generator/compare/1.5.1...1.5.2). Firefly III features a new *experimental* layout that I'm currently building. You can enable it by setting environment variable `FIREFLY_III_LAYOUT=v2`. Check out [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618) for the announcement and status updates. This release features an update API version. Check out [the difference](https://github.com/firefly-iii/api-docs-generator/compare/1.5.1...1.5.2).

50
composer.lock generated
View File

@ -237,26 +237,25 @@
}, },
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",
"version": "v2.2.1", "version": "v2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/defuse/php-encryption.git", "url": "https://github.com/defuse/php-encryption.git",
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620" "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620", "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-openssl": "*", "ext-openssl": "*",
"paragonie/random_compat": ">= 2", "paragonie/random_compat": ">= 2",
"php": ">=5.4.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"nikic/php-parser": "^2.0|^3.0|^4.0", "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
"phpunit/phpunit": "^4|^5"
}, },
"bin": [ "bin": [
"bin/generate-defuse-key" "bin/generate-defuse-key"
@ -298,9 +297,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/defuse/php-encryption/issues", "issues": "https://github.com/defuse/php-encryption/issues",
"source": "https://github.com/defuse/php-encryption/tree/master" "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
}, },
"time": "2018-07-24T23:27:56+00:00" "time": "2021-04-09T23:57:26+00:00"
}, },
{ {
"name": "diglactic/laravel-breadcrumbs", "name": "diglactic/laravel-breadcrumbs",
@ -2963,16 +2962,16 @@
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
"version": "3.6.1", "version": "3.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3022,9 +3021,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/opis/closure/issues", "issues": "https://github.com/opis/closure/issues",
"source": "https://github.com/opis/closure/tree/3.6.1" "source": "https://github.com/opis/closure/tree/3.6.2"
}, },
"time": "2020-11-07T02:01:34+00:00" "time": "2021-04-09T13:42:10+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@ -7262,16 +7261,16 @@
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.9.3", "version": "v2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "2f61602e7a7f88ad29b0f71355b4bb71396e923b" "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/2f61602e7a7f88ad29b0f71355b4bb71396e923b", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/73b1012b927633a1b4cd623c2e6b1678e6faef08",
"reference": "2f61602e7a7f88ad29b0f71355b4bb71396e923b", "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7340,7 +7339,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues", "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.9.3" "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.10.0"
}, },
"funding": [ "funding": [
{ {
@ -7348,7 +7347,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-04-02T14:32:13+00:00" "time": "2021-04-09T06:17:55+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -9716,12 +9715,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "07d2f0c0e6553fd7433f2eb7d043260d3bfd351d" "reference": "aa48fe959b0236eede9c51a38f47df2bb81ef137"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/07d2f0c0e6553fd7433f2eb7d043260d3bfd351d", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/aa48fe959b0236eede9c51a38f47df2bb81ef137",
"reference": "07d2f0c0e6553fd7433f2eb7d043260d3bfd351d", "reference": "aa48fe959b0236eede9c51a38f47df2bb81ef137",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -9978,6 +9977,7 @@
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
"vrana/adminer": "<4.7.9", "vrana/adminer": "<4.7.9",
"wallabag/tcpdf": "<6.2.22", "wallabag/tcpdf": "<6.2.22",
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1", "willdurand/js-translation-bundle": "<2.1.1",
"yii2mod/yii2-cms": "<1.9.2", "yii2mod/yii2-cms": "<1.9.2",
"yiisoft/yii": ">=1.1.14,<1.1.15", "yiisoft/yii": ">=1.1.14,<1.1.15",
@ -10047,7 +10047,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-07T21:01:39+00:00" "time": "2021-04-09T08:01:23+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

View File

@ -97,10 +97,11 @@ return [
'export' => true, 'export' => true,
'telemetry' => true, 'telemetry' => true,
'webhooks' => false, 'webhooks' => false,
'handle_debts' => true,
], ],
'version' => '5.5.6', 'version' => '5.5.7',
'api_version' => '1.5.2', 'api_version' => '1.5.3',
'db_version' => 16, 'db_version' => 16,
'maxUploadSize' => 1073741824, // 1 GB 'maxUploadSize' => 1073741824, // 1 GB
'send_error_message' => env('SEND_ERROR_MESSAGE', true), 'send_error_message' => env('SEND_ERROR_MESSAGE', true),
@ -846,5 +847,5 @@ return [
'can_have_virtual_amounts' => [AccountType::ASSET, AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE, AccountType::CREDITCARD], 'can_have_virtual_amounts' => [AccountType::ASSET, AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE, AccountType::CREDITCARD],
'valid_asset_fields' => ['account_role', 'account_number', 'currency_id', 'BIC', 'include_net_worth'], 'valid_asset_fields' => ['account_role', 'account_number', 'currency_id', 'BIC', 'include_net_worth'],
'valid_cc_fields' => ['account_role', 'cc_monthly_payment_date', 'cc_type', 'account_number', 'currency_id', 'BIC', 'include_net_worth'], 'valid_cc_fields' => ['account_role', 'cc_monthly_payment_date', 'cc_type', 'account_number', 'currency_id', 'BIC', 'include_net_worth'],
'valid_account_fields' => ['account_number', 'currency_id', 'BIC', 'interest', 'interest_period', 'include_net_worth'], 'valid_account_fields' => ['account_number', 'currency_id', 'BIC', 'interest', 'interest_period', 'include_net_worth', 'liability_direction'],
]; ];