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 22
33## 0.1.1 Under development
44
5+ - Bug #85 : Update license badge URL in ` README.md ` and add license header in ` LICENSE.md ` and kill infection mutant (@terabytesoftw )
6+
57## 0.1.0 July 8, 2025
68
79- Initial release
Original file line number Diff line number Diff line change 1+ # BSD 3-Clause License
2+
13Copyright © 2008 by Terabytesoftw (< https://github.com/terabytesoftw/ > )
24All rights reserved.
35
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ For detailed configuration options and advanced usage.
378378
379379## License
380380
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 )
382382
383383## Fork
384384
Original file line number Diff line number Diff line change @@ -259,9 +259,6 @@ public function afterUpdate(): void
259259
260260 if ($ this ->operation === self ::OPERATION_MAKE_ROOT ) {
261261 $ this ->moveNodeAsRoot ($ currentOwnerTreeValue );
262- $ this ->invalidateCache ();
263-
264- return ;
265262 }
266263
267264 if ($ this ->node === null ) {
You can’t perform that action at this time.
0 commit comments