mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * upgrade.php
 | |
|  * Copyright (C) 2016 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This software may be modified and distributed under the terms
 | |
|  * of the MIT license.  See the LICENSE file for details.
 | |
|  */
 | |
| 
 | |
| 
 | |
| return [
 | |
|     'text' => [
 | |
|         '3.7.0'   => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.7.1'   => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.7.2'   => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.7.2.1' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.7.2.2' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.7.2.3' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
 | |
|                      'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
 | |
|         '3.8.0'   => 'This version of Firefly III requires PHP 7.0.',
 | |
|         '3.8.1'   => 'This version of Firefly III requires PHP 7.0.',
 | |
|     ],
 | |
| ];
 |