Skip to content

Commit

Permalink
Update deps and dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Aug 10, 2021
1 parent 102d48f commit 097b391
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 46 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"core"
],
"homepage": "https://getkirby.com",
"version": "3.6.0-alpha.3",
"version": "3.6.0-alpha.4",
"license": "proprietary",
"authors": [
{
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

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: 6 additions & 10 deletions panel/dist/js/vendor.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '3.6.0-alpha.3',
'version' => '3.6.0.0-alpha3',
'pretty_version' => '3.6.0-alpha.4',
'version' => '3.6.0.0-alpha4',
'aliases' =>
array (
),
Expand Down Expand Up @@ -57,8 +57,8 @@ class InstalledVersions
),
'getkirby/cms' =>
array (
'pretty_version' => '3.6.0-alpha.3',
'version' => '3.6.0.0-alpha3',
'pretty_version' => '3.6.0-alpha.4',
'version' => '3.6.0.0-alpha4',
'aliases' =>
array (
),
Expand Down Expand Up @@ -145,12 +145,12 @@ class InstalledVersions
),
'symfony/polyfill-mbstring' =>
array (
'pretty_version' => 'v1.23.0',
'version' => '1.23.0.0',
'pretty_version' => 'v1.23.1',
'version' => '1.23.1.0',
'aliases' =>
array (
),
'reference' => '2df51500adbaebdc4c38dea4c89a2e131c45c8a1',
'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6',
),
'true/punycode' =>
array (
Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,17 +612,17 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.23.0",
"version_normalized": "1.23.0.0",
"version": "v1.23.1",
"version_normalized": "1.23.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"shasum": ""
},
"require": {
Expand All @@ -631,7 +631,7 @@
"suggest": {
"ext-mbstring": "For best performance"
},
"time": "2021-05-27T09:27:20+00:00",
"time": "2021-05-27T12:26:48+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -675,7 +675,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
},
"funding": [
{
Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array (
'root' =>
array (
'pretty_version' => '3.6.0-alpha.3',
'version' => '3.6.0.0-alpha3',
'pretty_version' => '3.6.0-alpha.4',
'version' => '3.6.0.0-alpha4',
'aliases' =>
array (
),
Expand Down Expand Up @@ -31,8 +31,8 @@
),
'getkirby/cms' =>
array (
'pretty_version' => '3.6.0-alpha.3',
'version' => '3.6.0.0-alpha3',
'pretty_version' => '3.6.0-alpha.4',
'version' => '3.6.0.0-alpha4',
'aliases' =>
array (
),
Expand Down Expand Up @@ -119,12 +119,12 @@
),
'symfony/polyfill-mbstring' =>
array (
'pretty_version' => 'v1.23.0',
'version' => '1.23.0.0',
'pretty_version' => 'v1.23.1',
'version' => '1.23.1.0',
'aliases' =>
array (
),
'reference' => '2df51500adbaebdc4c38dea4c89a2e131c45c8a1',
'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6',
),
'true/punycode' =>
array (
Expand Down
11 changes: 6 additions & 5 deletions vendor/symfony/polyfill-mbstring/Mbstring.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ final class Mbstring
{
public const MB_CASE_FOLD = \PHP_INT_MAX;

private static $encodingList = ['ASCII', 'UTF-8'];
private static $language = 'neutral';
private static $internalEncoding = 'UTF-8';
private static $caseFold = [
private const CASE_FOLD = [
['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"],
['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'],
];

private static $encodingList = ['ASCII', 'UTF-8'];
private static $language = 'neutral';
private static $internalEncoding = 'UTF-8';

public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null)
{
if (\is_array($fromEncoding) || false !== strpos($fromEncoding, ',')) {
Expand Down Expand Up @@ -300,7 +301,7 @@ public static function mb_convert_case($s, $mode, $encoding = null)
$map = $upper;
} else {
if (self::MB_CASE_FOLD === $mode) {
$s = str_replace(self::$caseFold[0], self::$caseFold[1], $s);
$s = str_replace(self::CASE_FOLD[0], self::CASE_FOLD[1], $s);
}

static $lower = null;
Expand Down

0 comments on commit 097b391

Please sign in to comment.