Skip to content

Releases: laravel-doctrine/orm

v1.1.2

27 Jan 10:36
Compare
Choose a tag to compare
  • Fix compatibility with Laravel 5.2 presence verifier
  • Support custom connections/managers on presence verifier rules (exists:manager2.App\User,id

v1.1.1

24 Jan 13:06
Compare
Choose a tag to compare
  • Fix compatibility with Laravel 5.2 password resets
  • Fix compatibility with Laravel 5.2 presence verifier

v1.1.0

02 Jan 21:55
Compare
Choose a tag to compare
  • Laravel 5.2 support
  • Support using doctrine auth provider multiple times

v1.0.14

02 Jan 21:54
Compare
Choose a tag to compare
  • Allow only Laravel 5.1

v1.0.13

15 Dec 19:30
Compare
Choose a tag to compare

LogFormatter enhancements

v1.0.12

12 Nov 11:29
Compare
Choose a tag to compare

Lumen Hotfix:

  • Use Cache Factory instead of Cache Manager to support both Laravel and Lumen, fixes #101

v1.0.11

12 Nov 09:00
Compare
Choose a tag to compare

Lumen Hotfix:

  • Alias CacheManager so the class is injectable in Lumen as well, fixes #101

v1.0.10

04 Nov 20:39
Compare
Choose a tag to compare

Delegate Apc, Redis and Memcached to Illuminate's CacheManager

v1.0.9

03 Nov 17:00
Compare
Choose a tag to compare
  • Boot extensions enhancements to support Lumen and Console too.

v1.0.8

02 Nov 14:43
Compare
Choose a tag to compare
  • Added support for VoidCache as query cache
  • Specify 1.0 version number in composer require