Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit e00e2b8

Browse files
committed
Updated changelog for version 0.3.0 release
1 parent ffa06d1 commit e00e2b8

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

CHANGELOG.md

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [v0.3.0](https://github.com/silverbux/laravel-angular-admin/tree/v0.3.0) (2016-06-08)
4+
[Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.2.0...v0.3.0)
5+
6+
**Closed issues:**
7+
8+
- Whoops, looks like something went wrong. [\#26](https://github.com/silverbux/laravel-angular-admin/issues/26)
9+
10+
**Merged pull requests:**
11+
12+
- Reset password form improvements [\#35](https://github.com/silverbux/laravel-angular-admin/pull/35) ([ionut-tanasa](https://github.com/ionut-tanasa))
13+
- Added validation to forgot password form [\#34](https://github.com/silverbux/laravel-angular-admin/pull/34) ([ionut-tanasa](https://github.com/ionut-tanasa))
14+
- Login form validation [\#32](https://github.com/silverbux/laravel-angular-admin/pull/32) ([ionut-tanasa](https://github.com/ionut-tanasa))
15+
- Automated .env config setup [\#30](https://github.com/silverbux/laravel-angular-admin/pull/30) ([ionut-tanasa](https://github.com/ionut-tanasa))
16+
- Fixed users table migration allowing email/password registration [\#29](https://github.com/silverbux/laravel-angular-admin/pull/29) ([ionut-tanasa](https://github.com/ionut-tanasa))
17+
- Fix error on running ngHtml2Js [\#28](https://github.com/silverbux/laravel-angular-admin/pull/28) ([leoruhland](https://github.com/leoruhland))
18+
- Chartjs component + deleted dialog and toast service [\#27](https://github.com/silverbux/laravel-angular-admin/pull/27) ([silverbux](https://github.com/silverbux))
19+
- Angular unit testing [\#25](https://github.com/silverbux/laravel-angular-admin/pull/25) ([silverbux](https://github.com/silverbux))
20+
321
## [v0.2.0](https://github.com/silverbux/laravel-angular-admin/tree/v0.2.0) (2016-05-26)
422
[Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.1.1...v0.2.0)
523

@@ -9,6 +27,7 @@
927
- Small updates [\#23](https://github.com/silverbux/laravel-angular-admin/pull/23) ([wouterNL](https://github.com/wouterNL))
1028
- Added Widgets Component [\#22](https://github.com/silverbux/laravel-angular-admin/pull/22) ([silverbux](https://github.com/silverbux))
1129
- Convert .less to .scss [\#21](https://github.com/silverbux/laravel-angular-admin/pull/21) ([wouterNL](https://github.com/wouterNL))
30+
- Applied fixes from StyleCI [\#20](https://github.com/silverbux/laravel-angular-admin/pull/20) ([silverbux](https://github.com/silverbux))
1231
- Applied fixes from StyleCI [\#19](https://github.com/silverbux/laravel-angular-admin/pull/19) ([silverbux](https://github.com/silverbux))
1332

1433
## [v0.1.1](https://github.com/silverbux/laravel-angular-admin/tree/v0.1.1) (2016-05-23)
@@ -29,13 +48,13 @@
2948
- Users List/ Edit and Role Settings [\#12](https://github.com/silverbux/laravel-angular-admin/pull/12) ([silverbux](https://github.com/silverbux))
3049
- User Permission Module [\#11](https://github.com/silverbux/laravel-angular-admin/pull/11) ([silverbux](https://github.com/silverbux))
3150
- Going for standardjs [\#9](https://github.com/silverbux/laravel-angular-admin/pull/9) ([silverbux](https://github.com/silverbux))
32-
- Access control list [\#8](https://github.com/silverbux/laravel-angular-admin/pull/8) ([silverbux](https://github.com/silverbux))
51+
- Implemented bican/roles and mikemclin/angular-acl for access control [\#8](https://github.com/silverbux/laravel-angular-admin/pull/8) ([silverbux](https://github.com/silverbux))
3352
- Access control list [\#7](https://github.com/silverbux/laravel-angular-admin/pull/7) ([silverbux](https://github.com/silverbux))
3453
- Merge pull request \#4 from silverbux/master [\#5](https://github.com/silverbux/laravel-angular-admin/pull/5) ([silverbux](https://github.com/silverbux))
3554
- production parameter + elixir [\#4](https://github.com/silverbux/laravel-angular-admin/pull/4) ([silverbux](https://github.com/silverbux))
36-
- Heroku [\#3](https://github.com/silverbux/laravel-angular-admin/pull/3) ([silverbux](https://github.com/silverbux))
37-
- Heroku Deployment [\#2](https://github.com/silverbux/laravel-angular-admin/pull/2) ([silverbux](https://github.com/silverbux))
38-
- Heroku [\#1](https://github.com/silverbux/laravel-angular-admin/pull/1) ([silverbux](https://github.com/silverbux))
55+
- Added heroku-buildpack-nodejs and heroku-buildpack-php on .buildpacks [\#3](https://github.com/silverbux/laravel-angular-admin/pull/3) ([silverbux](https://github.com/silverbux))
56+
- Heroku deployment and buildpacks [\#2](https://github.com/silverbux/laravel-angular-admin/pull/2) ([silverbux](https://github.com/silverbux))
57+
- Moving from codeship deployment to heroku buildpack [\#1](https://github.com/silverbux/laravel-angular-admin/pull/1) ([silverbux](https://github.com/silverbux))
3958

4059

4160

0 commit comments

Comments
 (0)