Skip to content

Commit

Permalink
Merge pull request #32 from cybercog/release/3.4.0
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
antonkomarev authored Sep 21, 2018
2 parents 6886efa + 41194a0 commit 5d56a2f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -350,8 +351,8 @@ If you discover any security related issues, please email [email protected] inste

## Contributors

| <a href="https://github.com/antonkomarev">![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)<br />Anton Komarev</a> | <a href="https://github.com/badrshs">![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)<br />badr aldeen shek salim</a> |
| :---: | :---: |
| <a href="https://github.com/antonkomarev">![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)<br />Anton Komarev</a> | <a href="https://github.com/badrshs">![@badrshs](https://avatars.githubusercontent.com/u/26596347?s=110)<br />badr aldeen shek salim</a> | <a href="https://github.com/rickmacgillis">![@rickmacgillis](https://avatars.githubusercontent.com/u/8941225?s=110)<br />Rick Mac Gillis</a> |
| :---: | :---: | :---: |

[Laravel Ban contributors list](../../contributors)

Expand All @@ -361,7 +362,7 @@ If you discover any security related issues, please email [email protected] 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
Expand Down

0 comments on commit 5d56a2f

Please sign in to comment.