Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panlatent committed Dec 8, 2021
1 parent 1fb2191 commit 5da4cb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Updated
### Fixed

## [0.3.2] - 2021-12-09
### Added
- Add **headers** and **url parameters** settings to **Http Request** schedule.

### Updated
- Advance cp edit schedule page loading speed.
- Update hidden paging when only one page.

### Fixed
- Fix schedules/run not execute.
- Fix multiple build schedule total events error.
- Fix translations.

## [0.3.1] - 2021-12-07
### Added
- Add `schdules/listen` command, run a permanent command be used to replace cron.
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.3.1",
"version": "0.3.2",
"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 @@ -49,7 +49,7 @@ class Plugin extends \craft\base\Plugin
/**
* @var string
*/
public $schemaVersion = '0.3.1';
public $schemaVersion = '0.3.2';

/**
* @var string
Expand Down

0 comments on commit 5da4cb5

Please sign in to comment.