Skip to content

Commit

Permalink
Fix composer package name to support installations via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze committed Feb 4, 2019
1 parent c80bb59 commit 3e69e95
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## [Unreleased]

## [0.1.1] - 2019-02-04

## Fixed

* Update composer package name from `wanze/processwire-seomaestro` to `wanze/seo-maestro`.

## [0.1.0] - 2019-02-04

* Initial release of the module 🐣

[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/wanze/SeoMaestro/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/wanze/SeoMaestro/releases/tag/v0.1.1
[0.1.0]: https://github.com/wanze/SeoMaestro/releases/tag/v0.1.0
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.1.0',
'version' => '0.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": "0.1.0",
"version": "0.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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A ProcessWire module helping you to manage SEO related tasks like a boss! 😎
Install the module from the [modules directory]() or with Composer:

```
composer require wanze/processwire-seomaestro:^0.1 --no-dev
composer require wanze/seo-maestro:^0.1
```

## Configuration
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.1.0",
"version": "0.1.1",
"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 composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wanze/processwire-seomaestro",
"name": "wanze/seo-maestro",
"description": "Seo Maestro allows to easily manage your page's meta data and sitemap.",
"type": "pw-module",
"keywords": ["processwire", "seo", "metatags", "sitemap"],
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e69e95

Please sign in to comment.