Merge branch 'master' into pico-3.0
This commit is contained in:
commit
dffaa012f7
@ -27,6 +27,13 @@ Released: 2020-03-29
|
|||||||
update to Twig 3.0+ and Symfony YAML 5.0+ later
|
update to Twig 3.0+ and Symfony YAML 5.0+ later
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Version 2.1.2
|
||||||
|
Released: 2020-04-10
|
||||||
|
|
||||||
|
```
|
||||||
|
* [Fixed] Fix DummyPlugin declaring API version 3
|
||||||
|
```
|
||||||
|
|
||||||
### Version 2.1.1
|
### Version 2.1.1
|
||||||
Released: 2019-12-31
|
Released: 2019-12-31
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ class DummyPlugin extends AbstractPlugin
|
|||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
const API_VERSION = 2;
|
const API_VERSION = 3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This plugin is disabled by default
|
* This plugin is disabled by default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user