File tree 2 files changed +10
-1
lines changed
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
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 5.1.1] - 2020-02-20
8
+
9
+ ### Fixed
10
+
11
+ - ([ #62 ] ) Fixed ` undoActivate ` method in ` HasActiveFlagHelpers ` trait
12
+
7
13
## [ 5.1.0] - 2019-09-04
8
14
9
15
### Added
@@ -272,7 +278,8 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
272
278
273
279
- ` is_active ` boolean flag added.
274
280
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
276
283
[ 5.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.0.0...5.1.0
277
284
[ 5.0.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/4.0.0...5.0.0
278
285
[ 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
298
305
[ 1.2.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.1.0...1.2.0
299
306
[ 1.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.0.0...1.1.0
300
307
308
+ [ #62 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/62
301
309
[ #59 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/59
302
310
[ #56 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/56
303
311
[ #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
134
134
135
135
| <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 > |
136
136
| :---: | :---: | :---: | :---: | :---: |
137
+ | <a href =" https://github.com/rayronvictor " >![ @rayronvictor ] ( https://avatars.githubusercontent.com/u/1683922?s=110 ) <br />Rayron Victor</a > | | | | |
137
138
138
139
[ Eloquent Flag contributors list] ( ../../contributors )
139
140
You can’t perform that action at this time.
0 commit comments