2016-01-17 07:50:09 +01:00
< ? php
2016-10-05 06:52:15 +02:00
/**
* upgrade . php
* Copyright ( C ) 2016 thegrumpydictator @ gmail . com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution - ShareAlike 4.0 International License .
*
* See the LICENSE file for details .
*/
2017-04-09 07:56:46 +02:00
declare ( strict_types = 1 );
2016-05-20 08:57:45 +02:00
2016-01-17 07:50:09 +01:00
return [
2017-01-20 10:08:38 +01:00
'text' => [
'upgrade' =>
[
2017-07-23 09:54:07 +02:00
'4.3' => 'Make sure you run the migrations and clear your cache. If you need more help, please check Github or the Firefly III website.' ,
'4.6.3' => 'This will be the last version to require PHP7.0. Future versions will require PHP7.1 minimum.' ,
2017-08-12 07:47:42 +02:00
'4.6.4' => 'This version of Firefly III requires PHP7.1.'
2017-01-20 10:08:38 +01:00
],
'install' =>
[
2017-07-23 09:54:07 +02:00
'4.3' => 'Welcome to Firefly! Make sure you follow the installation guide. If you need more help, please check Github or the Firefly III website. The installation guide has a FAQ which you should check out as well.' ,
'4.6.3' => 'This will be the last version to require PHP7.0. Future versions will require PHP7.1 minimum.' ,
2017-08-10 20:52:10 +02:00
'4.6.4' => 'This version of Firefly III requires PHP7.1.'
2017-01-20 10:08:38 +01:00
],
],
2016-01-28 21:50:20 +01:00
];