Skip to content

Commit

Permalink
Merge pull request #4686 from getkirby/release/3.8.0-rc.1
Browse files Browse the repository at this point in the history
3.8.0-rc.1
  • Loading branch information
bastianallgeier committed Sep 22, 2022
2 parents 87d1cf0 + 9b74350 commit 28b77bc
Show file tree
Hide file tree
Showing 34 changed files with 15,619 additions and 15,425 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Kirby 3 core",
"license": "proprietary",
"type": "kirby-cms",
"version": "3.7.5",
"version": "3.8.0-rc.1",
"keywords": [
"kirby",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,148 changes: 577 additions & 571 deletions i18n/translations/bg.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/ca.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/cs.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/da.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/de.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/el.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/eo.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/es_419.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/es_ES.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/fa.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/fi.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/fr.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/hu.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/id.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/is_IS.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/it.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/ko.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/lt.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/nb.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/nl.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/pl.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/pt_BR.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/pt_PT.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/ru.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/sk.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/sv_SE.json

Large diffs are not rendered by default.

1,148 changes: 577 additions & 571 deletions i18n/translations/tr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/index.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
'Kirby\\Api\\Api' => $baseDir . '/src/Api/Api.php',
'Kirby\\Api\\Collection' => $baseDir . '/src/Api/Collection.php',
'Kirby\\Api\\Model' => $baseDir . '/src/Api/Model.php',
'Kirby\\Blueprint\\Collection' => $baseDir . '/src/Blueprint/Collection.php',
'Kirby\\Blueprint\\Config' => $baseDir . '/src/Blueprint/Config.php',
'Kirby\\Blueprint\\Extension' => $baseDir . '/src/Blueprint/Extension.php',
'Kirby\\Blueprint\\Factory' => $baseDir . '/src/Blueprint/Factory.php',
'Kirby\\Blueprint\\Node' => $baseDir . '/src/Blueprint/Node.php',
'Kirby\\Blueprint\\NodeI18n' => $baseDir . '/src/Blueprint/NodeI18n.php',
'Kirby\\Blueprint\\NodeIcon' => $baseDir . '/src/Blueprint/NodeIcon.php',
'Kirby\\Blueprint\\NodeProperty' => $baseDir . '/src/Blueprint/NodeProperty.php',
'Kirby\\Blueprint\\NodeString' => $baseDir . '/src/Blueprint/NodeString.php',
'Kirby\\Blueprint\\NodeText' => $baseDir . '/src/Blueprint/NodeText.php',
'Kirby\\Cache\\ApcuCache' => $baseDir . '/src/Cache/ApcuCache.php',
'Kirby\\Cache\\Cache' => $baseDir . '/src/Cache/Cache.php',
'Kirby\\Cache\\FileCache' => $baseDir . '/src/Cache/FileCache.php',
Expand Down Expand Up @@ -145,6 +155,7 @@
'Kirby\\Exception\\LogicException' => $baseDir . '/src/Exception/LogicException.php',
'Kirby\\Exception\\NotFoundException' => $baseDir . '/src/Exception/NotFoundException.php',
'Kirby\\Exception\\PermissionException' => $baseDir . '/src/Exception/PermissionException.php',
'Kirby\\Field\\FieldOptions' => $baseDir . '/src/Field/FieldOptions.php',
'Kirby\\Filesystem\\Asset' => $baseDir . '/src/Filesystem/Asset.php',
'Kirby\\Filesystem\\Dir' => $baseDir . '/src/Filesystem/Dir.php',
'Kirby\\Filesystem\\F' => $baseDir . '/src/Filesystem/F.php',
Expand Down Expand Up @@ -197,6 +208,11 @@
'Kirby\\Image\\Exif' => $baseDir . '/src/Image/Exif.php',
'Kirby\\Image\\Image' => $baseDir . '/src/Image/Image.php',
'Kirby\\Image\\Location' => $baseDir . '/src/Image/Location.php',
'Kirby\\Option\\Option' => $baseDir . '/src/Option/Option.php',
'Kirby\\Option\\Options' => $baseDir . '/src/Option/Options.php',
'Kirby\\Option\\OptionsApi' => $baseDir . '/src/Option/OptionsApi.php',
'Kirby\\Option\\OptionsProvider' => $baseDir . '/src/Option/OptionsProvider.php',
'Kirby\\Option\\OptionsQuery' => $baseDir . '/src/Option/OptionsQuery.php',
'Kirby\\Panel\\Dialog' => $baseDir . '/src/Panel/Dialog.php',
'Kirby\\Panel\\Document' => $baseDir . '/src/Panel/Document.php',
'Kirby\\Panel\\Dropdown' => $baseDir . '/src/Panel/Dropdown.php',
Expand Down
16 changes: 16 additions & 0 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ class ComposerStaticInita8011b477bb239488e5d139cdeb7b31e
'Kirby\\Api\\Api' => __DIR__ . '/../..' . '/src/Api/Api.php',
'Kirby\\Api\\Collection' => __DIR__ . '/../..' . '/src/Api/Collection.php',
'Kirby\\Api\\Model' => __DIR__ . '/../..' . '/src/Api/Model.php',
'Kirby\\Blueprint\\Collection' => __DIR__ . '/../..' . '/src/Blueprint/Collection.php',
'Kirby\\Blueprint\\Config' => __DIR__ . '/../..' . '/src/Blueprint/Config.php',
'Kirby\\Blueprint\\Extension' => __DIR__ . '/../..' . '/src/Blueprint/Extension.php',
'Kirby\\Blueprint\\Factory' => __DIR__ . '/../..' . '/src/Blueprint/Factory.php',
'Kirby\\Blueprint\\Node' => __DIR__ . '/../..' . '/src/Blueprint/Node.php',
'Kirby\\Blueprint\\NodeI18n' => __DIR__ . '/../..' . '/src/Blueprint/NodeI18n.php',
'Kirby\\Blueprint\\NodeIcon' => __DIR__ . '/../..' . '/src/Blueprint/NodeIcon.php',
'Kirby\\Blueprint\\NodeProperty' => __DIR__ . '/../..' . '/src/Blueprint/NodeProperty.php',
'Kirby\\Blueprint\\NodeString' => __DIR__ . '/../..' . '/src/Blueprint/NodeString.php',
'Kirby\\Blueprint\\NodeText' => __DIR__ . '/../..' . '/src/Blueprint/NodeText.php',
'Kirby\\Cache\\ApcuCache' => __DIR__ . '/../..' . '/src/Cache/ApcuCache.php',
'Kirby\\Cache\\Cache' => __DIR__ . '/../..' . '/src/Cache/Cache.php',
'Kirby\\Cache\\FileCache' => __DIR__ . '/../..' . '/src/Cache/FileCache.php',
Expand Down Expand Up @@ -237,6 +247,7 @@ class ComposerStaticInita8011b477bb239488e5d139cdeb7b31e
'Kirby\\Exception\\LogicException' => __DIR__ . '/../..' . '/src/Exception/LogicException.php',
'Kirby\\Exception\\NotFoundException' => __DIR__ . '/../..' . '/src/Exception/NotFoundException.php',
'Kirby\\Exception\\PermissionException' => __DIR__ . '/../..' . '/src/Exception/PermissionException.php',
'Kirby\\Field\\FieldOptions' => __DIR__ . '/../..' . '/src/Field/FieldOptions.php',
'Kirby\\Filesystem\\Asset' => __DIR__ . '/../..' . '/src/Filesystem/Asset.php',
'Kirby\\Filesystem\\Dir' => __DIR__ . '/../..' . '/src/Filesystem/Dir.php',
'Kirby\\Filesystem\\F' => __DIR__ . '/../..' . '/src/Filesystem/F.php',
Expand Down Expand Up @@ -289,6 +300,11 @@ class ComposerStaticInita8011b477bb239488e5d139cdeb7b31e
'Kirby\\Image\\Exif' => __DIR__ . '/../..' . '/src/Image/Exif.php',
'Kirby\\Image\\Image' => __DIR__ . '/../..' . '/src/Image/Image.php',
'Kirby\\Image\\Location' => __DIR__ . '/../..' . '/src/Image/Location.php',
'Kirby\\Option\\Option' => __DIR__ . '/../..' . '/src/Option/Option.php',
'Kirby\\Option\\Options' => __DIR__ . '/../..' . '/src/Option/Options.php',
'Kirby\\Option\\OptionsApi' => __DIR__ . '/../..' . '/src/Option/OptionsApi.php',
'Kirby\\Option\\OptionsProvider' => __DIR__ . '/../..' . '/src/Option/OptionsProvider.php',
'Kirby\\Option\\OptionsQuery' => __DIR__ . '/../..' . '/src/Option/OptionsQuery.php',
'Kirby\\Panel\\Dialog' => __DIR__ . '/../..' . '/src/Panel/Dialog.php',
'Kirby\\Panel\\Document' => __DIR__ . '/../..' . '/src/Panel/Document.php',
'Kirby\\Panel\\Dropdown' => __DIR__ . '/../..' . '/src/Panel/Dropdown.php',
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'getkirby/cms',
'pretty_version' => '3.7.5',
'version' => '3.7.5.0',
'pretty_version' => '3.8.0-rc.1',
'version' => '3.8.0.0-RC1',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'getkirby/cms' => array(
'pretty_version' => '3.7.5',
'version' => '3.7.5.0',
'pretty_version' => '3.8.0-rc.1',
'version' => '3.8.0.0-RC1',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 28b77bc

Please sign in to comment.