diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcfc86..0db0ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/chkipper.json b/chkipper.json index c23068c..6658e33 100644 --- a/chkipper.json +++ b/chkipper.json @@ -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/" } diff --git a/history.md b/history.md index 226b56c..1c6c582 100644 --- a/history.md +++ b/history.md @@ -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 @@ -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 diff --git a/version b/version index b778912..879a981 100644 --- a/version +++ b/version @@ -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