johannschopplich / kirby-serp-preview

🔍 Kirby Panel plugin for search engine result page previews
https://kirbyseo.com
MIT License
17 stars 2 forks source link

Compatibility for Kirby 5 #8

Open grommasdietz opened 2 days ago

grommasdietz commented 2 days ago

During my tests and improvements for Kirby 5 (v5.0-alpha.4), I noticed that the serp section is not rendered anymore.

The console gives following errors:

[Error] TypeError: undefined is not an object (evaluating 'l.getters')
[Error] TypeError: undefined is not an object (evaluating 's.label')

Should I investigate further or should we wait for the official release to support Kirby 5?

johannschopplich commented 2 days ago

Yes, the latest Kirby 5 alpha introduces breaking changes that plugins like mine need to adapt to.

I will add support for Kirby 5 as soon as Kirby reaches the release candidate phase (as other breaking changes may come).

grommasdietz commented 2 days ago

Great! Thanks for having a look and your active support!