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

version 1.2.1 Improved Editor and fixes

This commit is contained in:
Sebastian
2018-07-06 17:51:39 +02:00
parent 1aa20023d0
commit 252446e3e3
8 changed files with 36 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.2.0',
'version' => '1.2.1',
'setup' => true,
'welcome' => true
];

View File

@@ -17,7 +17,7 @@
<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20180706" />
<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
</head>
<body>
@@ -35,7 +35,7 @@
<footer></footer>
</div>
<script src="{{ base_url }}/system/author/js/vue.min.js"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js"></script>
<script src="{{ base_url }}/system/author/js/author.js"></script>
<script src="{{ base_url }}/system/author/js/vue-editor.js?20180706"></script>
<script src="{{ base_url }}/system/author/js/author.js?20180706"></script>
</body>
</html>