Skip to content

Commit

Permalink
Bump versions for the 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Mar 22, 2021
1 parent 0e3ceca commit 54acbda
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FieldtypeSeoMaestro.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down
2 changes: 1 addition & 1 deletion InputfieldSeoMaestro.info.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion SeoMaestro.info.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit 54acbda

Please sign in to comment.