Upgrade to 3.2.3

This commit is contained in:
Bastian Allgeier
2019-08-06 10:24:12 +02:00
parent 40f095f5de
commit 02be32bb75
48 changed files with 356 additions and 114 deletions

View File

@@ -35,7 +35,7 @@ return [
'requirements' => function (System $system) {
return $system->toArray();
},
'breadcrumbTitle' => function () {
'site' => function () {
try {
return $this->site()->blueprint()->title();
} catch (Throwable $e) {
@@ -90,7 +90,6 @@ return [
],
'panel' => [
'ascii',
'breadcrumbTitle',
'isOk',
'isInstalled',
'isLocal',
@@ -99,6 +98,7 @@ return [
'license',
'multilang',
'requirements',
'site',
'slugs',
'title',
'translation',