Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panlatent committed Aug 27, 2019
1 parent ef5d3cb commit 38abea1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]
### Added
### Updated
### Fixed

## [0.2.1] - 2019-08-27
### Added
- Add schedule enabled setting.

### Updated
### Fixed
- Fix #5 ClassHelper::findClasses() not call in `composer --no-dev`
- Fix #6 Command schedule type only exceeded timeout of 60 seconds
Expand Down
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": "panlatent/schedule",
"description": "Schedule plugin for CraftCMS 3",
"type": "craft-plugin",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Plugin extends \craft\base\Plugin
/**
* @var string
*/
public $schemaVersion = '0.2.0';
public $schemaVersion = '0.2.1';

/**
* @var string
Expand Down

0 comments on commit 38abea1

Please sign in to comment.