mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
Version 1.2.4: Browser Support and Fixes
This commit is contained in:
parent
98dd62798c
commit
065a01c2fd
2
cache/lastCache.txt
vendored
2
cache/lastCache.txt
vendored
@ -1 +1 @@
|
||||
1537543207
|
||||
1537594730
|
10
composer.lock
generated
10
composer.lock
generated
@ -527,16 +527,16 @@
|
||||
},
|
||||
{
|
||||
"name": "slim/slim",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slimphp/Slim.git",
|
||||
"reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748"
|
||||
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
|
||||
"reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
|
||||
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -594,7 +594,7 @@
|
||||
"micro",
|
||||
"router"
|
||||
],
|
||||
"time": "2018-04-19T19:29:08+00:00"
|
||||
"time": "2018-09-16T10:54:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "slim/twig-view",
|
||||
|
@ -14,4 +14,12 @@ What you don't need:
|
||||
|
||||
Almost any hosting package provides a webserver with php. If you ever hosted your own website, then chances are high, that you can run TYPEMILL there without any problems.
|
||||
|
||||
Typemill is developed with Firefox and tested with Chrome. Microsoft Edge and Safari do also work, but they are not deeply tested. The content editor of TYPEMILL does not work with Internet Explorer. However, IE has nearly no market share anymore, so do not use outdated software, please.
|
||||
Typemill supports the following browsers:
|
||||
|
||||
- Firefox (heavily tested)
|
||||
- Chrome (tested)
|
||||
- Edge (basic tests)
|
||||
- IE11 (basic tests)
|
||||
- Safari (not tested)
|
||||
|
||||
I use Firefox and XAMPP for development. If you use another stack like Safari / OS, then try it, but I have no possibility to test or fix it.
|
@ -2,6 +2,20 @@
|
||||
|
||||
This is the version history with some release notes.
|
||||
|
||||
## Version 1.2.4: Refactoring and Browser Support
|
||||
|
||||
_Release date: 22.09.2018_
|
||||
|
||||
Version 1.2.4 is a small update with some improvements like browser-support and optimizing some themes and plugins, so please update the system folder, the plugin folder and the theme folder.
|
||||
|
||||
- Tested and optimized the admin panel with Firefox, Chrome, Edge and IE11.
|
||||
- Add an individual info-link for the cookieconsent plugin.
|
||||
- Redesigned and enhanced author info, share-links and date for standard theme.
|
||||
- Fixed: Get error message if session is out when saving changes in the editor.
|
||||
- Fixed: Get error message if try to move a page with unsafed changes.
|
||||
- Fixed: Optimized logic if moved file with live, draft or json version.
|
||||
- Fixed: Saves changes first before page is unpublished.
|
||||
|
||||
## Version 1.2.3: Reorder Pages
|
||||
|
||||
_Release date: 14.09.2018_
|
||||
|
@ -34,6 +34,6 @@
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/color-picker.min.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20180922"></script>
|
||||
</body>
|
||||
</html>
|
@ -27,6 +27,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/auth.js?20180922"></script>
|
||||
</body>
|
||||
</html>
|
@ -34,12 +34,12 @@
|
||||
</article>
|
||||
<footer></footer>
|
||||
</div>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20180914"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20180914"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.min.js"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20180914"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20180914"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20180914"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue.min.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/autosize.min.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/sortable.min.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vuedraggable.min.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/author.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-editor.js?20180922"></script>
|
||||
<script src="{{ base_url }}/system/author/js/vue-navi.js?20180922"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user