This commit is contained in:
2018-08-24 16:52:17 +02:00
parent c3b59bceee
commit e5b6624bb5
176 changed files with 12363 additions and 564 deletions
@@ -2,10 +2,10 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints.yaml',
'modified' => 1534926555,
'modified' => 1535111354,
'data' => [
'name' => 'Admin Panel',
'version' => '1.8.8',
'version' => '1.8.9',
'description' => 'Adds an advanced administration panel to manage your site',
'icon' => 'empire',
'author' => [
@@ -21,7 +21,7 @@ return [
'dependencies' => [
0 => [
'name' => 'grav',
'version' => '>=1.4.5'
'version' => '>=1.5.1'
],
1 => [
'name' => 'form',