From 0e65e4f25e70f370d733d42ffabbf1982b30e3fa Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Tue, 6 Dec 2016 11:41:48 +0000 Subject: [PATCH] version bump to 0.0.3 --- CHANGELOG.md | 7 ++++++- history.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++- version | 2 +- 3 files changed, 65 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4dcad3..1589959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # hiqdev/hisite-core -## [0.0.2] - 2016-09-03 +## [0.0.3] - 2016-12-06 + +- Added ValidateAction, RedirectAction +- Removed login views to hiam-core + +## [0.0.2] - 2016-09-08 - Added RenderAction and LoginForm - Fixed requirements and params diff --git a/history.md b/history.md index 4738b12..e56bca1 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,37 @@ # hiqdev/hisite-core -## [0.0.2] - 2016-09-03 +## [0.0.3] - 2016-12-06 + +- Added ValidateAction, RedirectAction + - [a348624] 2016-12-06 csfixed [sol@hiqdev.com] + - [a93fa3c] 2016-11-04 Added missing `allowedIps` parameter [d.naumenko.a@gmail.com] + - [fdad063] 2016-11-03 improved debug config [sol@hiqdev.com] + - [137b160] 2016-10-25 csfixed [sol@hiqdev.com] + - [46e3ade] 2016-10-25 translations [sol@hiqdev.com] + - [d9d015e] 2016-10-25 used standart paths for mail views [sol@hiqdev.com] + - [6a076e0] 2016-10-22 added ValidateAction [sol@hiqdev.com] + - [53301f0] 2016-10-18 translation [andreyklochok@gmail.com] + - [91b5672] 2016-10-04 translations [andreyklochok@gmail.com] + - [8d0414c] 2016-09-29 added translations [sol@hiqdev.com] + - [ca68945] 2016-09-29 fixed namespaces in menus [sol@hiqdev.com] + - [8bbad67] 2016-09-28 redone building theme pathMap with compilePathMap and substituteVars [sol@hiqdev.com] + - [be0e704] 2016-09-28 viewPaths was redone to themedPaths in yii2-thememanager [sol@hiqdev.com] + - [1b113c6] 2016-09-22 moved menus to own folder [sol@hiqdev.com] + - [10348a5] 2016-09-21 improved logout action added redirect back if given [sol@hiqdev.com] + - [d24d770] 2016-09-20 improved RedirectAction to bypass ready response [sol@hiqdev.com] + - [e29028c] 2016-09-20 added RedirectAction [sol@hiqdev.com] + - [14cf135] 2016-09-20 csfixed [sol@hiqdev.com] + - [0fc0757] 2016-09-16 removed `hisite/page` translation [sol@hiqdev.com] + - [9992140] 2016-09-16 simplified requirements [sol@hiqdev.com] + - [60fdde0] 2016-09-16 removed AccessControl and VerbFilter from SiteController [sol@hiqdev.com] + - [dbd322b] 2016-09-16 csfixed [sol@hiqdev.com] + - [f661662] 2016-09-13 fixed RenderAction used id2camel for building view from action id [sol@hiqdev.com] +- Removed login views to hiam-core + - [ddaa9ab] 2016-10-25 removed login views to hiam-core [sol@hiqdev.com] + - [0acd593] 2016-10-14 added login oriented pages: signup, resetPassword, restorePassword, confirmPassword [sol@hiqdev.com] + - [8cbf9f7] 2016-10-13 greatly improved LoginForm to be suitable for any login-like pages: signup, restore-password, reset-password [sol@hiqdev.com] + +## [0.0.2] - 2016-09-08 - Added RenderAction and LoginForm - [6057c19] 2016-09-02 used LoginForm widget for login page [sol@hiqdev.com] @@ -65,3 +96,29 @@ [3aa7251]: https://github.com/hiqdev/hisite-core/commit/3aa7251 [c1cd643]: https://github.com/hiqdev/hisite-core/commit/c1cd643 [d84fa8e]: https://github.com/hiqdev/hisite-core/commit/d84fa8e +[a348624]: https://github.com/hiqdev/hisite-core/commit/a348624 +[a93fa3c]: https://github.com/hiqdev/hisite-core/commit/a93fa3c +[fdad063]: https://github.com/hiqdev/hisite-core/commit/fdad063 +[137b160]: https://github.com/hiqdev/hisite-core/commit/137b160 +[46e3ade]: https://github.com/hiqdev/hisite-core/commit/46e3ade +[ddaa9ab]: https://github.com/hiqdev/hisite-core/commit/ddaa9ab +[d9d015e]: https://github.com/hiqdev/hisite-core/commit/d9d015e +[6a076e0]: https://github.com/hiqdev/hisite-core/commit/6a076e0 +[53301f0]: https://github.com/hiqdev/hisite-core/commit/53301f0 +[0acd593]: https://github.com/hiqdev/hisite-core/commit/0acd593 +[8cbf9f7]: https://github.com/hiqdev/hisite-core/commit/8cbf9f7 +[91b5672]: https://github.com/hiqdev/hisite-core/commit/91b5672 +[8d0414c]: https://github.com/hiqdev/hisite-core/commit/8d0414c +[ca68945]: https://github.com/hiqdev/hisite-core/commit/ca68945 +[8bbad67]: https://github.com/hiqdev/hisite-core/commit/8bbad67 +[be0e704]: https://github.com/hiqdev/hisite-core/commit/be0e704 +[1b113c6]: https://github.com/hiqdev/hisite-core/commit/1b113c6 +[10348a5]: https://github.com/hiqdev/hisite-core/commit/10348a5 +[d24d770]: https://github.com/hiqdev/hisite-core/commit/d24d770 +[e29028c]: https://github.com/hiqdev/hisite-core/commit/e29028c +[14cf135]: https://github.com/hiqdev/hisite-core/commit/14cf135 +[0fc0757]: https://github.com/hiqdev/hisite-core/commit/0fc0757 +[9992140]: https://github.com/hiqdev/hisite-core/commit/9992140 +[60fdde0]: https://github.com/hiqdev/hisite-core/commit/60fdde0 +[dbd322b]: https://github.com/hiqdev/hisite-core/commit/dbd322b +[f661662]: https://github.com/hiqdev/hisite-core/commit/f661662 diff --git a/version b/version index 7a54085..495f019 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.2 2016-09-03 14:28:55 +0000 d84fa8e5ccae89e91eca13c630f76dc367f50ba7 +0.0.3 2016-12-06 11:26:34 +0000 a348624a50fd27d57f14a9d5afc8698ac11ce124