Skip to content

Releases: laravel-doctrine/extensions

v1.0.14

01 Mar 17:07

Choose a tag to compare

 Don't try to resolve user if loading class metadata (#39)

(Fixes #38)

v1.0.13

28 Feb 12:35

Choose a tag to compare

No longer store auth guard. (#37)

* No longer store auth guard.

* Remove unused constructor.

* Remove unused constructor.

* Add getAuth() method.

Get auth manager with getter rather than directly.

* Fix phpdoc formatting.

* Minor formatting fix.

* Pass the current user to function

Implement current master branch's behavior.

* Fix code format and phpdoc return type

Use the contract that 'auth' is bound to instead of the default resolved manager.

* Directly return guard instead of auth

v1.0.12

21 Jul 17:01

Choose a tag to compare

Ignore tests folder from git export (#32)

v1.0.11

30 Jan 10:39

Choose a tag to compare

Support L5.4

v1.0.10

01 Sep 16:39

Choose a tag to compare

  • Support L5.3

v1.0.9

24 Jul 12:36

Choose a tag to compare

  • Support ORM 1.2
  • Keep track of locale changes in translatable

v1.0.8

26 Feb 18:35

Choose a tag to compare

Only resolve user when logged in

v1.0.7

26 Feb 17:33

Choose a tag to compare

Don't add callback, just wait for the extension manager to be booted

v1.0.6

26 Feb 12:36

Choose a tag to compare

  • Add support for Fluent
  • Wait till Registry is resolved by the user

v1.0.5

23 Feb 17:09

Choose a tag to compare

Listen to booting event of extension manager