Skip to content

Commit

Permalink
Fixed array_merge bug
Browse files Browse the repository at this point in the history
[Deploy: Production]
  • Loading branch information
kasoft committed Sep 3, 2020
1 parent 537bba9 commit 57c4a3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,24 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist kasoft/yii2-jstree "1.0.9"
php composer.phar require --prefer-dist kasoft/yii2-jstree "1.0.10"
```

or add

```
"kasoft/yii2-jstree": "1.0.9",
"kasoft/yii2-jstree": "1.0.10",
```

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

Latest News
-----

Version 1.0.10
- Fixed array_merge error


Version 1.0.9
- More Text that could be translated
- Fixed rename error
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"authors": [
{
"name": "Nils Menrad",
"name": "Nils Menrad Kasoft",
"email": "[email protected]"
}
],
Expand Down

0 comments on commit 57c4a3f

Please sign in to comment.