Skip to content

Commit 12fcc73

Browse files
committed
release 2.12.0
1 parent dfeb615 commit 12fcc73

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

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

4+
2.13.0
5+
======
6+
47
2.12.0
58
======
9+
- Rename yii\base\Object to yii\base\BaseObject
610

711

812
2.11.0

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.11.3 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
11+
The latest stable version of the extension is v2.12.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/).

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if you want to upgrade from version A to version C and there is
88
version B between A and C, you need to following the instructions
99
for both A and B.
1010

11-
Upgrade 2.12.0 (when yii2 2.0.13 will be released)
12-
--------------------------------------------------
11+
Upgrade 2.12.0
12+
--------------
1313
- Ensure you use yii2 2.0.13 and higher, otherwise you have to use previous version of the widget
1414

1515
Upgrade from 2.2.0 tp 2.3.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"yii2 tabular input"
1010
],
1111
"type": "yii2-extension",
12-
"version": "2.11.3",
12+
"version": "2.12.0",
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open",
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": ">=5.4.0",
26-
"yiisoft/yii2": "*"
26+
"yiisoft/yii2": ">=2.0.13"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "5.7.*"

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.11.3",
3+
"version": "2.12.0",
44
"description": "jQuery multipleInput",
55
"scripts": {
66
"build": "npm install && (gulp || node node_modules/gulp/bin/gulp.js)"

0 commit comments

Comments
 (0)