Merge branch 'master' into pico-3.0

This commit is contained in:
Daniel Rudolf 2020-04-10 23:33:20 +02:00
commit dffaa012f7
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -31,7 +31,7 @@ class DummyPlugin extends AbstractPlugin
*
* @var int
*/
const API_VERSION = 2;
const API_VERSION = 3;
/**
* This plugin is disabled by default