diff --git a/CHANGELOG.md b/CHANGELOG.md index 60905b0..fbba4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [Unreleased] +## [1.0.2] - 2021-03-22 + +### Changed + +* Remove `autojoin` option for SeoMaestro fields ([#31](https://github.com/wanze/SeoMaestro/pull/31)) - thanks @tiefenb +* Fallback to default language for empty values ([#27](https://github.com/wanze/SeoMaestro/pull/27)) - thanks @tiefenb +* Prevent adding repeater pages as structured data breadcrumbs ([#25](https://github.com/wanze/SeoMaestro/pull/25)) - thanks @rjgamer ## [1.0.1] - 2019-02-01 @@ -122,7 +128,9 @@ allow installations via Composer * Initial release of the module 🐣 -[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v1.0.1...HEAD + +[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/wanze/SeoMaestro/releases/tag/v1.0.2 [1.0.1]: https://github.com/wanze/SeoMaestro/releases/tag/v1.0.1 [1.0.0]: https://github.com/wanze/SeoMaestro/releases/tag/v1.0.0 [0.9.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.9.0 diff --git a/FieldtypeSeoMaestro.module.php b/FieldtypeSeoMaestro.module.php index 298f55d..18f2e52 100644 --- a/FieldtypeSeoMaestro.module.php +++ b/FieldtypeSeoMaestro.module.php @@ -15,7 +15,7 @@ public static function getModuleInfo() return [ 'title' => 'Seo Maestro', 'summary' => 'A fieldtype storing various meta tags (meta, opengraph, twitter etc.) and sitemap behaviour for pages.', - 'version' => '1.0.1', + 'version' => '1.0.2', 'author' => 'Stefan Wanzenried (Wanze)', 'installs' => 'InputfieldSeoMaestro', 'requires' => [ diff --git a/InputfieldSeoMaestro.info.json b/InputfieldSeoMaestro.info.json index d7f15fd..7d2f4fe 100644 --- a/InputfieldSeoMaestro.info.json +++ b/InputfieldSeoMaestro.info.json @@ -1,6 +1,6 @@ { "title": "Inputfield Seo Maestro", - "version": "1.0.1", + "version": "1.0.2", "summary": "Inputfield to accompany FieldtypeSeoMaestro, allows to manage metatags and sitemap settings for a page", "author": "Stefan Wanzenried (Wanze)", "href": "", diff --git a/SeoMaestro.info.json b/SeoMaestro.info.json index a7aaf07..c1d05b1 100644 --- a/SeoMaestro.info.json +++ b/SeoMaestro.info.json @@ -1,6 +1,6 @@ { "title": "Seo Maestro", - "version": "1.0.1", + "version": "1.0.2", "summary": "Seo Maestro allows to easily manage your page's meta data and the XML sitemap.", "author": "Stefan Wanzenried (Wanze)", "href": "",