Upgrade to 3.5.5

This commit is contained in:
Bastian Allgeier
2021-05-11 11:55:32 +02:00
parent de3560f3d6
commit efeff45192
146 changed files with 2008 additions and 1075 deletions

View File

@@ -36,7 +36,10 @@ return [
[
'pattern' => [
'pages/(:any)/blueprints',
// Deprecated: remove in 3.6.0
/**
* @deprecated
* @todo remove in 3.6.0
*/
'pages/(:any)/children/blueprints',
],
'method' => 'GET',

View File

@@ -49,7 +49,10 @@ return [
[
'pattern' => [
'site/blueprints',
// Deprecated: remove in 3.6.0
/**
* @deprecated
* @todo remove in 3.6.0
*/
'site/children/blueprints',
],
'method' => 'GET',