Skip to content

Releases: laravel-doctrine/extensions

1.5.4

07 Mar 09:52
1.5.4
44b6a92
Compare
Choose a tag to compare

1.5.3

25 Jan 17:16
9979b95
Compare
Choose a tag to compare
  • Add attribute support for softdeletable, thanks @mleczakm! #58

1.5.2

21 Jan 16:22
db916bf
Compare
Choose a tag to compare

1.4.0

01 Feb 06:53
1.4.0
db71ff9
Compare
Choose a tag to compare
  • Allow PHP 8
  • Allow Laravel 6

1.2.0

14 Sep 04:32
1.2.0
a9e3402
Compare
Choose a tag to compare

1.1.1

16 Feb 15:49
1.1.1
c2b53fb
Compare
Choose a tag to compare
  • Only allow laravel-doctrine/orm:1.5 to use the 1.1 releases of this package. Its not compatible with any other. #47 (@pavel-grom)

1.1.0

19 Sep 09:51
fd00f23
Compare
Choose a tag to compare

Laravel 6

v1.0.14

01 Mar 17:07
Compare
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
Compare
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
Compare
Choose a tag to compare
Ignore tests folder from git export (#32)