diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c8072..ebd764c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 1.0.0 - 2018-12-06 +## 1.0.0 - 2018-12-07 ### Added - Initial release diff --git a/README.md b/README.md index 54352d2..606273d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# craft-reverserelations -Reverse Relations for Craft 3 +Reverse Relations plugin for Craft +================= + +Plugin that allows you to show and save reverse relations in both the CP and the site. + +## Requirements + +This plugin requires Craft CMS 3.0.0-beta.28 or later. + +## Installation + +To install the plugin, follow these instructions. + +1. Open your terminal and go to your Craft project: + + cd /path/to/project + +2. Then tell Composer to load the plugin: + + composer require robuust/reverserelations + +3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Reverse Relations. + +## Features: +- Able to output the relation in the CP and in the site (no other plugin has this feature) +- Only supports entries at the moment + +## Todo: +- Support more element types + +## Credits: +- A big part of the Craft 3 implementation was done by @Wiejeben. Thanks! diff --git a/composer.json b/composer.json index 2eb10d8..a38241e 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,10 @@ { "name": "Bob Olde Hampsink", "email": "bob@robuust.digital" + }, + { + "name": "Maarten de Graaf", + "email": "wiejeben@gmail.com" } ], "support": {