Skip to content

Commit

Permalink
Update changelog and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Feb 6, 2019
1 parent ec99bfe commit 92804c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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' => '0.2.1',
'version' => '0.3.0',
'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": "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": "",
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": "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": "",
Expand Down
2 changes: 1 addition & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down

0 comments on commit 92804c0

Please sign in to comment.