Closed bezin closed 1 year ago
Thanks for the info! Since there is a class alias in place I think I leave it like that for backwards compatibility. Once there is a Kirby version with a breaking change (I expect this will be v4), this extension can get a new major release, too.
Alrighty, just wanted to leave this here as a note :-) Also according to distantnative in Kirby discord, the aliases will probably be around even longer and will not be dropped with Kirby 4.
Hi there, thanks for this plugin :-)
While upgrading a Kirby installation I found out, that this plugin uses Kirby\Toolkit\F, which has been refactored to
Kirby\Filesystem\F
in Kirby 3.6. There are aliases available which is why the code still works. However, the aliases might be deleted eventually.See the changelog under refactoring
Cheerio