version 1.3.3

This commit is contained in:
trendschau 2020-02-26 21:57:01 +01:00
parent fe3fb05e41
commit 93217cc2b6
8 changed files with 57 additions and 59 deletions

44
composer.lock generated
View file

@ -623,16 +623,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.36",
"version": "v3.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
"reference": "79ede8f2836e5ec910ebb325bde40f987244baa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/79ede8f2836e5ec910ebb325bde40f987244baa8",
"reference": "79ede8f2836e5ec910ebb325bde40f987244baa8",
"shasum": ""
},
"require": {
@ -682,20 +682,20 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2019-10-24T15:33:53+00:00"
"time": "2020-01-04T12:05:51+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"shasum": ""
},
"require": {
@ -707,7 +707,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@ -740,7 +740,7 @@
"polyfill",
"portable"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/yaml",
@ -794,16 +794,16 @@
},
{
"name": "twig/twig",
"version": "v1.42.4",
"version": "v1.42.5",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
"reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
"shasum": ""
},
"require": {
@ -812,8 +812,7 @@
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "^3.4|^4.2",
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
"symfony/phpunit-bridge": "^4.4|^5.0"
},
"type": "library",
"extra": {
@ -842,7 +841,6 @@
},
{
"name": "Twig Team",
"homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"
},
{
@ -856,7 +854,7 @@
"keywords": [
"templating"
],
"time": "2019-11-11T16:49:32+00:00"
"time": "2020-02-11T05:59:23+00:00"
},
{
"name": "vlucas/valitron",
@ -864,12 +862,12 @@
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
"reference": "d0134c33d23eb2c7deb9f65928bc40c9ee04ced2"
"reference": "87f830e5540f0d548dd5188913417ddd265da4e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/d0134c33d23eb2c7deb9f65928bc40c9ee04ced2",
"reference": "d0134c33d23eb2c7deb9f65928bc40c9ee04ced2",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/87f830e5540f0d548dd5188913417ddd265da4e8",
"reference": "87f830e5540f0d548dd5188913417ddd265da4e8",
"shasum": ""
},
"require": {
@ -905,7 +903,7 @@
"validation",
"validator"
],
"time": "2019-10-24T14:46:33+00:00"
"time": "2020-02-14T14:19:19+00:00"
}
],
"packages-dev": [],

View file

@ -60,7 +60,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.3.2',
'version' => '1.3.3',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],

View file

@ -11,8 +11,8 @@
<h1>Hurra!</h1>
<p>Your account has been created and you are logged in now.</p>
<p><strong>Next step:</strong> Visit the author panel and setup your new website. You can configure the system, choose themes and add plugins.</p>
<p><strong>New:</strong>Hurra! Series 1.3 is out and now you can edit meta-information like title and description.</p>
<p><strong>Get help:</strong> If you have any questions, please consult the <a target="_blank" href="https://typemill.net/typemill"><i class="icon-link-ext"></i> docs</a> or open a new issue on <a target="_blank" href="https://github.com/typemill/typemill"><i class="icon-link-ext"></i> github</a>.</p>
<p><strong>Get help:</strong> If you have any questions, please read the <a target="_blank" href="https://typemill.net/typemill"><i class="icon-link-ext"></i> docs</a> or open a new issue on <a target="_blank" href="https://github.com/typemill/typemill"><i class="icon-link-ext"></i> github</a>.</p>
<p><strong>Dev:</strong> Coded with &#9829; by <a target="_blank" href="https://trendschau.net/typemill-development"><i class="icon-link-ext"></i> Trendschau Digital</a>.</p>
</div>
<a class="button" href="{{ path_for('settings.show') }}">Configure your website</a>
</div>

View file

@ -17,7 +17,7 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200226" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -55,7 +55,7 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200226"></script>
</body>
</html>

View file

@ -18,7 +18,7 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200226" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@ -54,6 +54,6 @@
{% block content %}{% endblock %}
</div>
<script src="{{ base_url }}/system/author/js/auth.js??20200120"></script>
<script src="{{ base_url }}/system/author/js/auth.js?20200226"></script>
</body>
</html>

View file

@ -17,7 +17,7 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200226" />
</head>
<body>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

View file

@ -17,7 +17,7 @@
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200226" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
{{ assets.renderCSS() }}
@ -170,26 +170,26 @@
const myaxios = axios.create();
myaxios.defaults.baseURL = "{{ base_url }}";
</script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20200226"></script>
<script>
let formatConfig = {{ settings.formats|json_encode() }};
let language = {{ settings.language|json_encode() }};
let vuejsLabels = {{ settings.vuejsLabels|json_encode() }};
let language = {{ settings.language|json_encode() }};
let vuejsLabels = {{ settings.vuejsLabels|json_encode() }};
</script>
{{ assets.renderEditorJS() }}
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20200226"></script>
{{ assets.renderJS() }}

View file

@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200120" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20200226" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
{{ assets.renderCSS() }}
@ -59,17 +59,17 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/axios.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/axios.min.js?20200226"></script>
<script>
const myaxios = axios.create();
myaxios.defaults.baseURL = "{{ base_url }}";
</script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-i18n.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/author.js?20200226"></script>
<script>
let language = {{ settings.language|json_encode() }};
@ -78,10 +78,10 @@
{{ assets.renderEditorJS() }}
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200120"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20200226"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20200226"></script>
{{ assets.renderJS() }}