Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: michael-rubel/laravel-seo-manager

3.1.1

23 May 09:56
Compare
Choose a tag to compare

What's changed

  • Allowed a new version of LEC.

Full Changelog: 3.1.0...3.1.1

v3.1.0

12 Feb 15:58
Compare
Choose a tag to compare

Added

  • Possibility to bind column names through IoC container without overriding the model class.

v3.0.0

14 Jan 20:55
Compare
Choose a tag to compare

Added

  • Laravel 9 support.

v2.0.1

08 Jan 01:07
Compare
Choose a tag to compare

Changed

  • Refactoring of SeoComposer class.

v2.0.0

05 Jan 13:15
d16b709
Compare
Choose a tag to compare

Changed

  • SeoTagContract moved to a separate directory.

v1.2.1

04 Jan 21:38
Compare
Choose a tag to compare

Changed

  • Removed type restriction from the manager's variable.

v1.2.0

04 Jan 13:56
47f865e
Compare
Choose a tag to compare

Added

  • Global wildcard support.

v1.1.2

04 Jan 00:14
Compare
Choose a tag to compare

Changed

  • Removed unnecessary exists DB query.

v1.1.1

03 Jan 23:58
Compare
Choose a tag to compare

Fixed

  • Basic define is now has a higher priority than a wildcard for the view.

v1.1.0

03 Jan 23:28
Compare
Choose a tag to compare

Changed

  • Column names are now overrideable for the model that implements SeoTagContract.