mirror of
https://github.com/typemill/typemill.git
synced 2025-08-06 14:16:46 +02:00
Version 1.2.17: Inline Formats
This commit is contained in:
20
composer.lock
generated
20
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "90ca8c01f77b4f6cff7e68e20e9097f3",
|
||||
"content-hash": "328aaaddc688305607b91d9aacb0eddb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "container-interop/container-interop",
|
||||
@@ -655,16 +655,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.32",
|
||||
"version": "v3.4.33",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959"
|
||||
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e922c4c3430b9de624e8a285dada5e61e230959",
|
||||
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
|
||||
"reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -714,7 +714,7 @@
|
||||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2019-08-23T08:05:57+00:00"
|
||||
"time": "2019-10-24T15:33:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
@@ -896,12 +896,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/valitron.git",
|
||||
"reference": "849d7e7dfb04628917cbbda87f95f5cdd772e26f"
|
||||
"reference": "d0134c33d23eb2c7deb9f65928bc40c9ee04ced2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/849d7e7dfb04628917cbbda87f95f5cdd772e26f",
|
||||
"reference": "849d7e7dfb04628917cbbda87f95f5cdd772e26f",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/d0134c33d23eb2c7deb9f65928bc40c9ee04ced2",
|
||||
"reference": "d0134c33d23eb2c7deb9f65928bc40c9ee04ced2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -937,7 +937,7 @@
|
||||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2019-08-29T21:21:26+00:00"
|
||||
"time": "2019-10-24T14:46:33+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
@@ -43,7 +43,7 @@ class Settings
|
||||
'contentFolder' => 'content',
|
||||
'cache' => true,
|
||||
'cachePath' => $rootPath . 'cache',
|
||||
'version' => '1.2.16',
|
||||
'version' => '1.2.17',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -35,7 +35,7 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191103"></script>
|
||||
</body>
|
||||
</html>
|
@@ -17,9 +17,9 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
|
||||
<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/fontello/css/fontello.css?20190517" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -29,6 +29,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20191203"></script>
|
||||
</body>
|
||||
</html>
|
@@ -16,9 +16,9 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
|
||||
<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/fontello/css/fontello.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191103" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
|
@@ -17,9 +17,9 @@
|
||||
<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/fontello/css/fontello.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
@@ -39,15 +39,15 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/lazy-video.js?20191103"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@@ -17,9 +17,9 @@
|
||||
<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/fontello/css/fontello.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191022" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20191103" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -36,13 +36,13 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191022"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20191103"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20191103"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user