🤖 Auto commit for release 'v6.4.8' on 2025-11-13

This commit is contained in:
JC5
2025-11-13 05:42:02 +01:00
parent 341ab69939
commit bab767a447
3 changed files with 16 additions and 16 deletions

View File

@@ -7,13 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- #11228 - [Issue 11228](https://github.com/firefly-iii/firefly-iii/issues/11228) (Autocomplete fails when the requested account type list includes hidden account types) reported by @jgmm81
## 6.4.7 ## 6.4.7
### Fixed ### Fixed
- #11206 - [Issue 11206](https://github.com/firefly-iii/firefly-iii/issues/11206) (New transaction shows additional option in input) reported by @zhiiwg
## 6.4.6 - 2025-11-13 ## 6.4.6 - 2025-11-13

24
composer.lock generated
View File

@@ -1937,16 +1937,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v12.38.0", "version": "v12.38.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "1c30f547a3117bac99dc62a0afe767810cb112fa" "reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/1c30f547a3117bac99dc62a0afe767810cb112fa", "url": "https://api.github.com/repos/laravel/framework/zipball/7f3012af6059f5f64a12930701cd8caed6cf7c17",
"reference": "1c30f547a3117bac99dc62a0afe767810cb112fa", "reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2152,7 +2152,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2025-11-12T16:51:30+00:00" "time": "2025-11-13T02:12:47+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@@ -12116,21 +12116,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.2.7", "version": "2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef" "reference": "303aa811649ccd1d32e51e62d5c85949d01b5f1b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/022038537838bc8a4e526af86c2d6e38eaeff7ef", "url": "https://api.github.com/repos/rectorphp/rector/zipball/303aa811649ccd1d32e51e62d5c85949d01b5f1b",
"reference": "022038537838bc8a4e526af86c2d6e38eaeff7ef", "reference": "303aa811649ccd1d32e51e62d5c85949d01b5f1b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.26" "phpstan/phpstan": "^2.1.32"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -12164,7 +12164,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.2.7" "source": "https://github.com/rectorphp/rector/tree/2.2.8"
}, },
"funding": [ "funding": [
{ {
@@ -12172,7 +12172,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-10-29T15:46:12+00:00" "time": "2025-11-12T18:38:00+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

View File

@@ -78,8 +78,8 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false), 'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-11-12', 'version' => '6.4.8',
'build_time' => 1762967199, 'build_time' => 1763008810,
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used. 'db_version' => 28, // field is no longer used.