mzur / kirby-form

A form helper for Kirby CMS based websites and apps, using the Post/Redirect/Get pattern.
MIT License
8 stars 6 forks source link

Use of outdated class Kirby\Toolkit\F #18

Closed bezin closed 1 year ago

bezin commented 1 year ago

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

mzur commented 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.

bezin commented 1 year ago

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.