Skip to content

Releases: cybercog/laravel-ban

2.1.0

20 Mar 23:12
Compare
Choose a tag to compare

Added

  • withBanned, withoutBanned, onlyBanned scopes added to all bannable models.

Changed

  • HasBans is a collection of traits HasBannedAtHelpers, HasBannedAtScope, HasBansRelation now.

View the changes from 2.0.1 to 2.1.0

2.0.1

19 Mar 07:52
Compare
Choose a tag to compare

Changed

  • Events properties are public now: #4

View the changes from 2.0.0 to 2.0.1

2.0.0

06 Mar 17:41
Compare
Choose a tag to compare

Contract & Trait renamed to follow CyberCog naming convention.

Changed

  • Contract CanBeBanned renamed to HasBans
  • Trait CanBeBanned renamed to HasBans

View the changes from 1.0.0 to 2.0.0

1.0.0

05 Mar 16:36
Compare
Choose a tag to compare

Initial release