This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: michael-rubel/laravel-seo-manager
Releases · michael-rubel/laravel-seo-manager
3.1.1
v3.1.0
Added
- Possibility to bind column names through IoC container without overriding the model class.
v3.0.0
Added
- Laravel 9 support.
v2.0.1
Changed
- Refactoring of
SeoComposer
class.
v2.0.0
Changed
- SeoTagContract moved to a separate directory.
v1.2.1
Changed
- Removed type restriction from the manager's variable.
v1.2.0
Added
- Global wildcard support.
v1.1.2
Changed
- Removed unnecessary
exists
DB query.
v1.1.1
Fixed
- Basic define is now has a higher priority than a wildcard for the view.
v1.1.0
Changed
- Column names are now overrideable for the model that implements
SeoTagContract
.