Skip to content

Releases: kevinorriss/laravel-clienttimezone

ClientTimezone v1.2.0

10 Jun 13:10

Choose a tag to compare

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

07 Jun 21:19

Choose a tag to compare

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

06 Jun 21:19

Choose a tag to compare

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

05 Jun 18:31

Choose a tag to compare

Gets the clients timezone difference from UTC in minutes using Javascript.

Service Provider reorder

05 Jun 17:12

Choose a tag to compare

registered the ClientTimezone class before the ClientTimezoneController

Initial release

05 Jun 13:24

Choose a tag to compare

The initial release of clienttimezone