Releases: kevinorriss/laravel-clienttimezone
ClientTimezone v1.2.0
This release makes the installation one step easier by having the PSR-4 entry in the package composer.json file. This means that the applications composer.json file no longer needs this entry.
ClientTimezone v1.1.1
This release uses the Session::flash function to store the skip flag. This behaves better when we want to return a redirect.
ClientTimezone v1.1.0
This release adds skip functionality. Simply call ClientTimezone::skip() in your controller before returning the view and javascript will not check the client timezone.
This is useful for pages that display flash messages and the user comes to the application from a URL in an email etc.
ClientTimezone
Gets the clients timezone difference from UTC in minutes using Javascript.
Service Provider reorder
registered the ClientTimezone class before the ClientTimezoneController
Initial release
The initial release of clienttimezone