diff --git a/CHANGELOG.md b/CHANGELOG.md index b38bc9a..a90bdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.2 - 2018-10-15 +### Fixed +- Meta data fixes + ## 2.0.1 - 2018-09-17 ### Added - Initial release diff --git a/README.md b/README.md index 765152d..47d3f2b 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,28 @@ Integration with HobsonsRadius ## Requirements -This plugin requires Craft CMS 3.0.0 or later. \ No newline at end of file +This plugin requires Craft CMS 3.0.0 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. Manually add the repository to your composer.json since this plugin is not listed on packagist + + "repositories": [ + { + "type": "git", + "url": "https://github.com/the-refinery/hobsonsradius.git", + "reference": "origin/master" + } + ] + +3. Then install the plugin: + + composer require therefinery/hobsons-radius + +4. In the Control Panel, go to Settings → Plugins and click the “Install” button for HobsonsRadius. \ No newline at end of file diff --git a/composer.json b/composer.json index 6e46410..448eb19 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "therefinery/hobsons-radius", "description": "Integration with HobsonsRadius", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",