Skip to content

Releases: tobimori/kirby-seo

1.0.0-rc.1

26 Jan 01:07
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

This release is the first release candidate for a stable release. If no issues are reported, a stable release is coming out in February 1st.

What's Changed

  • snippetData() resolving and handling of programmatic meta data fixed
  • Robots settings defaults look up fixed for draft pages (#60)
  • Use named columns for blueprints for easier extensions (#65)
  • Template strings are no longer escaped (#63)

Full Changelog: 1.0.0-beta.3...1.0.0-rc.1

1.0.0-beta.3

18 Jan 16:56
fdf5529
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3

1.0.0-beta.2

02 Jan 16:49
99213bf
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

v1.0.0-beta.1

31 Dec 10:52
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

This is the first beta release for kirby-seo 1.0 - the next major version.

There has been a massive overhaul & refactoring of the Meta class, and Sitemap functionality has been added.
You can find all breaking changes needed in Migrating to 1.0.0.

A stable release is targeted for the first week of January.

Full Changelog: 0.4.0...1.0.0-beta.1

v0.4.0: First Kirby 4 release

08 Sep 21:05
0966d4a
Compare
Choose a tag to compare

💥 Breaking Changes

  • kirby-seo v0.4.0 only supports Kirby 4.0.0-beta.1 and upwards.

Other Changes

  • Error is no longer thrown when Twitter URL is invalid (closes #22)
  • OG Image now supports strings, e.g. for use with content representations (closes #24)
  • The OG Image field now works when only the files.template option is specified, but not files.query (closes #31)
  • Visual styling and bugs with Kirby 4 were fixed (closes #12)
  • Missing curly brackets for {{ title }} in translated strings were added (closes #27)
  • /panel is now disallowed in robots.txt by default (closes #18)
  • $site->schema() now works (closes #37)

Updating

composer require "tobimori/kirby-seo ^0.4.0"

Full Changelog: 0.3.4...0.4.0

v0.3.4

03 Jul 18:05
0d59aa9
Compare
Choose a tag to compare

Changes

  • Add french translation

Updating

composer require "tobimori/kirby-seo ^0.3.4"

Full Changelog: 0.3.3...0.3.4

v0.3.3

18 Jun 14:01
9328276
Compare
Choose a tag to compare

Changes

  • Fix robots route on subpages > 1 level deep (#20)
  • Fix Google Breadcrumbs overflow wrap (#11)
  • Add option for specifiying parent page & template for uploaded og-images

Updating

composer require "tobimori/kirby-seo ^0.3.3"

Full Changelog: 0.3.2...0.3.3

v0.3.2

30 May 18:20
62034f2
Compare
Choose a tag to compare

Fixes

  • Encoding error for Heading Structure component #19
  • Robots API not working on subpages #17

Full Changelog: 0.3.1...0.3.2

v0.3.1

19 May 08:40
ddf6574
Compare
Choose a tag to compare

Fixes

  • Intl Date Handler being supplied with the wrong format

Full Changelog: 0.3.0...0.3.1

v0.3.0: 🤖🤖🤖🤖

18 May 18:10
27e7af7
Compare
Choose a tag to compare

Changes

  • New Slack Preview
  • Updated Twitter Preview, with Square Card Type
  • Auto-detect correct date format for modified meta tag based on Kirby date.handler
  • Robots module:
    • Robots.txt generation
    • Generation of Robots meta tags
    • Smol' panel indicator for current Robots state
    • Configurable Page fields for managing Robots state from the panel

Updating

composer require "tobimori/kirby-seo ^0.3.0"

Full Changelog: 0.2.0...0.3.0