| 
									
										
										
										
											2016-01-17 07:50:09 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-05-20 08:57:45 +02:00
										 |  |  | declare(strict_types = 1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-17 07:50:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * upgrade.php | 
					
						
							| 
									
										
										
										
											2016-04-01 16:46:11 +02:00
										 |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-01-17 07:50:09 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'text' => [ | 
					
						
							| 
									
										
										
										
											2016-02-05 13:21:56 +01:00
										 |  |  |         '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', | 
					
						
							| 
									
										
										
										
											2016-02-06 04:34:06 +01:00
										 |  |  |         '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', | 
					
						
							| 
									
										
										
										
											2016-03-14 20:15:29 +01:00
										 |  |  |         '3.8.0'   => 'This version of Firefly III requires PHP 7.0.', | 
					
						
							| 
									
										
										
										
											2016-03-29 17:42:32 +02:00
										 |  |  |         '3.8.1'   => 'This version of Firefly III requires PHP 7.0.', | 
					
						
							| 
									
										
										
										
											2016-08-12 09:35:09 +02:00
										 |  |  |         '3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10' | 
					
						
							| 
									
										
										
										
											2016-02-05 13:21:56 +01:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2016-01-28 21:50:20 +01:00
										 |  |  | ]; |