fabianmichael / kirby-meta

All-in-one solution to all of your SEO/OpenGraph/JSON-LD needs. 👀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add PHP 8.2 support

ersoma opened this issue · comments

Hey!

When I tried to open the plugin under PHP 8.2 I got the following error:
Képernyőfotó 2023-02-14 - 20 17 50

This is because Dynamic Properties are deprecated under PHP 8.2 (https://php.watch/versions/8.2/dynamic-properties-deprecated). Kirby fully supports PHP 8.2 since 3.9 (https://getkirby.com/releases/3.9) and it would be amazing to use this plugin with it, under the most up-to-date environment. Would you consider supporting more recent PHP versions soon?
Thanks!

Was already fixed, but no release yet. Just created a new one. :-)

https://github.com/fabianmichael/kirby-meta/releases/tag/0.3.1-beta

Great, thanks!
Could you please add it to composer as well? https://packagist.org/packages/fabianmichael/kirby-meta here the latest is still 0.3.0-beta.

@ersoma done! Always forget about updating the version in composer.json …