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/vendor/autoload.php vendored Executable file → Normal file
View File

0
kirby/vendor/claviska/simpleimage/LICENSE.md vendored Executable file → Normal file
View File

0
kirby/vendor/claviska/simpleimage/composer.json vendored Executable file → Normal file
View File

0
kirby/vendor/claviska/simpleimage/src/claviska/SimpleImage.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/ClassLoader.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/InstalledVersions.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/LICENSE vendored Executable file → Normal file
View File

3
kirby/vendor/composer/autoload_classmap.php vendored Executable file → Normal file
View File

@@ -285,6 +285,9 @@ return array(
'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php',
'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
'Spyc' => $baseDir . '/dependencies/spyc/Spyc.php',
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php',
'Symfony\\Polyfill\\Intl\\Idn\\Info' => $vendorDir . '/symfony/polyfill-intl-idn/Info.php',

0
kirby/vendor/composer/autoload_files.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/autoload_namespaces.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/autoload_psr4.php vendored Executable file → Normal file
View File

0
kirby/vendor/composer/autoload_real.php vendored Executable file → Normal file
View File

3
kirby/vendor/composer/autoload_static.php vendored Executable file → Normal file
View File

@@ -377,6 +377,9 @@ class ComposerStaticInita8011b477bb239488e5d139cdeb7b31e
'Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerInterface.php',
'Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerTrait.php',
'Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/NullLogger.php',
'Psr\\Log\\Test\\DummyTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/DummyTest.php',
'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php',
'Spyc' => __DIR__ . '/../..' . '/dependencies/spyc/Spyc.php',
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php',
'Symfony\\Polyfill\\Intl\\Idn\\Info' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Info.php',

0
kirby/vendor/composer/installed.json vendored Executable file → Normal file
View File

8
kirby/vendor/composer/installed.php vendored Executable file → Normal file
View File

@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'getkirby/cms',
'pretty_version' => '3.7.3',
'version' => '3.7.3.0',
'pretty_version' => '3.7.4',
'version' => '3.7.4.0',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
@@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'getkirby/cms' => array(
'pretty_version' => '3.7.3',
'version' => '3.7.3.0',
'pretty_version' => '3.7.4',
'version' => '3.7.4.0',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',

0
kirby/vendor/filp/whoops/LICENSE.md vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/composer.json vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Exception/Formatter.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Exception/Frame.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Exception/Inspector.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/CallbackHandler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/Handler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/HandlerInterface.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/PlainTextHandler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/css/prism.css vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/js/clipboard.min.js vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/js/prism.js vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/js/whoops.base.js vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/js/zepto.min.js vendored Executable file → Normal file
View File

View File

View File

View File

View File

View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/views/header.html.php vendored Executable file → Normal file
View File

View File

0
kirby/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php vendored Executable file → Normal file
View File

View File

View File

View File

View File

0
kirby/vendor/filp/whoops/src/Whoops/Run.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/RunInterface.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Util/Misc.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Util/SystemFacade.php vendored Executable file → Normal file
View File

0
kirby/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php vendored Executable file → Normal file
View File

0
kirby/vendor/laminas/laminas-escaper/COPYRIGHT.md vendored Executable file → Normal file
View File

0
kirby/vendor/laminas/laminas-escaper/LICENSE.md vendored Executable file → Normal file
View File

0
kirby/vendor/laminas/laminas-escaper/composer.json vendored Executable file → Normal file
View File

0
kirby/vendor/laminas/laminas-escaper/composer.lock generated vendored Executable file → Normal file
View File

0
kirby/vendor/laminas/laminas-escaper/src/Escaper.php vendored Executable file → Normal file
View File

View File

View File

View File

0
kirby/vendor/league/color-extractor/LICENSE vendored Executable file → Normal file
View File

0
kirby/vendor/league/color-extractor/composer.json vendored Executable file → Normal file
View File

View File

View File

View File

0
kirby/vendor/michelf/php-smartypants/License.md vendored Executable file → Normal file
View File

0
kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.inc.php vendored Executable file → Normal file
View File

0
kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.php vendored Executable file → Normal file
View File

View File

View File

0
kirby/vendor/michelf/php-smartypants/composer.json vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/LICENSE vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/composer.json vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/get_oauth_token.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php vendored Executable file → Normal file
View File

0
kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php vendored Executable file → Normal file
View File

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