Skip to content

Commit

Permalink
Added readme and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Dec 7, 2018
1 parent dd0222c commit f6f79b1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.0.0 - 2018-12-06
## 1.0.0 - 2018-12-07
### Added
- Initial release
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
{
"name": "Bob Olde Hampsink",
"email": "[email protected]"
},
{
"name": "Maarten de Graaf",
"email": "[email protected]"
}
],
"support": {
Expand Down

0 comments on commit f6f79b1

Please sign in to comment.