Skip to content

Commit 40e320c

Browse files
author
Eugene Tupikov
committed
prepare to release 2.18.0
1 parent 9213df4 commit 40e320c

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

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

4-
2.18.0 (in development)
4+
2.19.0 (in development)
55
=======================
6+
7+
2.18.0
8+
======
69
- #246 accept `\Traversable` in model attribute for `yield` compatibility (bscheshirwork)
710
- #250 accept `\Traversable` in TableRenderer and ListRenderer for `yield` compatibility (bscheshirwork)
811
- #253 allow to omit a name for static column

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 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.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
1212

1313
## Installation
1414
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "unclead/yii2-multiple-input",
33
"description": "Widget for handle multiple inputs for an attribute of Yii2 framework model",
44
"keywords": [
5-
"yii2",
6-
"yii2 multiple input",
5+
"yii2",
6+
"yii2 multiple input",
77
"yii2 array input",
88
"yii2 multiple field",
99
"yii2 tabular input"
1010
],
1111
"type": "yii2-extension",
12-
"version": "2.17.1",
12+
"version": "2.18.0",
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.multipleInput",
3-
"version": "2.17.1",
3+
"version": "2.18.0",
44
"description": "jQuery multipleInput",
55
"scripts": {
66
"build": "npm install && (gulp || node node_modules/gulp/bin/gulp.js)"

0 commit comments

Comments
 (0)