1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-16 15:16:14 +02:00

Version 1.3.0: Meta Information

This commit is contained in:
trendschau
2020-01-01 19:59:29 +01:00
parent e18766a986
commit e09487e668
14 changed files with 59 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ namespace Typemill\Controllers;
use Slim\Http\Request;
use Slim\Http\Response;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Typemill\Models\Validation;
use Typemill\Models\Folder;
use Typemill\Models\Write;

View File

@@ -6,7 +6,7 @@ namespace Typemill\Controllers;
use Slim\Http\Request;
use Slim\Http\Response;
use Slim\Views\Twig;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Typemill\Events\OnPageReady;
abstract class Controller

View File

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

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?20191124" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191231" />
<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?20191124"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191231"></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?20191124" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191231" />
<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?20191124"></script>
<script src="{{ base_url }}/system/author/js/auth.js?20191231"></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?20191124" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191231" />
</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?20191124" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191231" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
{{ assets.renderCSS() }}
@@ -164,23 +164,23 @@
const myaxios = axios.create();
myaxios.defaults.baseURL = "{{ base_url }}";
</script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20191231"></script>
<script>
let formatConfig = {{ settings.formats|json_encode() }};
</script>
{{ assets.renderEditorJS() }}
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?2019124"></script>
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-meta.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/lazy-video.js?20191231"></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?20191124" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191231" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@@ -56,13 +56,13 @@
</article>
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191124"></script>
<script src="{{ base_url }}/system/author/js/vue.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/author.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191231"></script>
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191231"></script>
</body>
</html>