Auto commit for release 'develop' on 2024-04-07

This commit is contained in:
github-actions
2024-04-07 06:51:34 +02:00
parent ea89f6177f
commit 911f46c590
109 changed files with 1681 additions and 328 deletions

View File

@@ -117,7 +117,7 @@ return [
'expression_engine' => false,
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-04-04',
'version' => 'develop/2024-04-07',
'api_version' => '2.0.13',
'db_version' => 24,

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'json' => [
'v2' => [
@@ -32,7 +33,6 @@ return [
],
'form' => [
'title',
],
'validation' => [
'bad_type_source',

View File

@@ -39,7 +39,7 @@ return [
| the usual Laravel view path has already been registered for you.
|
*/
'layout' => env('FIREFLY_III_LAYOUT', 'v1'),
'layout' => env('FIREFLY_III_LAYOUT', 'v1'),
'paths' => $paths,
/*