Skip to content

Releases: f9webltd/laravel-deletable

2.0.3

10 Mar 12:28
3a93177
Compare
Choose a tag to compare

What's Changed

  • Update README.md to include Laravel 11 information by @ultrono in #18

Full Changelog: 2.0.2...2.0.3

2.0.2

10 Mar 12:22
7d9ee03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

10 Mar 11:29
f778ecd
Compare
Choose a tag to compare

What's Changed

  • Create UPGRADING.md

Full Changelog: 2.0.0...2.0.1

2.0.0

10 Mar 11:14
04a0d9d
Compare
Choose a tag to compare

What's Changed

  • In preparation for Laravel 11 support, drop support for legacy PHP and Laravel versions. PHP < 8.0 and Laravel < 10.0 are no longer supported (if such support is required please use version 1.0.6 of the package) by @ultrono in #15

Full Changelog: 1.0.6...2.0.0

1.0.6

05 Feb 09:59
a792cc6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

16 Feb 17:36
1f42c9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

29 Dec 20:25
8bf66eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

20 Dec 20:37
Compare
Choose a tag to compare
  • Support PHP 8.0 (no API changes, Fixes #4)
  • Minor readme update

1.0.2

10 Sep 12:44
d2b3b71
Compare
Choose a tag to compare

Support Laravel 8

1.0.1

12 Aug 17:15
215d48a
Compare
Choose a tag to compare

Extremely minor documentation update. Within the example isDeleteable() function call use doesntExist() as opposed to isEmpty().