Skip to content

Commit d2ed6f8

Browse files
author
Eugene Tupikov
committed
Prepare to release
1 parent 6e0d528 commit d2ed6f8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Yii2 multiple input change log
22
==============================
33

4-
1.2.5 in development
4+
1.2.6 in development
55
--------------------
66

7+
1.2.5
8+
-----
9+
710
- Bug #46: Renamed placeholder to avoid conflict with other plugins
811
- Bug #47: Use Html helper for rendering buttons instead of Button widget
12+
- Enh: Deleted yii2-bootstrap dependency
913

1014
1.2.4
1115
-----

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Yii2 widget for handle multiple inputs for an attribute of model
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 version of the extension is v1.2.4. Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
11+
The latest version of the extension is v1.2.5. Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
1212

1313
Contents:
1414

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.4",
12+
"version": "1.2.5",
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open",

0 commit comments

Comments
 (0)