mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Bump version and warn about PHP 7.2
This commit is contained in:
@@ -88,8 +88,8 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||
'version' => '4.7.5.3',
|
||||
'api_version' => '0.6',
|
||||
'version' => '4.7.6',
|
||||
'api_version' => '0.7',
|
||||
'db_version' => 4,
|
||||
'maxUploadSize' => 15242880,
|
||||
'allowedMimes' => [
|
||||
|
@@ -30,6 +30,7 @@ return [
|
||||
'4.6.4' => 'This version of Firefly III requires PHP7.1.',
|
||||
'4.7.3' => 'This version of Firefly III handles bills differently. See http://bit.ly/FF3-new-bills for more information.',
|
||||
'4.7.4' => 'This version of Firefly III has a new import routine. See http://bit.ly/FF3-new-import for more information.',
|
||||
'4.7.6' => 'This will be the last version to require PHP7.1. Future versions will require PHP7.2 minimum.',
|
||||
],
|
||||
'install' =>
|
||||
[
|
||||
@@ -38,6 +39,7 @@ return [
|
||||
'4.6.4' => 'This version of Firefly III requires PHP7.1.',
|
||||
'4.7.3' => 'This version of Firefly III handles bills differently. See http://bit.ly/FF3-new-bills for more information.',
|
||||
'4.7.4' => 'This version of Firefly III has a new import routine. See http://bit.ly/FF3-new-import for more information.',
|
||||
'4.7.6' => 'This will be the last version to require PHP7.1. Future versions will require PHP7.2 minimum.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user