mullema / k3-panel-view-extended

Quick fix for some missing features in the panel
MIT License
27 stars 2 forks source link

Incompatible with the new kirby release #18

Closed chrfickinger closed 2 years ago

chrfickinger commented 2 years ago

Just a short note. The Plugin stopped working with the new announced kirby release 3.7

All list views are broken: Cms\ModelWithContent::panelImage() has been deprecated and will be removed in Kirby 3.8.0. Use $model->panel()->image() instead.

distantnative commented 2 years ago

@mullema You will have to make a few updates to mirror the changes to the pages section made in 3.7.0: https://github.com/getkirby/kirby/blob/develop/config/sections/pages.php#L129-L160

The deprecation warning is just one thing, but e.g. without updates your plugin would also not support the new layout: table feature.