File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Yii2 multiple input change log
22==============================
33
4- 2.26 .0 (in development)
4+ 2.27 .0 (in development)
55=======================
66
7+ 2.26.0
8+ ======
9+ - fix calculation of the current row index
10+ - fix incrementing the current row index after adding a new row
11+
7122.25.0
813======
914- rework cloning: fix #277 , #351 , #348 (unclead)
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
88[ ![ License] ( https://poser.pugx.org/unclead/yii2-multiple-input/license )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
99
1010## Latest release
11- The latest stable version of the extension is v2.25 .0 Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
11+ The latest stable version of the extension is v2.26 .0 Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
1212
1313## Installation
1414The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " jquery.multipleInput" ,
3- "version" : " 2.25 .0" ,
3+ "version" : " 2.26 .0" ,
44 "description" : " jQuery multipleInput" ,
55 "scripts" : {
66 "build" : " npm install && (gulp || node node_modules/gulp/bin/gulp.js)"
You can’t perform that action at this time.
0 commit comments