Skip to content

Commit

Permalink
Meta data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan McGaha committed Oct 15, 2018
1 parent 7acd6fc commit 4c46aa8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,28 @@ Integration with HobsonsRadius

## Requirements

This plugin requires Craft CMS 3.0.0 or later.
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.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4c46aa8

Please sign in to comment.