File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
44
55## [ Unreleased]
66
7+ ## [ 5.1.1] - 2020-02-20
8+
9+ ### Fixed
10+
11+ - ([ #62 ] ) Fixed ` undoActivate ` method in ` HasActiveFlagHelpers ` trait
12+
713## [ 5.1.0] - 2019-09-04
814
915### Added
@@ -272,7 +278,8 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
272278
273279- ` is_active ` boolean flag added.
274280
275- [ Unreleased ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.0...master
281+ [ Unreleased ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.1...master
282+ [ 5.1.1 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.0...5.1.1
276283[ 5.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.0.0...5.1.0
277284[ 5.0.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/4.0.0...5.0.0
278285[ 4.0.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/3.13.0...4.0.0
@@ -298,6 +305,7 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
298305[ 1.2.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.1.0...1.2.0
299306[ 1.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.0.0...1.1.0
300307
308+ [ #62 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/62
301309[ #59 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/59
302310[ #56 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/56
303311[ #50 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/50
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ If you discover any security related issues, please email
[email protected] inste
134134
135135| <a href =" https://github.com/antonkomarev " >![ @antonkomarev ] ( https://avatars.githubusercontent.com/u/1849174?s=110 ) <br />Anton Komarev</a > | <a href =" https://github.com/zagreusinoz " >![ @zagreusinoz ] ( https://avatars.githubusercontent.com/u/16147285?s=110 ) <br />zagreusinoz</a > | <a href =" https://github.com/jonagoldman " >![ @jonagoldman ] ( https://avatars.githubusercontent.com/u/1297559?s=110 ) <br />Jona Goldman</a > | <a href =" https://github.com/irazasyed " >![ @irazasyed ] ( https://avatars.githubusercontent.com/u/1915268?s=110 ) <br />Irfaq Syed</a > | <a href =" https://github.com/gpioto " >![ @gpioto ] ( https://avatars.githubusercontent.com/u/7549089?s=110 ) <br />gpioto</a > |
136136| :---: | :---: | :---: | :---: | :---: |
137+ | <a href =" https://github.com/rayronvictor " >![ @rayronvictor ] ( https://avatars.githubusercontent.com/u/1683922?s=110 ) <br />Rayron Victor</a > | | | | |
137138
138139[ Eloquent Flag contributors list] ( ../../contributors )
139140
You can’t perform that action at this time.
0 commit comments