Skip to content

Commit

Permalink
temporary fix for fxp 1.2.0 (Close #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fps01 committed Aug 1, 2016
1 parent 9f279d3 commit a4b9b84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Yii2 Gentelella Change Log
==========================

1.2.0 under development
1.3.0 Under development
-----------------------

1.2.0 August 1, 2016
--------------------

- Fix #9: Temporary fix for fxp 1.2.0 (fps01)
- Enh #7: Add a an ability to add custom items to dropdown list of `yiister\gentelella\widgets\Panel` (fps01)
- New #8: Added a `yiister\gentelella\widgets\Timeline` widget (fps01)
- New #5: Added an ability to keep a sidebar state (fps01)
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"rmrevin/yii2-fontawesome": "~2.0",
"bower-asset/gentelella": "~1.3"
"bower-asset/gentelella": "*"
},
"autoload": {
"psr-4": {
"yiister\\gentelella\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

0 comments on commit a4b9b84

Please sign in to comment.