Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panlatent committed Aug 8, 2019
1 parent 0a07fdf commit 7ff29b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]
### Added
- Add schedule logs

### Updated
### Fixed

### [0.2.0]
### [0.2.0] - 2019-08-08
### Added
- Add schedule logs.
- Add relay timer.

### Updated
- Now require new library process cron expression description.
- Advance queue schedule edit page.

### Fixed
- Fix #3 not normalize relay timer express.
- Fix #4 unable to run queue schedule.
- Fix plugin setting cliPath validator.

### [0.1.6] - 2019-04-26
### Added
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-alpha.5",
"version": "0.2.0",
"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-alpha.5';
public $schemaVersion = '0.2.0';

/**
* @var string
Expand Down

0 comments on commit 7ff29b9

Please sign in to comment.