diff --git a/CHANGELOG.md b/CHANGELOG.md index 962f91e..42a2c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.0.2 - 2017.02.01 +### Changed +* Renamed the composer package name to `craft-eagerbeaver` + ## 1.0.1 - 2017.12.06 ### Changed * Updated to require craftcms/cms `^3.0.0-RC1` diff --git a/README.md b/README.md index ad521b1..4f4429b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To install the plugin, follow these instructions. 2. Then tell Composer to load the plugin: - composer require nystudio107/craft3-eagerbeaver + composer require nystudio107/craft-eagerbeaver 3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Eager Beaver. diff --git a/composer.json b/composer.json index 1931698..a2eef44 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "nystudio107/craft3-eagerbeaver", + "name": "nystudio107/craft-eagerbeaver", "description": "Allows you to eager load elements from auto-injected Entry elements on demand from your templates.", "type": "craft-plugin", - "version": "1.0.1", + "version": "1.0.2", "keywords": [ "craft", "cms", @@ -14,8 +14,8 @@ "eager beaver" ], "support": { - "docs": "https://github.com/nystudio107/craft3-eagerbeaver/blob/master/README.md", - "issues": "https://github.com/nystudio107/craft3-eagerbeaver/issues" + "docs": "https://github.com/nystudio107/craft-eagerbeaver/blob/master/README.md", + "issues": "https://github.com/nystudio107/craft-eagerbeaver/issues" }, "license": "MIT", "authors": [ @@ -44,7 +44,7 @@ "schemaVersion": "1.0.0", "hasCpSettings": false, "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft3-eagerbeaver/master/CHANGELOG.md", + "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-eagerbeaver/master/CHANGELOG.md", "components": { "eagerBeaverService": "nystudio107\\eagerbeaver\\services\\EagerBeaverService" },