Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard de Boer committed Jul 17, 2020
1 parent 9a40807 commit 229911b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes for Starfield

## 1.0.1 - 2020-07-17

### Bugfixes
- Fixed: Support for 10 stars can now be chosen

## 1.0.0 - 2020-05-01

### Added
- Initial release.
- Initial release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oberon/starfield",
"description": "This plugin adds a star rating field type to Craft CMS.",
"version": "1.0.0",
"version": "1.0.1",
"type": "craft-plugin",
"keywords": [
"html",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Plugin extends \craft\base\Plugin
/**
* @inheritdoc
*/
public $schemaVersion = '1.0.0';
public $schemaVersion = '1.0.1';

/**
* @var Plugin
Expand Down

0 comments on commit 229911b

Please sign in to comment.