David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							add5a9d9f7 
							
						 
					 
					
						
						
							
							Fixes for tests  
						
						
						
						
					 
					
						2022-06-24 12:21:31 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							3e916e0f1f 
							
						 
					 
					
						
						
							
							Fixes for tests  
						
						
						
						
					 
					
						2022-06-24 11:55:41 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							2e29bbce3c 
							
						 
					 
					
						
						
							
							Laravel 9  
						
						
						
						
					 
					
						2022-06-23 15:34:15 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							6020927645 
							
						 
					 
					
						
						
							
							Add laravel igniition to dependencies  
						
						
						
						
					 
					
						2022-06-23 13:28:33 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							4eed22d811 
							
						 
					 
					
						
						
							
							Refactor for store client request  
						
						
						
						
					 
					
						2022-06-23 13:12:28 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							ade8b24031 
							
						 
					 
					
						
						
							
							Laravel 9  
						
						
						
						
					 
					
						2022-06-23 09:24:56 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							865bb009ad 
							
						 
					 
					
						
						
							
							Laravel 9  
						
						
						
						
					 
					
						2022-06-22 21:57:45 +10:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6edb82308f 
							
						 
					 
					
						
						
							
							Shift cleanup  
						
						
						
						
					 
					
						2022-06-21 10:03:51 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c40ea40b4 
							
						 
					 
					
						
						
							
							Adopt anonymous migrations  
						
						
						
						
					 
					
						2022-06-21 10:02:20 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f7a8f9752 
							
						 
					 
					
						
						
							
							Set return type of base TestCase methods  
						
						... 
						
						
						
						From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:
- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`
[1]: https://phpunit.de/announcements/phpunit-8.html  
						
						
					 
					
						2022-06-21 10:00:57 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2ba8fa234 
							
						 
					 
					
						
						
							
							Bump Laravel dependencies  
						
						
						
						
					 
					
						2022-06-21 10:00:18 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a364de9f9c 
							
						 
					 
					
						
						
							
							Default config files  
						
						... 
						
						
						
						In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used. 
						
						
					 
					
						2022-06-21 10:00:17 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a92a17fd06 
							
						 
					 
					
						
						
							
							Shift config files  
						
						
						
						
					 
					
						2022-06-21 10:00:16 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63dc08532c 
							
						 
					 
					
						
						
							
							Convert deprecated $dates property to $casts  
						
						
						
						
					 
					
						2022-06-21 09:59:53 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a74d9072a 
							
						 
					 
					
						
						
							
							Shift to class based routes  
						
						
						
						
					 
					
						2022-06-21 09:59:51 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6c4d1c56a 
							
						 
					 
					
						
						
							
							Convert route options to fluent methods  
						
						... 
						
						
						
						Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods. 
						
						
					 
					
						2022-06-21 09:59:43 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f293170c6a 
							
						 
					 
					
						
						
							
							Remove unnecessary $model property  
						
						
						
						
					 
					
						2022-06-21 09:59:41 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							06d910a53b 
							
						 
					 
					
						
						
							
							Use Faker methods  
						
						... 
						
						
						
						Accessing Faker properties was deprecated in Faker 1.14. 
						
						
					 
					
						2022-06-21 09:59:36 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a20889916 
							
						 
					 
					
						
						
							
							Convert optional() to nullsafe operator  
						
						
						
						
					 
					
						2022-06-21 09:59:25 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0a8e84108 
							
						 
					 
					
						
						
							
							Shift core files  
						
						
						
						
					 
					
						2022-06-21 09:59:19 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1403b62da 
							
						 
					 
					
						
						
							
							Convert to Symfony Mailer  
						
						
						
						
					 
					
						2022-06-21 09:59:02 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ac6c4c4d2 
							
						 
					 
					
						
						
							
							Upgrade to Flysystem 3.0  
						
						
						
						
					 
					
						2022-06-21 09:58:51 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59a54c03b0 
							
						 
					 
					
						
						
							
							Replace deprecated HEADER_X_FORWARDED_ALL constant  
						
						
						
						
					 
					
						2022-06-21 09:58:36 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c89b142eec 
							
						 
					 
					
						
						
							
							Streamline $commands property  
						
						
						
						
					 
					
						2022-06-21 09:58:33 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96c992f103 
							
						 
					 
					
						
						
							
							Remove fruitcake/laravel-cors dependency  
						
						
						
						
					 
					
						2022-06-21 09:58:33 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3811375a34 
							
						 
					 
					
						
						
							
							Rename password validation rule  
						
						
						
						
					 
					
						2022-06-21 09:58:30 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1157a6ff1 
							
						 
					 
					
						
						
							
							Move resources/lang folder  
						
						
						
						
					 
					
						2022-06-21 09:58:15 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							299464f604 
							
						 
					 
					
						
						
							
							Shift bindings  
						
						... 
						
						
						
						PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP. 
						
						
					 
					
						2022-06-21 09:58:11 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19080933b6 
							
						 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer 
[2]: https://github.com/squizlabs/PHP_CodeSniffer 
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200 
[4]: https://laravelshift.com/videos/shift-code-style  
						
						
					 
					
						2022-06-21 09:57:17 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							8eed25ed22 
							
						 
					 
					
						
						
							
							Admin Portal - Selfhosted  
						
						
						
						
					 
					
						2022-06-21 08:16:12 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							e1de510e2c 
							
						 
					 
					
						
						
							
							Admin Portal - Profile  
						
						
						
						
					 
					
						2022-06-21 08:11:18 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							9ddffc1bdd 
							
						 
					 
					
						
						
							
							Admin Portal - Hosted  
						
						
						
						
					 
					
						2022-06-21 08:06:39 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							1c3a20a626 
							
						 
					 
					
						
						
							
							Admin Portal - Selfhosted  
						
						
						
						
					 
					
						2022-06-21 07:21:42 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							b03f7b076a 
							
						 
					 
					
						
						
							
							Admin Portal - Profile  
						
						
						
						
					 
					
						2022-06-21 07:17:24 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							188619f7d5 
							
						 
					 
					
						
						
							
							Admin Portal - Hosted  
						
						
						
						
					 
					
						2022-06-21 07:13:15 +00:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de9ed6bff4 
							
						 
					 
					
						
						
							
							Merge pull request  #7577  from turbo124/v5-develop  
						
						... 
						
						
						
						Fixes for purchase order fillable list 
						
						
					 
					
						2022-06-21 16:48:58 +10:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							858b6f65b3 
							
						 
					 
					
						
						
							
							Admin Portal - Next  
						
						
						
						
					 
					
						2022-06-21 04:50:23 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							21e8637537 
							
						 
					 
					
						
						
							
							Admin Portal - Selfhosted  
						
						
						
						
					 
					
						2022-06-21 04:37:25 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							aa87b858ba 
							
						 
					 
					
						
						
							
							Admin Portal - Profile  
						
						
						
						
					 
					
						2022-06-21 04:31:35 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							65d1e262bf 
							
						 
					 
					
						
						
							
							Admin Portal - Hosted  
						
						
						
						
					 
					
						2022-06-21 04:26:14 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							6afc701ed4 
							
						 
					 
					
						
						
							
							Admin Portal - Next  
						
						
						
						
					 
					
						2022-06-21 00:34:51 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							cf7ebcad39 
							
						 
					 
					
						
						
							
							Admin Portal - Selfhosted  
						
						
						
						
					 
					
						2022-06-20 22:02:03 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							4eec7d643a 
							
						 
					 
					
						
						
							
							Admin Portal - Profile  
						
						
						
						
					 
					
						2022-06-20 21:57:35 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							d9ad1e2a3e 
							
						 
					 
					
						
						
							
							Admin Portal - Hosted  
						
						
						
						
					 
					
						2022-06-20 21:53:22 +00:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							2f8ea76d31 
							
						 
					 
					
						
						
							
							Fixes for purchase order fillable list  
						
						
						
						
					 
					
						2022-06-21 07:33:55 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							f76de88e58 
							
						 
					 
					
						
						
							
							Merge branch 'v5-develop' of  https://github.com/turbo124/invoiceninja  into v5-develop  
						
						
						
						
					 
					
						2022-06-21 07:20:51 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
						
						
							
						
						
							9be6579403 
							
						 
					 
					
						
						
							
							Minor fixes  
						
						
						
						
					 
					
						2022-06-21 07:20:23 +10:00 
						 
				 
			
				
					
						
							
							
								David Bomba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b14b33653 
							
						 
					 
					
						
						
							
							Merge pull request  #7576  from turbo124/v5-develop  
						
						... 
						
						
						
						Fixes for json columns 
						
						
					 
					
						2022-06-21 07:19:18 +10:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							1a17b9cee0 
							
						 
					 
					
						
						
							
							Admin Portal - Next  
						
						
						
						
					 
					
						2022-06-20 13:14:12 +00:00 
						 
				 
			
				
					
						
							
							
								hillelcoren 
							
						 
					 
					
						
						
						
						
							
						
						
							5f848c30ed 
							
						 
					 
					
						
						
							
							Admin Portal - Selfhosted  
						
						
						
						
					 
					
						2022-06-20 10:15:21 +00:00