Skip to content

Commit

Permalink
Prepare for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Mar 13, 2019
1 parent 2178ee5 commit 3da556d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## [Unreleased]

### Added

* The canonical URL is now part of the `meta` group and can be customized ([#4](https://github.com/wanze/SeoMaestro/issues/4))
* Add possibility to include custom sitemap items by hooking `SeoMaestro::sitemapItems`
## [0.6.0] - 2019-03-13

### Fixed

* Fix date formatting for the `lastmod` property in the XML sitemap for single language setups 🤦‍️

### Added

* The canonical URL is now part of the `meta` group and can be customized ([#4](https://github.com/wanze/SeoMaestro/issues/4))
* Add possibility to include custom sitemap items by hooking `SeoMaestro::sitemapItems`

## [0.5.0] - 2019-02-17

### Fixed
Expand Down Expand Up @@ -70,7 +72,8 @@ allow installations via Composer

* Initial release of the module 🐣

[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.6.0
[0.5.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.5.0
[0.4.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.4.0
[0.3.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.3.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' => '0.5.0',
'version' => '0.6.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.5.0",
"version": "0.6.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.5.0",
"version": "0.6.0",
"summary": "Seo Maestro allows to easily manage your page's metatags and the XML sitemap.",
"author": "Stefan Wanzenried (Wanze)",
"href": "",
Expand Down

0 comments on commit 3da556d

Please sign in to comment.