Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.2' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 1, 2018
2 parents f0d6fea + 268c402 commit 9c82150
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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 @@ 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.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 9c82150

Please sign in to comment.