Upgrade to 3.7.0.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"description": "The Kirby 3 core",
|
"description": "The Kirby 3 core",
|
||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"type": "kirby-cms",
|
"type": "kirby-cms",
|
||||||
"version": "3.7.0.1",
|
"version": "3.7.0.2",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"kirby",
|
"kirby",
|
||||||
"cms",
|
"cms",
|
||||||
|
2
kirby/composer.lock
generated
2
kirby/composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "524d8e1f0eb06eade0d9aebfa855d848",
|
"content-hash": "538cd92719a152cbecaaaec5cde21f03",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "claviska/simpleimage",
|
"name": "claviska/simpleimage",
|
||||||
|
@@ -244,12 +244,12 @@ class Uri
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($app = App::instance(null, true)) {
|
if ($app = App::instance(null, true)) {
|
||||||
$url = $app->url('current');
|
$environment = $app->environment();
|
||||||
} else {
|
} else {
|
||||||
$url = (new Environment())->requestUrl();
|
$environment = new Environment();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new static($url, $props);
|
return new static($environment->requestUrl(), $props);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
8
kirby/vendor/composer/installed.php
vendored
8
kirby/vendor/composer/installed.php
vendored
@@ -1,8 +1,8 @@
|
|||||||
<?php return array(
|
<?php return array(
|
||||||
'root' => array(
|
'root' => array(
|
||||||
'name' => 'getkirby/cms',
|
'name' => 'getkirby/cms',
|
||||||
'pretty_version' => '3.7.0.1',
|
'pretty_version' => '3.7.0.2',
|
||||||
'version' => '3.7.0.1',
|
'version' => '3.7.0.2',
|
||||||
'reference' => NULL,
|
'reference' => NULL,
|
||||||
'type' => 'kirby-cms',
|
'type' => 'kirby-cms',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
@@ -29,8 +29,8 @@
|
|||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'getkirby/cms' => array(
|
'getkirby/cms' => array(
|
||||||
'pretty_version' => '3.7.0.1',
|
'pretty_version' => '3.7.0.2',
|
||||||
'version' => '3.7.0.1',
|
'version' => '3.7.0.2',
|
||||||
'reference' => NULL,
|
'reference' => NULL,
|
||||||
'type' => 'kirby-cms',
|
'type' => 'kirby-cms',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
|
Reference in New Issue
Block a user