Skip to content

Commit

Permalink
Prepare release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Jun 15, 2019
1 parent 950e46d commit 9917d45
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.8.0] - 2019-06-15

### Added

* Add facebook share preview for content editors when editing Opengraph meta data
Expand Down Expand Up @@ -91,7 +93,8 @@ allow installations via Composer

* Initial release of the module 🐣

[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.8.0
[0.7.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.7.0
[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
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.7.0',
'version' => '0.8.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.7.0",
"version": "0.8.0",
"summary": "Inputfield to accompany FieldtypeSeoMaestro, allows to manage metatags and sitemap settings for a page",
"author": "Stefan Wanzenried (Wanze)",
"href": "",
Expand Down
4 changes: 2 additions & 2 deletions SeoMaestro.info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Seo Maestro",
"version": "0.7.0",
"summary": "Seo Maestro allows to easily manage your page's metatags and the XML sitemap.",
"version": "0.8.0",
"summary": "Seo Maestro allows to easily manage your page's meta data and the XML sitemap.",
"author": "Stefan Wanzenried (Wanze)",
"href": "",
"autoload": true,
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.7.0",
"version": "0.8.0",
"description": "Frontend for the SeoMaestro module.",
"main": "js/index.js",
"dependencies": {},
Expand Down

0 comments on commit 9917d45

Please sign in to comment.