From 92804c05eb536a753bf8229443e7433092873cdd Mon Sep 17 00:00:00 2001 From: Stefan Wanzenried Date: Thu, 7 Feb 2019 00:29:15 +0100 Subject: [PATCH] Update changelog and bump version numbers --- CHANGELOG.md | 9 ++++++++- FieldtypeSeoMaestro.module.php | 2 +- InputfieldSeoMaestro.info.json | 2 +- SeoMaestro.info.json | 2 +- resources/package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b85dd..8984869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.3.0] - 2019-02-07 + +### Fixed + +* Fix module not working correctly on single language installations + ## [0.2.1] - 2019-02-06 ### Fixed @@ -33,7 +39,8 @@ allow installations via Composer. * Initial release of the module 🐣 -[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.3.0 [0.2.1]: https://github.com/wanze/SeoMaestro/releases/tag/v0.2.1 [0.2.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.2.0 [0.1.1]: https://github.com/wanze/SeoMaestro/releases/tag/v0.1.1 diff --git a/FieldtypeSeoMaestro.module.php b/FieldtypeSeoMaestro.module.php index 95ac1ed..cfba114 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' => '0.2.1', + 'version' => '0.3.0', 'author' => 'Stefan Wanzenried (Wanze)', 'installs' => 'InputfieldSeoMaestro', 'requires' => [ diff --git a/InputfieldSeoMaestro.info.json b/InputfieldSeoMaestro.info.json index dbc60a2..01224cc 100644 --- a/InputfieldSeoMaestro.info.json +++ b/InputfieldSeoMaestro.info.json @@ -1,6 +1,6 @@ { "title": "Inputfield Seo Maestro", - "version": "0.2.1", + "version": "0.3.0", "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 dd6b127..ede1d55 100644 --- a/SeoMaestro.info.json +++ b/SeoMaestro.info.json @@ -1,6 +1,6 @@ { "title": "Seo Maestro", - "version": "0.2.1", + "version": "0.3.0", "summary": "Seo Maestro allows to easily manage your page's metatags and the XML sitemap.", "author": "Stefan Wanzenried (Wanze)", "href": "", diff --git a/resources/package.json b/resources/package.json index aee4064..4a660e9 100644 --- a/resources/package.json +++ b/resources/package.json @@ -1,6 +1,6 @@ { "name": "seomaestro", - "version": "0.2.1", + "version": "0.3.0", "description": "Frontend for the SeoMaestro module.", "main": "js/index.js", "dependencies": {},