sylvainjule / kirby-pagetable

Display subpages in a flexible table section. Kirby 3 only.
MIT License
113 stars 11 forks source link

Version 1.1 breaks compatibility with Kirby 3.5. #73

Closed thathoff closed 2 years ago

thathoff commented 2 years ago

Version 1.1 introduces changes that make the plugin incompatible with Kirby prior to 3.6.. It’s no longer possible to create new pages (Cannot read properties of undefined (reading 'open')). Maybe you can add a little notice to the README.

The solution is to downgrade to 1.0.9 for Kirby 3.5. installations.

sylvainjule commented 2 years ago

3.6 introduced changes that wouldn't allow me to provide an easy compatibility. As stated in the README, please use 1.0.9 with 3.5:

Kirby 3.6+ is supported with Pagetable 1.1+. You should use 1.0.9 with previous Kirby 3 versions.

thathoff commented 2 years ago

Thanks, overlooked the notice in the README.