File tree Expand file tree Collapse file tree 3 files changed +222
-110
lines changed Expand file tree Collapse file tree 3 files changed +222
-110
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 1.1.4 ] - 2017-11-25
5
+ ## [ 1.1.5 ] - 2017-12-05
6
6
### Changed
7
7
- Requires Craft 3.0.0-RC1
8
8
9
+ ## [ 1.1.4] - 2017-11-25
10
+ ### Changed
11
+ - Requires Craft 3.0.0-RC1 (alias)
12
+
9
13
## [ 1.1.3] - 2017-11-15
10
14
### Changed
11
15
- Now we use Symfony\Component\Process\PhpExecutableFinder (thanks @phoob )
Original file line number Diff line number Diff line change 2
2
"name" : " ostark/craft-async-queue" ,
3
3
"description" : " A queue handler that moves queue execution to a non-blocking background process" ,
4
4
"type" : " craft-plugin" ,
5
- "version" : " 1.1.4 " ,
5
+ "version" : " 1.1.5 " ,
6
6
"minimum-stability" : " RC" ,
7
7
"keywords" : [
8
8
" craft" ,
23
23
}
24
24
],
25
25
"require" : {
26
- "craftcms/cms" : " dev-release/3.0.0-RC1 as 3.0.0-RC1"
26
+ "craftcms/cms" : " ^ 3.0.0-RC1"
27
27
},
28
28
"repositories" : [
29
29
{
You can’t perform that action at this time.
0 commit comments