Merge branch 'master' into pico-3.0
This commit is contained in:
commit
dffaa012f7
2 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,13 @@ Released: 2020-03-29
|
|||
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
|
||||
Released: 2019-12-31
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ class DummyPlugin extends AbstractPlugin
|
|||
*
|
||||
* @var int
|
||||
*/
|
||||
const API_VERSION = 2;
|
||||
const API_VERSION = 3;
|
||||
|
||||
/**
|
||||
* This plugin is disabled by default
|
||||
|
|
Loading…
Reference in a new issue