Skip to content

Commit

Permalink
Fixes yiisoft#9783: jQuery inputmask dependency updated to ~3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 9, 2015
1 parent 5717176 commit 0bda5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Yii Framework 2 Change Log
- Enh #9643: Added migrations for DB cache (mdmunir)
- Enh #9711: Added `yii\widgets\LinkPager::$pageCssClass` that allows to set default page class (ShNURoK42)
- Enh #9733: Added Unprocessable Entity HTTP Exception (janfrs)
- Enh #9783: jQuery inputmask dependency updated to `~3.2.2` (samdark)
- Chg #9369: `Yii::$app->user->can()` now returns `false` instead of erroring in case `authManager` component is not configured (creocoder)
- Chg #9411: `DetailView` now automatically sets container tag ID in case it's not specified (samdark)

Expand Down
2 changes: 1 addition & 1 deletion framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ezyang/htmlpurifier": "4.6.*",
"cebe/markdown": "~1.0.0 | ~1.1.0",
"bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
"bower-asset/jquery.inputmask": "3.1.*",
"bower-asset/jquery.inputmask": "~3.2.2",
"bower-asset/punycode": "1.3.*",
"bower-asset/yii2-pjax": ">=2.0.1"
},
Expand Down

0 comments on commit 0bda5e3

Please sign in to comment.