Releases: iMi-digital/laravel-transsid
Releases · iMi-digital/laravel-transsid
5.0.2
5.0.1
What's Changed
- Bugfix: both parse_url() use the same flags by @anhofmann in #20
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- don't expose sessionID to other domains by @anhofmann in #19
Full Changelog: 4.3.2...5.0.0
4.3.2
What's Changed
- Don't add "?" to URL if $queryParameters is empty by @anhofmann in #18
Full Changelog: 4.3.1...4.3.2
4.3.1
What's Changed
- deal with empty result by @anhofmann in #17
New Contributors
- @anhofmann made their first contribution in #17
Full Changelog: 4.3.0...4.3.1
4.3.0
4.2.0
- Preventing the session ID from being stored in the cookie if the session ID is stored in the URL.
4.1.0
- adding a check for global url-session-middleware
- cleanup
4.0.0
3.0.2: Merge pull request #8 from iMi-digital/fix/tests
Fix checking for urlsession middleware