Skip to content

Commit

Permalink
version bump to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 10, 2017
1 parent 41bd3b8 commit 4f1e1ab
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 118 deletions.
55 changes: 35 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
hiqdev/yii2-theme-adminlte
--------------------------

## [Under development]
## [0.0.1] - 2017-01-10

- Fixed translations
- Fixed login and password reset pages
- Changed: redone with composer-config-plugin
- Fixed build with asset-packagist
- Fixed bugs
- Added passwordResetPage and signupPage parameters to change 'I forgot my password' and 'Register' links
- Added balance recharge button
- Changed (redesigned) user menu, error page, searching
- Added TopCart widget
- Changed deposit link to @pay/deposit <- @bill/deposit
- Added use of yii2-asset-pictonic
- Added more login related pages
- Fixed getting menu items
- Added css style for Pace widget
- Fixed PHP warnings
- Changed: renamed to AdminLteTheme
- Added views and layouts to make this theme generally usable
- Changed: moved to src
- Added basics
- Fixed according to changes in `yii2-thememanager` ([@hiqsol], [@SilverFire], [@tafid])
- Fixed translations ([@hiqsol], [@SilverFire])
- Fixed login and password reset pages ([@SilverFire], [@hiqsol], [@tafid])
- Changed: redone with composer-config-plugin ([@hiqsol])
- Fixed build with asset-packagist ([@hiqsol])
- Fixed bugs ([@tafid], [@SilverFire], [@hiqsol])
- Added passwordResetPage and signupPage parameters to change 'I forgot my password' and 'Register' links ([@hiqsol])
- Added balance recharge button ([@tafid])
- Changed (redesigned) user menu, error page, searching ([@hiqsol], [@tafid])
- Added TopCart widget ([@tafid], [@hiqsol])
- Changed deposit link to @pay/deposit <- @bill/deposit ([@hiqsol])
- Added use of yii2-asset-pictonic ([@hiqsol])
- Added more login related pages ([@hiqsol], [@BladeRoot])
- Fixed getting menu items ([@hiqsol])
- Added css style for Pace widget ([@tafid])
- Fixed PHP warnings ([@SilverFire], [@hiqsol])
- Changed: renamed to AdminLteTheme ([@hiqsol])
- Added views and layouts to make this theme generally usable ([@hiqsol])
- Changed: moved to src ([@hiqsol])
- Added basics ([@hiqsol])

## [Development started] - 2015-05-27

[@hiqsol]: https://github.com/hiqsol
[sol@hiqdev.com]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[silverfire@hiqdev.com]: https://github.com/SilverFire
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[tafid@hiqdev.com]: https://github.com/tafid
[andreyklochok@gmail.com]: https://github.com/tafid
[@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
[0.0.1]: https://github.com/hiqdev/yii2-theme-adminlte/releases/tag/0.0.1
32 changes: 31 additions & 1 deletion chkipper.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
{
"name": "hiqdev/yii2-theme-adminlte"
"name": "hiqdev/yii2-theme-adminlte",
"authors": {
"hiqsol": {
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "sol@hiqdev.com",
"github": "https://github.com/hiqsol",
"homepage": "http://hipanel.com/"
},
"SilverFire": {
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"github": "https://github.com/SilverFire",
"homepage": "http://silverfire.me/"
},
"tafid": {
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"github": "https://github.com/tafid",
"homepage": "http://hiqdev.com/"
},
"BladeRoot": {
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"github": "https://github.com/BladeRoot",
"homepage": "http://hiqdev.com/"
}
}
}
Loading

0 comments on commit 4f1e1ab

Please sign in to comment.