fabianmichael / kirby-meta

All-in-one solution to all of your SEO/OpenGraph/JSON-LD needs. 👀
MIT License
65 stars 8 forks source link

Add PHP 8.2 support #36

Closed ersoma closed 1 year ago

ersoma commented 1 year ago

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!

fabianmichael commented 1 year ago

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

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

ersoma commented 1 year ago

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.

fabianmichael commented 1 year ago

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