Releases: cwsdigital/twill-metadata
Releases · cwsdigital/twill-metadata
v1.4.1
What's Changed
- Depend on abstractions in the repository behaviour by @kevindierkx in #25
- Force columns to be nullable, needed for Laravel 11 by @antonioribeiro in #26
New Contributors
- @kevindierkx made their first contribution in #25
- @antonioribeiro made their first contribution in #26
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Full Changelog: v1.3.0...v1.4.0
What's Changed?
- Dropped support for Twill 2.x
- Moved SEO Settings to use Twill 3.x app settings
- Made the readme easier to follow
v1.3.0
What's Changed
- Included support for Twill v3
- Minimum Requirement of PHP 8
- Update README.md by @alexfraundorf-com in #21
New Contributors
- @alexfraundorf-com made their first contribution in #21
Full Changelog: v1.2.2...v1.3.0
Laravel 9 Support
v1.2.1: Merge pull request #13 from pboivin/update-drop-column-migration
v1.1.1
v0.2.3
v0.2.2
Updated docs to indicate that the HasMedias
trait is required (needed to handle og images)
Made updates to allow meta_description / og_description to be blank in config, and to not have a fallback.
If left blank / not present, no meta description tag will be output into the document.