From 3e69e954696cbb6d20832bd752852be7cb616a9e Mon Sep 17 00:00:00 2001 From: Stefan Wanzenried Date: Mon, 4 Feb 2019 22:54:27 +0100 Subject: [PATCH] Fix composer package name to support installations via composer --- CHANGELOG.md | 9 ++++++++- FieldtypeSeoMaestro.module.php | 2 +- InputfieldSeoMaestro.info.json | 2 +- README.md | 2 +- SeoMaestro.info.json | 2 +- composer.json | 2 +- composer.lock | 12 ++++++------ 7 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d72cc8..2aaccad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/FieldtypeSeoMaestro.module.php b/FieldtypeSeoMaestro.module.php index 4e82a87..e2a0608 100644 --- a/FieldtypeSeoMaestro.module.php +++ b/FieldtypeSeoMaestro.module.php @@ -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' => [ diff --git a/InputfieldSeoMaestro.info.json b/InputfieldSeoMaestro.info.json index 72ed88f..b662977 100644 --- a/InputfieldSeoMaestro.info.json +++ b/InputfieldSeoMaestro.info.json @@ -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": "", diff --git a/README.md b/README.md index d8ddad8..7b673cd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SeoMaestro.info.json b/SeoMaestro.info.json index 920a859..b052b7a 100644 --- a/SeoMaestro.info.json +++ b/SeoMaestro.info.json @@ -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": "", diff --git a/composer.json b/composer.json index 497c1ad..d7d41a6 100644 --- a/composer.json +++ b/composer.json @@ -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"], diff --git a/composer.lock b/composer.lock index 99cc5d1..3dcb3b8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "501f8a84c83f9d8588e4ab742080b4d9", + "content-hash": "6292a076d06a1f368032c6a9944a1eba", "packages": [ { "name": "hari/pw-module", @@ -730,16 +730,16 @@ }, { "name": "phpunit/phpunit", - "version": "6.5.13", + "version": "6.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", "shasum": "" }, "require": { @@ -810,7 +810,7 @@ "testing", "xunit" ], - "time": "2018-09-08T15:10:43+00:00" + "time": "2019-02-01T05:22:47+00:00" }, { "name": "phpunit/phpunit-mock-objects",