mirror of
https://github.com/typemill/typemill.git
synced 2025-08-05 13:47:37 +02:00
Version 1.4.5: Update version and asset urls
This commit is contained in:
51
composer.lock
generated
51
composer.lock
generated
@@ -263,24 +263,26 @@
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-zendframework-bridge",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
||||
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
|
||||
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
|
||||
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
|
||||
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6 || ^7.0 || ^8.0"
|
||||
"php": "^7.3 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
"psalm/plugin-phpunit": "^0.15.1",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"vimeo/psalm": "^4.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -313,7 +315,7 @@
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-14T14:23:00+00:00"
|
||||
"time": "2021-02-25T21:54:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/fast-route",
|
||||
@@ -408,21 +410,21 @@
|
||||
},
|
||||
{
|
||||
"name": "pimple/pimple",
|
||||
"version": "v3.3.1",
|
||||
"version": "v3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/silexphp/Pimple.git",
|
||||
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0"
|
||||
"reference": "86406047271859ffc13424a048541f4531f53601"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
||||
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
||||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601",
|
||||
"reference": "86406047271859ffc13424a048541f4531f53601",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"psr/container": "^1.0"
|
||||
"psr/container": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^5.0"
|
||||
@@ -430,7 +432,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3.x-dev"
|
||||
"dev-master": "3.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -454,31 +456,26 @@
|
||||
"container",
|
||||
"dependency injection"
|
||||
],
|
||||
"time": "2020-11-24T20:35:42+00:00"
|
||||
"time": "2021-03-06T08:28:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/container.git",
|
||||
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||||
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=7.2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Container\\": "src/"
|
||||
@@ -491,7 +488,7 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
"homepage": "https://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||||
@@ -503,7 +500,7 @@
|
||||
"container-interop",
|
||||
"psr"
|
||||
],
|
||||
"time": "2017-02-14T16:28:37+00:00"
|
||||
"time": "2021-03-05T17:36:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
@@ -852,7 +849,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.22.0",
|
||||
"version": "v1.22.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
|
@@ -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.4',
|
||||
'version' => '1.4.5',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],
|
||||
|
@@ -16,8 +16,8 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css?20210320" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210320" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -39,16 +39,16 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210320"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210320"></script>
|
||||
<script>
|
||||
typemillUtilities.start()
|
||||
</script>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210320" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20210320"></script>
|
||||
</body>
|
||||
</html>
|
@@ -16,7 +16,7 @@
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_url }}/system/author/img/favicon-144.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210320" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210320" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -41,17 +41,17 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210320"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/typemillutils.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox-config.js?20210320"></script>
|
||||
<script>
|
||||
let formatConfig = {{ settings.formats|json_encode() }};
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
@@ -61,13 +61,13 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-blox.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210320"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_url }}/system/author/img/favicon-180.png" />
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/tachyons.min.css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210202" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20210320" />
|
||||
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
@@ -41,15 +41,15 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/axios.min.js?20210320"></script>
|
||||
<script>
|
||||
const myaxios = axios.create();
|
||||
myaxios.defaults.baseURL = "{{ base_url }}";
|
||||
</script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20210320"></script>
|
||||
<script>
|
||||
let language = {{ settings.language|json_encode() }};
|
||||
let labels = {{ translations|json_encode() }};
|
||||
@@ -58,11 +58,11 @@
|
||||
|
||||
{{ assets.renderEditorJS() }}
|
||||
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210202"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-posts.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-shared.js?20210320"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-meta.js?20210320"></script>
|
||||
|
||||
{{ assets.renderJS() }}
|
||||
|
||||
|
Reference in New Issue
Block a user