Closed srijan closed 9 months ago
so that means I can't use it for Kirby 4 anymore? Awesome. :D Anyone git (lol) an alternative?
Sorry, I've been busy lately. I'll try to make the plugin compatible with Kirby 4. In the meantime, PRs are welcome!
You can work around this by using an alias version in composer when installing Kirby 4.
"getkirby/cms": "4.1.0 as 3.9.8"
This of course means all your packages will now be checking their compatibility against version 3.9.8. Depending on the number of plugins your using this may not be worth the potential issues. Just wanted to share.
I've published version 2.0.0 with support for Kirby 4. Could you try it out and let me know if it works?
Hey @hdodov, update looks to be working well for me. Thanks!
The
composer.json
in the current release requires"getkirby/cms": "^3.7",
, which^4.0.0
does not satisfy.Full error:
(Originally published at: https://srijan.ch/notes/2023-11-28-001)