Skip to content

Releases: staudenmeir/belongs-to-through

v2.4.1

24 Feb 00:57
Compare
Choose a tag to compare

Fixes count and existence queries on Laravel 5.0–5.3.

v2.4

18 Feb 01:01
Compare
Choose a tag to compare

Fixes parent model with SoftDeletes (#31).

v2.3.2

01 Feb 14:35
Compare
Choose a tag to compare

Transfers ownership.

Version 2.3.1

23 Jul 13:12
Compare
Choose a tag to compare

New

  • BelongsToThrough with custom ForeignKey (#25)

Version 2.3

27 Mar 07:07
Compare
Choose a tag to compare

Fixed

Version 2.2.2

29 May 07:52
Compare
Choose a tag to compare

Version 2.2.1

07 Apr 07:46
Compare
Choose a tag to compare

Version 2.2

03 Feb 14:12
Compare
Choose a tag to compare
Changes in this version:
  • Included support for non-conventional foreign key column names.

Version 2.1

10 Dec 06:28
Compare
Choose a tag to compare

Changes:

  • Prefixed keys allowed in lowest level of deep BelongsToThrough relation.

Version 2.0

17 Nov 07:12
Compare
Choose a tag to compare
  • BelongsToThrough relation with more than one through models.