Skip to content

Commit

Permalink
craftcms/cms 3.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Apr 5, 2018
1 parent 0648c50 commit ceb9f94
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 147 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [1.3.1] - 2018-04-05
### Changed
- Changed version constraint to `craftcms/cms: ^3.0.0`

## [1.3.0] - 2018-02-22
### Changed
- Process pool implemented to restrict concurrency
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ostark/craft-async-queue",
"description": "A queue handler that moves queue execution to a non-blocking background process",
"type": "craft-plugin",
"version": "1.3.0",
"version": "1.3.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ceb9f94

Please sign in to comment.