Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Releases: 1FF/laravel-mongodb-session

v4.0.0

20 Sep 11:29
1bdc2b3

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.2

21 Jul 13:55
7a63132

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

21 Jul 13:27
839df24

Choose a tag to compare

What's Changed

  • Skip loading mongo session driver when the driver is not mongo by @koprinski in #8

Full Changelog: v2.0.0...v3.0.1

v2.0.2

21 Jul 13:53
1f97350

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

21 Jul 13:23
babe328

Choose a tag to compare

What's Changed

  • Fix compatability with Laravel 5.8.x, 6.x and jenssegers/mongodb package by @spont4e in #4
  • Skip loading mongo session driver when the driver is not mongo by @koprinski in #7

Full Changelog: 1.1.1...v2.0.1

1.1.4

21 Jul 13:51
958717e

Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

21 Jul 13:15
9472605

Choose a tag to compare

What's Changed

  • Skip loading mongo session driver when mongo is not defined by @koprinski in #6

New Contributors

Full Changelog: 1.1.1...1.1.3

v3.0.0

13 May 09:12
32d0437

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

13 May 08:50
d24a515

Choose a tag to compare

What's Changed

  • Fix compatability with Laravel 5.8.x, 6.x and jenssegers/mongodb package by @spont4e in #4
  • Added support for Laravel 7.x by @spont4e in #3

New Contributors

Full Changelog: 1.1.1...v2.0.0

Fix migrations down method

29 Sep 08:22
b7fb1f0

Choose a tag to compare

Merge pull request #2 from 1FF/fix-drop-index

Fix drop index. When reverse migration there is an error that index does not exists