Upgrade to 3.6.0

This commit is contained in:
Bastian Allgeier
2021-11-16 14:53:37 +01:00
parent 7388fa4d24
commit 92b7a330fa
318 changed files with 20017 additions and 6878 deletions

21
kirby/views/browser.php Executable file
View File

@@ -0,0 +1,21 @@
<?php include __DIR__ . '/snippets/header.php' ?>
<p class="notice">
We are really sorry, but your browser does not support
all features required for the Kirby Panel.
</p>
<div class="admin-advice">
<p>
<strong>Fetch</strong><br>
We use Javascript's new Fetch API. You can find a list of supported browsers for this feature on
<strong><a href="https://caniuse.com/#feat=fetch">caniuse.com</a></strong>
</p>
<p>
<strong>CSS Grid</strong><br>
We use CSS Grids for all our layouts. You can find a list of supported browsers for this feature on
<strong><a href="https://caniuse.com/#feat=css-grid">caniuse.com</a></strong>
</p>
</div>
<?php include __DIR__ . '/snippets/footer.php' ?>