Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstrike committed Nov 1, 2020
2 parents aa3ab81 + 83abb93 commit bb41617
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for "Siteimprove CMS Plugin" plugin

## 1.0.1 - 2020-11-01

### Changed
- Updated README installation section with the correct Craft "plugin/install" command.

## 1.0.0 - 2020-11-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cd /path/to/my/craft-project
composer require jimstrike/siteimprove-cms-plugin

# Tell Craft to install the plugin
./craft install/plugin siteimprove
./craft plugin/install siteimprove
```

## Using "Siteimprove CMS Plugin" on your site
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jimstrike/craft-siteimprove-cms-plugin",
"description": "Siteimprove CMS Plugin",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -40,8 +40,8 @@
"name": "Siteimprove CMS Plugin",
"description": "The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform. Thanks to the seamless integration, you are now able to put your Siteimprove results to use where they are most valuable - during your content creation and editing process.",
"changelogUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/CHANGELOG.md",
"version": "1.0.0",
"schemaVersion": "1.0.0",
"version": "1.0.1",
"schemaVersion": "1.0.1",
"developer": "Dhimiter Karalliu",
"documentationUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/README.md"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Plugin extends \craft\base\Plugin
* @inheritdoc
* @var string
*/
public $schemaVersion = '1.0.0';
public $schemaVersion = '1.0.1';

/**
* @inheritdoc
Expand Down

0 comments on commit bb41617

Please sign in to comment.