Skip to content

Releases: cwsdigital/twill-metadata

v1.4.1

01 May 14:14
7b80df2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

30 Oct 14:12
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

What's Changed?

  1. Dropped support for Twill 2.x
  2. Moved SEO Settings to use Twill 3.x app settings
  3. Made the readme easier to follow

v1.3.0

25 Jan 11:01
Compare
Choose a tag to compare

What's Changed

  • Included support for Twill v3
  • Minimum Requirement of PHP 8
  • Update README.md by @alexfraundorf-com in #21

New Contributors

Full Changelog: v1.2.2...v1.3.0

Laravel 9 Support

12 May 11:24
7e315db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1: Merge pull request #13 from pboivin/update-drop-column-migration

08 Feb 09:30
8583a7a
Compare
Choose a tag to compare

This minor release includes updated support for sqlite migrations (thanks @pboivin - #13)

v1.1.1

22 Sep 13:11
dfd7e8b
Compare
Choose a tag to compare

this release fixes an issue with creation of new models failing due to the metadata object not being creted correctly

v0.2.3

21 Sep 20:04
54c55e4
Compare
Choose a tag to compare
  • Updated and streamline UI
  • Updated Documentation
  • Better fallbacks for OpenGraph Metadata

v0.2.2

20 Sep 07:35
b059f81
Compare
Choose a tag to compare

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.