Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Jun 3, 2022
1 parent 0529c9a commit 9ee68b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.1] - 2022-06-03

### Fixed

* Fix a couple of PHP `8.1` related errors ([#43](https://github.com/wanze/SeoMaestro/pull/43)) - thanks @yuters

## [1.1.0] - 2021-07-04

### Added
Expand Down Expand Up @@ -135,6 +141,7 @@ allow installations via Composer
* Initial release of the module 🐣


[1.1.1]: https://github.com/wanze/SeoMaestro/releases/tag/v1.1.1
[1.1.0]: https://github.com/wanze/SeoMaestro/releases/tag/v1.1.0
[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
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.1.0',
'version' => '1.1.1',
'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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"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 9ee68b6

Please sign in to comment.