Shift 
							
						 
					 
					
						
						
							
						
						87acc30a0b 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-07 20:32:31 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						ae0b5485b8 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-07 19:54:45 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						74bd29e1ee 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-07 19:53:40 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						5055b443fc 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-07 19:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						723ac38edd 
					 
					
						
						
							
							Convert Input to Request facade  
						
						... 
						
						
						
						Laravel 5.2 no longer registers the `Input` facade by default. While
still available in Laravel 5, the `Input` facade is removed in
Laravel 6. 
						
						
					 
					
						2023-01-07 18:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						cade5f0d23 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-07 18:47:35 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						168656e3aa 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-06 13:07:26 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						b02541ac64 
					 
					
						
						
							
							Replace deprecated array and string helpers  
						
						... 
						
						
						
						Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are deprecated in Laravel 5.8 and removed in Laravel 6. 
						
						
					 
					
						2023-01-06 11:53:35 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						21910f2106 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-06 11:53:02 +00:00 
						 
				 
			
				
					
						
							
							
								StyleCI Bot 
							
						 
					 
					
						
						
							
						
						9d1a57f99d 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2023-01-03 08:26:59 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						f9ab4d057e 
					 
					
						
						
							
							Adopt short array syntax  
						
						... 
						
						
						
						Since PHP 5.4 the short array syntax `[]` may be used instead of `array()`. 
						
						
					 
					
						2023-01-03 08:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								Shift 
							
						 
					 
					
						
						
							
						
						43386fd86d 
					 
					
						
						
							
							Apply Laravel coding style  
						
						... 
						
						
						
						Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint ), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer ) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style ). 
						
						
					 
					
						2023-01-03 08:25:25 +00:00 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						4752081caf 
					 
					
						
						
							
							v1.11.0 updates  
						
						... 
						
						
						
						bugfixes
Rating functionality correction
Apply fixes from StyleCI
Due date client panel correction 
						
						
					 
					
						2021-03-16 12:11:50 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						9c1496ad46 
					 
					
						
						
							
							Tooltip ka chakkar babu bhaiya  
						
						
						
						
					 
					
						2021-03-15 12:36:41 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						a47e1227c5 
					 
					
						
						
							
							Javascipt ka chakkar babu bhaiya-1  
						
						
						
						
					 
					
						2021-03-15 12:00:45 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						309a1557d9 
					 
					
						
						
							
							XSS patch for basic models  
						
						
						
						
					 
					
						2021-03-12 19:28:16 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						25c383d8b8 
					 
					
						
						
							
							Kachre ki saaf safai  
						
						... 
						
						
						
						"Sabka kachra mujhe hi saaf krna pdta ha :(" 
						
						
					 
					
						2021-03-12 16:50:13 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						fd3e47b96d 
					 
					
						
						
							
							Fix incorrect Lang:get using, undeclared variable, missing csrf token  
						
						
						
						
					 
					
						2021-02-18 18:36:57 +05:30 
						 
				 
			
				
					
						
							
							
								maranqz 
							
						 
					 
					
						
						
							
						
						4aca819f54 
					 
					
						
						
							
							Fix russian language for creating ticket  
						
						
						
						
					 
					
						2021-02-18 18:36:57 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						f314bf178e 
					 
					
						
						
							
							Bootstrap4 :: table UI updated  
						
						
						
						
					 
					
						2021-02-18 17:18:42 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						f4cf0fe23b 
					 
					
						
						
							
							Bootstrap4 :: Issues fixed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						335d216c27 
					 
					
						
						
							
							Bootstrap4 :: Issues updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						3d5d7a20bd 
					 
					
						
						
							
							Bootstrap4 :: =========Completed=========  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						b742d1f639 
					 
					
						
						
							
							Bootstrap4 :: Timeline UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						ae3a9dc631 
					 
					
						
						
							
							Bootstrap4 :: Settings Modules UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						d8c570091f 
					 
					
						
						
							
							Bootstrap4 :: Staffs Modules Completed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						43d3f83bd0 
					 
					
						
						
							
							Bootstrap4 :: Admin panel Navigation UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						eb1624761f 
					 
					
						
						
							
							Bootstrap4 :: Agent panel completed  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						c1ec03c0d4 
					 
					
						
						
							
							Bootstrap4 :: Report UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						66439f8d1c 
					 
					
						
						
							
							Bootstrap4 :: Kb category module UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						84aa8f803d 
					 
					
						
						
							
							Bootstrap4 :: Organization module UI updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						fddad53e60 
					 
					
						
						
							
							Bootstrap4 :: User module updates  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						b78e03e349 
					 
					
						
						
							
							Bootstrap4 :: Dashboard page UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Sakthi002 
							
						 
					 
					
						
						
							
						
						1d40069d9b 
					 
					
						
						
							
							Bootstrap4 :: Agent Header and Sidebar UI updated  
						
						
						
						
					 
					
						2021-01-28 18:07:18 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						ed3bbd76d7 
					 
					
						
						
							
							Apply fixes from StyleCI  
						
						
						
						
					 
					
						2020-03-17 05:14:38 +00:00 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						b11a4f6649 
					 
					
						
						
							
							v1.10.5 updates  
						
						... 
						
						
						
						update
Fixes testclasses
Apply fixes from StyleCI
Update .travis.yml
Revert "Update .travis.yml"
This reverts commit 462dd1cb44402f6cbcb516ff17e48d1d562e98e2. 
						
						
					 
					
						2019-04-10 15:25:24 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						190f6500c2 
					 
					
						
						
							
							Security update  
						
						... 
						
						
						
						- Changes status change url method to post for preventing CSRF attacks for ticket status manipluation
- Fixed delete forever functionality 
						
						
					 
					
						2018-09-19 15:44:43 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						b288ec57a3 
					 
					
						
						
							
							Bug fix patches  
						
						... 
						
						
						
						- Added language translation words in langusge files
- Updated bugsnage API key
- Fixed PHP7.2 issues in organization view and ticket reply reading 
						
						
					 
					
						2018-09-19 15:44:43 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						cfec60b43f 
					 
					
						
						
							
							Envato updates  
						
						
						
						
					 
					
						2018-08-16 13:56:18 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						26b3557b6b 
					 
					
						
						
							
							clean dummy data  
						
						
						
						
					 
					
						2018-08-16 11:59:28 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						ed2d5b466f 
					 
					
						
						
							
							Custom form issue and exapmle.env  
						
						... 
						
						
						
						Fixed Github issues regarding rendering of custom form data in ticket detail page.
Following issues have been raised regarding this issue
#416 
#462 
#553  
						
						
					 
					
						2018-08-16 10:36:35 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						234bf9cdc0 
					 
					
						
						
							
							Bug fixes  
						
						
						
						
					 
					
						2018-08-15 17:58:20 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						21f783f72b 
					 
					
						
						
							
							Bug fix update  
						
						... 
						
						
						
						Fix register page issue
Removed dynamicity in statuses
Removed dynamic status creation and deletion as system does not perform status change functionality correctly accordingly. The feature will only be available in premium versions.
Bug fix in ticket reply from agent panel
Bug fixed in assignment from new inbox 
						
						
					 
					
						2018-08-15 16:19:56 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						a6c6782468 
					 
					
						
						
							
							Fixed change status in new inbox route  
						
						
						
						
					 
					
						2018-08-14 17:12:08 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						b20fea437c 
					 
					
						
						
							
							Fixed timeline iframe issue  
						
						... 
						
						
						
						Fixed issue for ticket detail page for client and agent panel where iframe does not show peroperly the content data of ticket. 
						
						
					 
					
						2018-08-14 13:30:27 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						3a52d6f24f 
					 
					
						
						
							
							Replaced lists with pluck  
						
						
						
						
					 
					
						2018-08-13 14:42:04 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						9787b36d0b 
					 
					
						
						
							
							Fix php7.2 issues  
						
						
						
						
					 
					
						2018-08-13 14:30:31 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						4c46d979a8 
					 
					
						
						
							
							updates  
						
						
						
						
					 
					
						2018-08-13 13:45:49 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						0c49050172 
					 
					
						
						
							
							Email config alert  
						
						... 
						
						
						
						Added alert box to convey that email has not been setup 
						
						
					 
					
						2018-08-10 16:12:51 +05:30 
						 
				 
			
				
					
						
							
							
								Manish Verma 
							
						 
					 
					
						
						
							
						
						e873ce5e12 
					 
					
						
						
							
							Inbox updates  
						
						... 
						
						
						
						Updated links for ticket list pages 
						
						
					 
					
						2018-08-09 17:25:02 +05:30