diff --git a/kernel/abstract/plugin.class.php b/kernel/abstract/plugin.class.php index 90dde281..4c03fc69 100644 --- a/kernel/abstract/plugin.class.php +++ b/kernel/abstract/plugin.class.php @@ -27,7 +27,9 @@ class Plugin { 'description'=>'', 'author'=>'', 'email'=>'', - 'website'=>'' + 'website'=>'', + 'version'=>'', + 'releaseDate'=> ); $this->dbFields = array(); diff --git a/kernel/boot/init.php b/kernel/boot/init.php index c8720f18..0340f0ab 100644 --- a/kernel/boot/init.php +++ b/kernel/boot/init.php @@ -1,5 +1,17 @@