Update Kirby to 3.7.4

This commit is contained in:
Lukas Bestle
2022-08-23 21:36:13 +02:00
parent 435b9f4541
commit d89a0a647c
674 changed files with 212 additions and 61 deletions

0
kirby/.editorconfig Executable file → Normal file
View File

0
kirby/CONTRIBUTING.md Executable file → Normal file
View File

0
kirby/LICENSE.md Executable file → Normal file
View File

0
kirby/README.md Executable file → Normal file
View File

0
kirby/SECURITY.md Executable file → Normal file
View File

0
kirby/assets/whoops.css Executable file → Normal file
View File

0
kirby/bootstrap.php Executable file → Normal file
View File

0
kirby/cacert.pem Executable file → Normal file
View File

2
kirby/composer.json Executable file → Normal file
View File

@@ -3,7 +3,7 @@
"description": "The Kirby 3 core",
"license": "proprietary",
"type": "kirby-cms",
"version": "3.7.3",
"version": "3.7.4",
"keywords": [
"kirby",
"cms",

2
kirby/composer.lock generated Executable file → Normal file
View File

@@ -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": "827f8a5e963d3abf77541dcaf04432e6",
"content-hash": "6bfdbfb7a38bb3e59ed5ce26db82cbb7",
"packages": [
{
"name": "claviska/simpleimage",

0
kirby/config/aliases.php Executable file → Normal file
View File

0
kirby/config/api/authentication.php Executable file → Normal file
View File

0
kirby/config/api/collections.php Executable file → Normal file
View File

0
kirby/config/api/models.php Executable file → Normal file
View File

0
kirby/config/api/models/File.php Executable file → Normal file
View File

0
kirby/config/api/models/FileBlueprint.php Executable file → Normal file
View File

0
kirby/config/api/models/FileVersion.php Executable file → Normal file
View File

0
kirby/config/api/models/Language.php Executable file → Normal file
View File

0
kirby/config/api/models/Page.php Executable file → Normal file
View File

0
kirby/config/api/models/PageBlueprint.php Executable file → Normal file
View File

0
kirby/config/api/models/Role.php Executable file → Normal file
View File

0
kirby/config/api/models/Site.php Executable file → Normal file
View File

0
kirby/config/api/models/SiteBlueprint.php Executable file → Normal file
View File

0
kirby/config/api/models/System.php Executable file → Normal file
View File

0
kirby/config/api/models/Translation.php Executable file → Normal file
View File

0
kirby/config/api/models/User.php Executable file → Normal file
View File

0
kirby/config/api/models/UserBlueprint.php Executable file → Normal file
View File

0
kirby/config/api/routes.php Executable file → Normal file
View File

0
kirby/config/api/routes/auth.php Executable file → Normal file
View File

0
kirby/config/api/routes/files.php Executable file → Normal file
View File

0
kirby/config/api/routes/languages.php Executable file → Normal file
View File

0
kirby/config/api/routes/lock.php Executable file → Normal file
View File

0
kirby/config/api/routes/pages.php Executable file → Normal file
View File

0
kirby/config/api/routes/roles.php Executable file → Normal file
View File

0
kirby/config/api/routes/site.php Executable file → Normal file
View File

0
kirby/config/api/routes/system.php Executable file → Normal file
View File

0
kirby/config/api/routes/translations.php Executable file → Normal file
View File

0
kirby/config/api/routes/users.php Executable file → Normal file
View File

0
kirby/config/areas/account.php Executable file → Normal file
View File

0
kirby/config/areas/account/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/account/dropdowns.php Executable file → Normal file
View File

0
kirby/config/areas/account/views.php Executable file → Normal file
View File

0
kirby/config/areas/files/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/files/dropdowns.php Executable file → Normal file
View File

0
kirby/config/areas/installation.php Executable file → Normal file
View File

0
kirby/config/areas/languages.php Executable file → Normal file
View File

0
kirby/config/areas/languages/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/languages/views.php Executable file → Normal file
View File

0
kirby/config/areas/login.php Executable file → Normal file
View File

0
kirby/config/areas/logout.php Executable file → Normal file
View File

0
kirby/config/areas/site.php Executable file → Normal file
View File

0
kirby/config/areas/site/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/site/dropdowns.php Executable file → Normal file
View File

0
kirby/config/areas/site/searches.php Executable file → Normal file
View File

0
kirby/config/areas/site/views.php Executable file → Normal file
View File

0
kirby/config/areas/system.php Executable file → Normal file
View File

0
kirby/config/areas/system/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/system/views.php Executable file → Normal file
View File

0
kirby/config/areas/users.php Executable file → Normal file
View File

0
kirby/config/areas/users/dialogs.php Executable file → Normal file
View File

0
kirby/config/areas/users/dropdowns.php Executable file → Normal file
View File

0
kirby/config/areas/users/searches.php Executable file → Normal file
View File

0
kirby/config/areas/users/views.php Executable file → Normal file
View File

0
kirby/config/blocks/code/code.php Executable file → Normal file
View File

0
kirby/config/blocks/code/code.yml Executable file → Normal file
View File

0
kirby/config/blocks/gallery/gallery.php Executable file → Normal file
View File

0
kirby/config/blocks/gallery/gallery.yml Executable file → Normal file
View File

0
kirby/config/blocks/heading/heading.php Executable file → Normal file
View File

0
kirby/config/blocks/heading/heading.yml Executable file → Normal file
View File

0
kirby/config/blocks/image/image.php Executable file → Normal file
View File

0
kirby/config/blocks/image/image.yml Executable file → Normal file
View File

0
kirby/config/blocks/line/line.php Executable file → Normal file
View File

0
kirby/config/blocks/line/line.yml Executable file → Normal file
View File

0
kirby/config/blocks/list/list.php Executable file → Normal file
View File

0
kirby/config/blocks/list/list.yml Executable file → Normal file
View File

0
kirby/config/blocks/markdown/markdown.php Executable file → Normal file
View File

0
kirby/config/blocks/markdown/markdown.yml Executable file → Normal file
View File

0
kirby/config/blocks/quote/quote.php Executable file → Normal file
View File

0
kirby/config/blocks/quote/quote.yml Executable file → Normal file
View File

0
kirby/config/blocks/table/table.yml Executable file → Normal file
View File

0
kirby/config/blocks/text/text.php Executable file → Normal file
View File

0
kirby/config/blocks/text/text.yml Executable file → Normal file
View File

0
kirby/config/blocks/video/video.php Executable file → Normal file
View File

0
kirby/config/blocks/video/video.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/code.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/heading.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/image.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/quote.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/table.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/text.yml Executable file → Normal file
View File

0
kirby/config/blueprints/blocks/video.yml Executable file → Normal file
View File

0
kirby/config/blueprints/files/default.yml Executable file → Normal file
View File

0
kirby/config/blueprints/pages/default.yml Executable file → Normal file
View File

0
kirby/config/blueprints/site.yml Executable file → Normal file
View File

0
kirby/config/components.php Executable file → Normal file
View File

0
kirby/config/fields/checkboxes.php Executable file → Normal file
View File

0
kirby/config/fields/date.php Executable file → Normal file
View File

0
kirby/config/fields/email.php Executable file → Normal file
View File

0
kirby/config/fields/files.php Executable file → Normal file
View File

0
kirby/config/fields/gap.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More