diff --git a/composer.lock b/composer.lock index ad03965..4993e69 100644 --- a/composer.lock +++ b/composer.lock @@ -623,16 +623,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.40", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48" + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48", - "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081", + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081", "shasum": "" }, "require": { @@ -682,7 +682,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2020-03-15T09:38:08+00:00" + "time": "2020-05-05T15:06:23+00:00" }, { "name": "symfony/polyfill-ctype", diff --git a/system/Settings.php b/system/Settings.php index 6e6c767..1be4f15 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -78,7 +78,7 @@ class Settings 'contentFolder' => 'content', 'cache' => true, 'cachePath' => $rootPath . 'cache', - 'version' => '1.3.6.3', + 'version' => '1.3.7', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]], diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 94b900d..1eb8101 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -19,8 +19,8 @@ - - + + @@ -58,8 +58,8 @@ - - + + diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index bb98ef6..b8b6bb0 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -20,7 +20,7 @@ - + @@ -56,6 +56,6 @@ {% block content %}{% endblock %} - + \ No newline at end of file diff --git a/system/author/layouts/layoutBlank.twig b/system/author/layouts/layoutBlank.twig index 9efb0f8..2502f61 100644 --- a/system/author/layouts/layoutBlank.twig +++ b/system/author/layouts/layoutBlank.twig @@ -19,7 +19,7 @@ - + diff --git a/system/author/layouts/layoutBlox.twig b/system/author/layouts/layoutBlox.twig index d2e6cd3..95955cb 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -20,7 +20,7 @@ - + {{ assets.renderCSS() }} @@ -202,12 +202,12 @@ const myaxios = axios.create(); myaxios.defaults.baseURL = "{{ base_url }}"; - - - - - - + + + + + +