Skip to content

Commit f628190

Browse files
Merge pull request #1 from unclead/master
merge with original
2 parents 1a0ea0a + ffb8ecc commit f628190

27 files changed

+165
-1085
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
Yii2 multiple input change log
22
==============================
33

4-
2.5.1
4+
2.8.1
55
=====
6-
- Implemented `Sortting`
7-
- fixed if attribute is set and hasProperty return false
6+
7+
- Fixed client validation
8+
9+
2.8.0
10+
=====
11+
12+
- #137: added option `nameSuffix` to avoid errors related to duplication of id in case when you use several copies of the widget on a page
13+
14+
2.7.1
15+
=====
16+
17+
- Fixed assets
18+
19+
2.7.0
20+
=====
21+
22+
- Fixed an incorrect behavior of widget in case of ajax loading (e.g. in modal window)
23+
24+
2.6.1
25+
=====
26+
27+
- Fixed assets
28+
29+
2.6.0
30+
=====
31+
32+
- PR#132: Implemented `Sortting` (sankam-nikolya)
33+
- PR#132: fixed if attribute is set and hasProperty return false (sankam-nikolya)
834

935
2.5.0
1036
=====

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Yii2 Multiple input widget.
1+
# Yii2 Multiple input widget.
22
Yii2 widget for handle multiple inputs for an attribute of model and tabular input for batch of models.
33

44
[![Latest Stable Version](https://poser.pugx.org/unclead/yii2-multiple-input/v/stable)](https://packagist.org/packages/unclead/yii2-multiple-input)
@@ -7,10 +7,10 @@ Yii2 widget for handle multiple inputs for an attribute of model and tabular inp
77
[![Latest Unstable Version](https://poser.pugx.org/unclead/yii2-multiple-input/v/unstable)](https://packagist.org/packages/unclead/yii2-multiple-input)
88
[![License](https://poser.pugx.org/unclead/yii2-multiple-input/license)](https://packagist.org/packages/unclead/yii2-multiple-input)
99

10-
##Latest release
11-
The latest stable version of the extension is v2.5.0 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
10+
## Latest release
11+
The latest stable version of the extension is v2.8.1 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
1212

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

1616
Either run
@@ -27,9 +27,9 @@ or add
2727

2828
to the require section of your `composer.json` file.
2929

30-
##Basic usage
30+
## Basic usage
3131

32-
![Single column example](./docs/images/single-column.gif?raw=true)
32+
![Single column example](./resources/images/single-column.gif?raw=true)
3333

3434
For example you want to have an ability of entering several emails of user on profile page.
3535
In this case you can use yii2-multiple-input widget like in the following code
@@ -51,16 +51,11 @@ use unclead\multipleinput\MultipleInput;
5151
?>
5252
```
5353

54-
You can find more examples of usage [here](./docs/usage.md)
54+
## Documentation
5555

56-
##Documentation
56+
You can find a full version of documentation in [wiki](https://github.com/unclead/yii2-multiple-input/wiki/)
5757

58-
- [Configuration](./docs/configuration.md)
59-
- [Usage](./docs/usage.md)
60-
- [Tips and tricks](./docs/tips.md)
61-
- [Javascript Events and Operations](./docs/javascript.md)
62-
- [Renderers](./docs/renderers.md)
6358

64-
##License
59+
## License
6560

6661
**yii2-multiple-input** is released under the BSD 3-Clause License. See the bundled [LICENSE.md](./LICENSE.md) for details.

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

docs/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/configuration.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

docs/javascript.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

docs/multiple_input_embedded.md

Whitespace-only changes.

0 commit comments

Comments
 (0)