File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Yii2 multiple input change log
2
2
==============================
3
3
4
- 2.18 .0 (in development)
4
+ 2.19 .0 (in development)
5
5
=======================
6
+
7
+ 2.18.0
8
+ ======
6
9
- #246 accept ` \Traversable ` in model attribute for ` yield ` compatibility (bscheshirwork)
7
10
- #250 accept ` \Traversable ` in TableRenderer and ListRenderer for ` yield ` compatibility (bscheshirwork)
8
11
- #253 allow to omit a name for static column
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Yii2 widget for handle multiple inputs for an attribute of model and tabular inp
8
8
[ ![ License] ( https://poser.pugx.org/unclead/yii2-multiple-input/license )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
9
9
10
10
## Latest release
11
- The latest stable version of the extension is v2.17.1 Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
11
+ The latest stable version of the extension is v2.18.0 Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
12
12
13
13
## Installation
14
14
The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
Original file line number Diff line number Diff line change 2
2
"name" : " unclead/yii2-multiple-input" ,
3
3
"description" : " Widget for handle multiple inputs for an attribute of Yii2 framework model" ,
4
4
"keywords" : [
5
- " yii2" ,
6
- " yii2 multiple input" ,
5
+ " yii2" ,
6
+ " yii2 multiple input" ,
7
7
" yii2 array input" ,
8
8
" yii2 multiple field" ,
9
9
" yii2 tabular input"
10
10
],
11
11
"type" : " yii2-extension" ,
12
- "version" : " 2.17.1 " ,
12
+ "version" : " 2.18.0 " ,
13
13
"license" : " BSD-3-Clause" ,
14
14
"support" : {
15
15
"issues" : " https://github.com/unclead/yii2-multiple-input/issues?state=open" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery.multipleInput" ,
3
- "version" : " 2.17.1 " ,
3
+ "version" : " 2.18.0 " ,
4
4
"description" : " jQuery multipleInput" ,
5
5
"scripts" : {
6
6
"build" : " npm install && (gulp || node node_modules/gulp/bin/gulp.js)"
You can’t perform that action at this time.
0 commit comments