Skip to content

Commit

Permalink
version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 7, 2017
1 parent 27fcd45 commit 7c904e3
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 10 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
hiqdev/yii2-theme-adminlte
--------------------------
# hiqdev/yii2-theme-adminlte

## [0.1.0] - 2017-11-07

- Fixed layouts to work when not logged in ([@hiqsol])
- Redone lockscreen page and mini layout ([@hiqsol], [@tafid], [tofid@DS5171.advancedhosters.com])
- Fixed language menu ([@tafid], [@hiqsol])
- Reorganized config files ([@hiqsol])
- Fixed minor issues ([@tafid], [@SilverFire])

## [0.0.1] - 2017-01-10

Expand Down Expand Up @@ -37,5 +44,6 @@ hiqdev/yii2-theme-adminlte
[@BladeRoot]: https://github.com/BladeRoot
[bladeroot@hiqdev.com]: https://github.com/BladeRoot
[bladeroot@gmail.com]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/releases
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...HEAD
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1
[0.1.0]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...0.1.0
6 changes: 3 additions & 3 deletions chkipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"SilverFire": {
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"email": "d.naumenko.a@gmail.com",
"github": "https://github.com/SilverFire",
"homepage": "http://silverfire.me/"
},
"tafid": {
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"email": "andreyklochok@gmail.com",
"github": "https://github.com/tafid",
"homepage": "http://hiqdev.com/"
},
"BladeRoot": {
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"email": "bladeroot@gmail.com",
"github": "https://github.com/BladeRoot",
"homepage": "http://hiqdev.com/"
}
Expand Down
66 changes: 63 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
hiqdev/yii2-theme-adminlte
--------------------------
# hiqdev/yii2-theme-adminlte

## [0.1.0] - 2017-11-07

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

## [0.0.1] - 2017-01-10

Expand Down Expand Up @@ -337,5 +370,32 @@ hiqdev/yii2-theme-adminlte
[ca72af6]: https://github.com/hiqdev/yii2-theme-adminlte/commit/ca72af6
[b80715b]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b80715b
[2820045]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2820045
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/releases
[Under development]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...HEAD
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1
[27fcd45]: https://github.com/hiqdev/yii2-theme-adminlte/commit/27fcd45
[b0aefc4]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b0aefc4
[690ce1b]: https://github.com/hiqdev/yii2-theme-adminlte/commit/690ce1b
[7eac133]: https://github.com/hiqdev/yii2-theme-adminlte/commit/7eac133
[880265f]: https://github.com/hiqdev/yii2-theme-adminlte/commit/880265f
[0923ea4]: https://github.com/hiqdev/yii2-theme-adminlte/commit/0923ea4
[654b4c0]: https://github.com/hiqdev/yii2-theme-adminlte/commit/654b4c0
[5ef0d40]: https://github.com/hiqdev/yii2-theme-adminlte/commit/5ef0d40
[1a8d9c3]: https://github.com/hiqdev/yii2-theme-adminlte/commit/1a8d9c3
[37d336a]: https://github.com/hiqdev/yii2-theme-adminlte/commit/37d336a
[21b405d]: https://github.com/hiqdev/yii2-theme-adminlte/commit/21b405d
[484c6bd]: https://github.com/hiqdev/yii2-theme-adminlte/commit/484c6bd
[24e20a6]: https://github.com/hiqdev/yii2-theme-adminlte/commit/24e20a6
[3a10077]: https://github.com/hiqdev/yii2-theme-adminlte/commit/3a10077
[72ccc46]: https://github.com/hiqdev/yii2-theme-adminlte/commit/72ccc46
[1d54989]: https://github.com/hiqdev/yii2-theme-adminlte/commit/1d54989
[b44d057]: https://github.com/hiqdev/yii2-theme-adminlte/commit/b44d057
[9f617d8]: https://github.com/hiqdev/yii2-theme-adminlte/commit/9f617d8
[f669907]: https://github.com/hiqdev/yii2-theme-adminlte/commit/f669907
[506e39e]: https://github.com/hiqdev/yii2-theme-adminlte/commit/506e39e
[2680d27]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2680d27
[9b3ee58]: https://github.com/hiqdev/yii2-theme-adminlte/commit/9b3ee58
[2df537d]: https://github.com/hiqdev/yii2-theme-adminlte/commit/2df537d
[fe4ae5f]: https://github.com/hiqdev/yii2-theme-adminlte/commit/fe4ae5f
[74fcb41]: https://github.com/hiqdev/yii2-theme-adminlte/commit/74fcb41
[3beea34]: https://github.com/hiqdev/yii2-theme-adminlte/commit/3beea34
[0.1.0]: https://github.com/hiqdev/yii2-theme-adminlte/compare/0.0.1...0.1.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1 2017-01-10 16:28:36 +0000 41bd3b8810e53ee753ef87adf2f21f95a558c1b4
yii2-theme-adminlte 0.1.0 2017-11-07 10:52:31 +0000 27fcd4591c4da6925aa1331154d5bd6b3005385b

0 comments on commit 7c904e3

Please sign in to comment.