Skip to content

Commit

Permalink
Update readme and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafamaklad committed Feb 17, 2018
1 parent 635c04f commit c5e5a63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All Notable changes to `laravel-permission-mongodb` will be documented in this file.

## 1.6.0 - 2018-02-17

### Added
- Officially support `laravel 5.6`
- Improve Lumen support

## 1.5.3 - 2018-02-07

### Added
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[![Laravel 5.3.x][ico-laravel-5.3]][link-laravel-5.3]
[![Laravel 5.4.x][ico-laravel-5.4]][link-laravel-5.4]
[![Laravel 5.5.x][ico-laravel-5.5]][link-laravel-5.5]
[![Laravel 5.6.x][ico-laravel-5.6]][link-laravel-5.6]

This package allows you to manage user permissions and roles in a database.
It is inspired from [laravel-permission][link-laravel-permission]. Same code same every thing but it is compatible with [laravel-mongodb][link-laravel-mongodb]
Expand Down Expand Up @@ -743,6 +744,8 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[ico-laravel-5.4]: https://img.shields.io/badge/Laravel-5.4.x-brightgreen.svg?style=flat-square
[link-laravel-5.5]: https://laravel.com/docs/5.5
[ico-laravel-5.5]: https://img.shields.io/badge/Laravel-5.5.x-brightgreen.svg?style=flat-square
[link-laravel-5.6]: https://laravel.com/docs/5.6
[ico-laravel-5.6]: https://img.shields.io/badge/Laravel-5.6.x-brightgreen.svg?style=flat-square

[link-travis]: https://travis-ci.org/mostafamaklad/laravel-permission-mongodb
[ico-travis]: https://img.shields.io/travis/mostafamaklad/laravel-permission-mongodb/master.svg?style=flat-square
Expand Down

0 comments on commit c5e5a63

Please sign in to comment.