Browse Source

Yii 2.0.35

pull/6021/head
Brandon Kelly 5 years ago
parent
commit
e645fd56ea
  1. 1
      CHANGELOG-v3.md
  2. 2
      composer.json
  3. 633
      composer.lock

1
CHANGELOG-v3.md

@ -7,6 +7,7 @@
- Matrix fields now ensure that they have at least one block type on validation. ([#5996](https://github.com/craftcms/cms/issues/5996))
- Number fields’ Default Value, Min Value, and Max Value settings now support localized number formats. ([#6006](https://github.com/craftcms/cms/issues/6006))
- Element select inputs’ `selectElements` events now contain references to the newly created element, rather than the one in the element selector modal.
- Updated Yii to 2.0.35.
### Fixed
- Fixed a bug where relational fields wouldn’t eager load some relations if the field was set to manage relations on a per-site basis, and the source elements were from a variety of sites.

2
composer.json

@ -49,7 +49,7 @@
"voku/stringy": "~5.1.0",
"webonyx/graphql-php": "^0.12.0",
"yii2tech/ar-softdelete": "^1.0.2",
"yiisoft/yii2": "~2.0.34.0",
"yiisoft/yii2": "~2.0.35.0",
"yiisoft/yii2-debug": "^2.1.0",
"yiisoft/yii2-queue": "~2.3.0",
"yiisoft/yii2-shell": "^2.0.2",

633
composer.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save