diff --git a/CHANGELOG.md b/CHANGELOG.md index e0183d3..4de2136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to `laravel-ban` will be documented in this file. +## [3.4.0] - 2018-09-21 + +### Added + +- ([#29](https://github.com/cybercog/laravel-ban/pull/29)) Add `datetime` cast for the `deleted_at` attribute + +### Fixed + +- ([#30](https://github.com/cybercog/laravel-ban/pull/30)) Fixed bannable models ban & unban with applied BannedAtScope + ## [3.3.0] - 2018-09-16 ### Added @@ -80,6 +90,7 @@ All notable changes to `laravel-ban` will be documented in this file. - Initial release +[3.4.0]: https://github.com/cybercog/laravel-ban/compare/3.3.0...3.4.0 [3.3.0]: https://github.com/cybercog/laravel-ban/compare/3.2.0...3.3.0 [3.2.0]: https://github.com/cybercog/laravel-ban/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/cybercog/laravel-ban/compare/3.0.0...3.1.0 diff --git a/README.md b/README.md index bd6b139..a992716 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Use case is not limited to User model, any Eloquent model could be banned: Organ - Use case is not limited to `User` model, any Eloquent model could be banned. - Events firing on models `ban` and `unban`. - Designed to work with Laravel Eloquent models. +- Has [Laravel Nova support](https://github.com/cybercog/laravel-nova-ban). - Using contracts to keep high customization capabilities. - Using traits to get functionality out of the box. - Following PHP Standard Recommendations: @@ -350,8 +351,8 @@ If you discover any security related issues, please email open@cybercog.su inste ## Contributors -| ![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)
Anton Komarev
| ![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)
badr aldeen shek salim
| -| :---: | :---: | +| ![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)
Anton Komarev
| ![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)
badr aldeen shek salim
| ![@rickmacgillis](https://avatars.githubusercontent.com/u/8941225?s=110)
Rick Mac Gillis
| +| :---: | :---: | :---: | [Laravel Ban contributors list](../../contributors) @@ -361,7 +362,7 @@ If you discover any security related issues, please email open@cybercog.su inste ## License -- `Laravel Ban` package is open-sourced software licensed under the [MIT License](LICENSE) by Anton Komarev. +- `Laravel Ban` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev](https://github.com/antonkomarev/). - `Fat Boss In Jail` image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by Gan Khoon Lay. ## About CyberCog