Skip to content

Commit e37de45

Browse files
committed
Fixed config scope bug
1 parent 9985afa commit e37de45

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ This plugin loads many of its defaults & settings from `plugin.json`. See [Confi
5151

5252
* Add task runner, related documentation, update .gitignore and rearrange `./assets`
5353
* Add external class library for common features
54-
* Improve configuration management
5554
* Add ability to modify plugin meta in Plugins list
5655
* Move Cache class as separate dependency
5756
* Add Ajax call example

app/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
class Plugin {
1010

1111
public static $textdomain;
12+
public static $config;
1213
protected static $cache;
13-
protected static $config;
1414

1515
function __construct() {
1616

0 commit comments

Comments
 (0)