Skip to content

Releases: plank/laravel-metable

2.0.1

05 Mar 05:30
47e0a93
Compare
Choose a tag to compare
  • joinMetaTable function now uses getMorphClass for Metable trait to assist with single table inheritance (Thanks @mbryne!)

2.0.0

13 Sep 01:24
d4b29b2
Compare
Choose a tag to compare
  • Added support for Laravel 6.0
  • Minimum requirements updated to PHP 7.2 and Laravel 5.6
  • Added some additional parameter and return type hints

1.1.0

15 May 13:16
Compare
Choose a tag to compare
  • Added whereDoesntHaveMeta() query scope (Thanks @tormjens!)

1.0.4

20 Aug 22:47
Compare
Choose a tag to compare
  • Added Laravel 5.5 package autodiscovery
  • Meta keys are now correctly case sensitive throughout the package (Thanks @Luukvdo!)
  • Fixed some PHPDoc typehints (Thanks @Luukvdo!)

1.0.3

21 Mar 15:09
Compare
Choose a tag to compare
  • Fixed some compatibility bugs with MySQL

1.0.2

03 Feb 19:40
Compare
Choose a tag to compare
  • Removed illegal default from value column in migration

1.0.1

30 Jan 16:58
Compare
Choose a tag to compare
  • Added Laravel 5.4 compatibility

1.0.0

16 Jan 19:42
Compare
Choose a tag to compare

Initial Release