Skip to content

Releases: highsolutions/eloquent-sequence

Laravel 11.x support

22 Apr 09:43
c69be74
Compare
Choose a tag to compare
Support Laravel 11.x (#34)

* add suport to laravel 11

* Support Laravel 11.x

* Update README.md

---------

Co-authored-by: Adam Matysiak <[email protected]>

Support Laravel 10.x

02 Mar 11:21
Compare
Choose a tag to compare
3.10.0

Merge branch 'master' of https://github.com/highsolutions/eloquent-se…

Support Laravel 9.x

22 Feb 11:31
Compare
Choose a tag to compare
3.9.0

Support Laravel 9.x

Support Laravel 8.x

09 Sep 13:10
Compare
Choose a tag to compare
3.8.0

Support Laravel 8.x

Support Laravel 7.x

10 Apr 14:58
0ae821b
Compare
Choose a tag to compare
3.7.0

Support L7.x (#27)

Add isFirst and isLast method

06 Oct 11:06
Compare
Choose a tag to compare

Another disable timestamp release

13 Sep 06:38
Compare
Choose a tag to compare

Support Laravel 6.0

04 Sep 06:52
6283e7e
Compare
Choose a tag to compare
3.4.0

Update README.md

Disable timestamp update

19 Aug 13:28
Compare
Choose a tag to compare

Fix moveToLast method

12 Jul 07:09
afaef59
Compare
Choose a tag to compare

Thanks to #19 and effort of @gpressutto5 method moveToLast will always set last sequence, not the should-be-last sequence as was previously.