File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.1.1 Under development
4
4
5
+ - Bug #85 : Update license badge URL in ` README.md ` and add license header in ` LICENSE.md ` and kill infection mutant (@terabytesoftw )
6
+
5
7
## 0.1.0 July 8, 2025
6
8
7
9
- Initial release
Original file line number Diff line number Diff line change
1
+ # BSD 3-Clause License
2
+
1
3
Copyright © 2008 by Terabytesoftw (< https://github.com/terabytesoftw/ > )
2
4
All rights reserved.
3
5
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ For detailed configuration options and advanced usage.
378
378
379
379
## License
380
380
381
- [ ![ License] ( https://poser.pugx.org/ yii2-extensions/nested-sets-behavior/license )] ( LICENSE.md )
381
+ [ ![ License] ( https://img.shields.io/github/license/ yii2-extensions/nested-sets-behavior )] ( LICENSE.md )
382
382
383
383
## Fork
384
384
Original file line number Diff line number Diff line change @@ -259,9 +259,6 @@ public function afterUpdate(): void
259
259
260
260
if ($ this ->operation === self ::OPERATION_MAKE_ROOT ) {
261
261
$ this ->moveNodeAsRoot ($ currentOwnerTreeValue );
262
- $ this ->invalidateCache ();
263
-
264
- return ;
265
262
}
266
263
267
264
if ($ this ->node === null ) {
You can’t perform that action at this time.
0 commit comments