Skip to content

Commit 6f75ac9

Browse files
author
Eugene Tupikov
committed
prepare to release
1 parent 23ef941 commit 6f75ac9

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
Yii2 multiple input change log
22
==============================
33

4-
1.2.2 in development
4+
1.2.3 in development
55
--------------------
66

7+
1.2.2
8+
-----
9+
10+
- Enh #31: Added support of anonymous function for `items` attribute
11+
- Enh: added hidden field for radio and checkbox inputs
12+
- Enh: improved css
13+
714
1.2.1
815
-----
916

@@ -29,12 +36,12 @@ Yii2 multiple input change log
2936
--------------------
3037

3138
- Bug #15: Fix setting current values of dropDownList (unclead)
32-
- Bug #16 fix render of dropDown and similar inputs (unclead)
33-
- Add attributeOptions property
39+
- Bug #16: fix render of dropDown and similar inputs (unclead)
40+
- Enh: Add attributeOptions property
3441

3542
1.0.3
3643
-----
37-
- Hidden fields no longer break markup (unclead, kotchuprik)
44+
- Bug: Hidden fields no longer break markup (unclead, kotchuprik)
3845

3946
1.0.2
4047
-----

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Yii2 widget for handle multiple inputs for an attribute of model
77
[![License](https://poser.pugx.org/unclead/yii2-multiple-input/license)](https://packagist.org/packages/unclead/yii2-multiple-input)
88

99
##Latest release
10-
The latest version of the extension is v1.2.1. Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
10+
The latest version of the extension is v1.2.2. Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
1111

1212
Contents:
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"yii2 tabular input"
1010
],
1111
"type": "yii2-extension",
12-
"version": "1.2.1",
12+
"version": "1.2.2",
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open",

0 commit comments

Comments
 (0)