Skip to content

Commit 7c904e3

Browse files
committed
version bump to 0.1.0
1 parent 27fcd45 commit 7c904e3

File tree

4 files changed

+78
-10
lines changed

4 files changed

+78
-10
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
hiqdev/yii2-theme-adminlte
2-
--------------------------
1+
# hiqdev/yii2-theme-adminlte
2+
3+
## [0.1.0] - 2017-11-07
4+
5+
- Fixed layouts to work when not logged in ([@hiqsol])
6+
- Redone lockscreen page and mini layout ([@hiqsol], [@tafid], [tofid@DS5171.advancedhosters.com])
7+
- Fixed language menu ([@tafid], [@hiqsol])
8+
- Reorganized config files ([@hiqsol])
9+
- Fixed minor issues ([@tafid], [@SilverFire])
310

411
## [0.0.1] - 2017-01-10
512

@@ -37,5 +44,6 @@ hiqdev/yii2-theme-adminlte
3744
[@BladeRoot]: https://github.com/BladeRoot
3845
[bladeroot@hiqdev.com]: https://github.com/BladeRoot
3946
[bladeroot@gmail.com]: https://github.com/BladeRoot
40-
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/releases
47+
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...HEAD
4148
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1
49+
[0.1.0]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...0.1.0

chkipper.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"SilverFire": {
1212
"name": "Dmitry Naumenko",
1313
"role": "Lead backend developer",
14-
"email": "silverfire@hiqdev.com",
14+
"email": "d.naumenko.a@gmail.com",
1515
"github": "https://github.com/SilverFire",
1616
"homepage": "http://silverfire.me/"
1717
},
1818
"tafid": {
1919
"name": "Andrey Klochok",
2020
"role": "Lead frontend developer",
21-
"email": "tafid@hiqdev.com",
21+
"email": "andreyklochok@gmail.com",
2222
"github": "https://github.com/tafid",
2323
"homepage": "http://hiqdev.com/"
2424
},
2525
"BladeRoot": {
2626
"name": "Yuriy Myronchuk",
2727
"role": "QA Lead",
28-
"email": "bladeroot@hiqdev.com",
28+
"email": "bladeroot@gmail.com",
2929
"github": "https://github.com/BladeRoot",
3030
"homepage": "http://hiqdev.com/"
3131
}

history.md

+63-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
hiqdev/yii2-theme-adminlte
2-
--------------------------
1+
# hiqdev/yii2-theme-adminlte
2+
3+
## [0.1.0] - 2017-11-07
4+
5+
- Fixed layouts to work when not logged in
6+
- [27fcd45] 2017-11-07 fixed gravatar layout to work without email [@hiqsol]
7+
- Redone lockscreen page and mini layout
8+
- [b0aefc4] 2017-09-06 removed logo-mini image when in mini layout [@hiqsol]
9+
- [690ce1b] 2017-09-06 csfixed [@hiqsol]
10+
- [7eac133] 2017-09-06 Moved css from lockscreen view to mini.css [@tafid]
11+
- [880265f] 2017-09-06 Css merge fix [@tafid]
12+
- [0923ea4] 2017-09-06 Fixed markup for mini layout [tofid@DS5171.advancedhosters.com]
13+
- [654b4c0] 2017-09-04 still trying to improve lockscreen page [@hiqsol]
14+
- [5ef0d40] 2017-09-04 trying to improve lockscreen page [@hiqsol]
15+
- Fixed language menu
16+
- [1a8d9c3] 2017-06-15 Added LanguageMenu view [@tafid]
17+
- [37d336a] 2017-05-18 Fixed background color for user menu buttons [@tafid]
18+
- [21b405d] 2017-05-18 Fixed language menu css [@tafid]
19+
- [3beea34] 2017-01-11 fixed mini LanguageMenu and renamed to `LanguageMenu-mini` [@hiqsol]
20+
- Reorganized config files
21+
- [484c6bd] 2017-05-13 renamed `config/web` <- config/hisite [@hiqsol]
22+
- [24e20a6] 2017-05-13 csfixed [@hiqsol]
23+
- [3a10077] 2017-05-13 renamed `hidev.yml` [@hiqsol]
24+
- Fixed minor issues
25+
- [72ccc46] 2017-04-26 Changed orientation messages in Settings model [@tafid]
26+
- [1d54989] 2017-04-20 Made a user profile logo clickable [@tafid]
27+
- [b44d057] 2017-04-13 Added view files for Faq widget [@tafid]
28+
- [9f617d8] 2017-03-29 Added LogoLink view file [@tafid]
29+
- [f669907] 2017-03-29 Added LogoLink widget to header [@tafid]
30+
- [506e39e] 2017-03-23 Added new radioList field - filterOrientation [@tafid]
31+
- [2680d27] 2017-03-23 Added new attribute filterOrientation, added rules, possible options [@tafid]
32+
- [9b3ee58] 2017-03-23 translations [@tafid]
33+
- [2df537d] 2017-02-27 Set z-index for bootstrap-switch to `auto` [@SilverFire]
34+
- [fe4ae5f] 2017-02-27 Removed bad CSS selector for Yandex button [@SilverFire]
35+
- [74fcb41] 2017-01-26 Fixed css in title of ticket width [@tafid]
336

437
## [0.0.1] - 2017-01-10
538

@@ -337,5 +370,32 @@ hiqdev/yii2-theme-adminlte
337370
[ca72af6]: https://github.com/hiqdev/yii2-theme-adminlte/commit/ca72af6
338371
[b80715b]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b80715b
339372
[2820045]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2820045
340-
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/releases
373+
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...HEAD
341374
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1
375+
[27fcd45]: https://github.com/hiqdev/yii2-theme-adminlte/commit/27fcd45
376+
[b0aefc4]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b0aefc4
377+
[690ce1b]: https://github.com/hiqdev/yii2-theme-adminlte/commit/690ce1b
378+
[7eac133]: https://github.com/hiqdev/yii2-theme-adminlte/commit/7eac133
379+
[880265f]: https://github.com/hiqdev/yii2-theme-adminlte/commit/880265f
380+
[0923ea4]: https://github.com/hiqdev/yii2-theme-adminlte/commit/0923ea4
381+
[654b4c0]: https://github.com/hiqdev/yii2-theme-adminlte/commit/654b4c0
382+
[5ef0d40]: https://github.com/hiqdev/yii2-theme-adminlte/commit/5ef0d40
383+
[1a8d9c3]: https://github.com/hiqdev/yii2-theme-adminlte/commit/1a8d9c3
384+
[37d336a]: https://github.com/hiqdev/yii2-theme-adminlte/commit/37d336a
385+
[21b405d]: https://github.com/hiqdev/yii2-theme-adminlte/commit/21b405d
386+
[484c6bd]: https://github.com/hiqdev/yii2-theme-adminlte/commit/484c6bd
387+
[24e20a6]: https://github.com/hiqdev/yii2-theme-adminlte/commit/24e20a6
388+
[3a10077]: https://github.com/hiqdev/yii2-theme-adminlte/commit/3a10077
389+
[72ccc46]: https://github.com/hiqdev/yii2-theme-adminlte/commit/72ccc46
390+
[1d54989]: https://github.com/hiqdev/yii2-theme-adminlte/commit/1d54989
391+
[b44d057]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b44d057
392+
[9f617d8]: https://github.com/hiqdev/yii2-theme-adminlte/commit/9f617d8
393+
[f669907]: https://github.com/hiqdev/yii2-theme-adminlte/commit/f669907
394+
[506e39e]: https://github.com/hiqdev/yii2-theme-adminlte/commit/506e39e
395+
[2680d27]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2680d27
396+
[9b3ee58]: https://github.com/hiqdev/yii2-theme-adminlte/commit/9b3ee58
397+
[2df537d]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2df537d
398+
[fe4ae5f]: https://github.com/hiqdev/yii2-theme-adminlte/commit/fe4ae5f
399+
[74fcb41]: https://github.com/hiqdev/yii2-theme-adminlte/commit/74fcb41
400+
[3beea34]: https://github.com/hiqdev/yii2-theme-adminlte/commit/3beea34
401+
[0.1.0]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...0.1.0

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1 2017-01-10 16:28:36 +0000 41bd3b8810e53ee753ef87adf2f21f95a558c1b4
1+
yii2-theme-adminlte 0.1.0 2017-11-07 10:52:31 +0000 27fcd4591c4da6925aa1331154d5bd6b3005385b

0 commit comments

Comments
 (0)