From b73eaf5c0bc4d3eac2c9028ad916b3f41a4eb78a Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 7 Jan 2021 22:02:00 +0100 Subject: [PATCH] Version 1.4.3: Updated dependencies and settings --- composer.lock | 10 +++++----- system/Settings.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index e358fe3..8ddfaa8 100644 --- a/composer.lock +++ b/composer.lock @@ -978,16 +978,16 @@ }, { "name": "twig/twig", - "version": "v1.44.1", + "version": "v1.44.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9" + "reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/04b15d4c0bb18ddbf82626320ac07f6a73f199c9", - "reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/138c493c5b8ee7cff3821f80b8896d371366b5fe", + "reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe", "shasum": "" }, "require": { @@ -1048,7 +1048,7 @@ "type": "tidelift" } ], - "time": "2020-10-27T19:22:48+00:00" + "time": "2021-01-05T10:10:05+00:00" }, { "name": "vlucas/valitron", diff --git a/system/Settings.php b/system/Settings.php index a4708aa..986dc22 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -82,7 +82,7 @@ class Settings 'editor' => 'visual', 'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'], 'contentFolder' => 'content', - 'version' => '1.4.2', + 'version' => '1.4.3', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],