Browse Source

Fix #18019: Allow jQuery 3.5.0 to be installed

tags/2.0.35
Wouter Wolters 4 years ago committed by GitHub
parent
commit
9814f61847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      composer.json
  2. 1
      framework/CHANGELOG.md

2
composer.json

@ -75,7 +75,7 @@
"yiisoft/yii2-composer": "~2.0.4",
"ezyang/htmlpurifier": "~4.6",
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
"bower-asset/jquery": "3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/punycode": "1.3.*",
"bower-asset/yii2-pjax": "~2.0.1"

1
framework/CHANGELOG.md

@ -4,6 +4,7 @@ Yii Framework 2 Change Log
2.0.35 under development
------------------------
- Enh #18019: Allow jQuery 3.5.0 to be installed (wouter90)
- Bug #17653: Fix `TypeError: pair[1] is undefined` when query param doesn't have = sign (baso10)
- Bug #17948: Ignore errors caused by `set_time_limit(0)` (brandonkelly)
- Bug #17810: Fix EachValidator crashing with uninitialized typed properties (ricardomm85)

Loading…
Cancel
Save