Skip to content

Commit a4b9b84

Browse files
committed
temporary fix for fxp 1.2.0 (Close #9)
1 parent 9f279d3 commit a4b9b84

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Yii2 Gentelella Change Log
22
==========================
33

4-
1.2.0 under development
4+
1.3.0 Under development
55
-----------------------
66

7+
1.2.0 August 1, 2016
8+
--------------------
9+
10+
- Fix #9: Temporary fix for fxp 1.2.0 (fps01)
711
- Enh #7: Add a an ability to add custom items to dropdown list of `yiister\gentelella\widgets\Panel` (fps01)
812
- New #8: Added a `yiister\gentelella\widgets\Timeline` widget (fps01)
913
- New #5: Added an ability to keep a sidebar state (fps01)

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@
1717
"yiisoft/yii2": "~2.0.0",
1818
"yiisoft/yii2-bootstrap": "~2.0.0",
1919
"rmrevin/yii2-fontawesome": "~2.0",
20-
"bower-asset/gentelella": "~1.3"
20+
"bower-asset/gentelella": "*"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"yiister\\gentelella\\": ""
2525
}
26+
},
27+
"extra": {
28+
"asset-installer-paths": {
29+
"npm-asset-library": "vendor/npm",
30+
"bower-asset-library": "vendor/bower"
31+
}
2632
}
2733
}

0 commit comments

Comments
 (0)