Kirby 4.6.1 is here

Hey everyone,

we decided to release a quick patch release today. There was an issue with the writer field that could lead to missing content in writer fields when the slug changed or the page has been moved. This is now fixed in 4.6.1: https://github.com/getkirby/kirby/releases/tag/4.6.1

We also decided to include a small patch from @rasteiner which makes Kirby theoretically compatible with FrankenPHP. (see Roman’s explanation below for more context)

adding big asterisk here:

The idea of FrankenPHP would be to have a persisting process that handles many incoming requests (via a “worker” script), theoretically making it faster than starting from scratch each time (kinda like Swoole, I guess).
This isn’t the case now, and actually running Kirby via FrankenPHP seems to be about 100% slower than simple fpm.

I’ve just fixed a compatibility issue that made the kirby panel incompatible with the “classic 1 process each request” mode.

1 Like

Thanks for the clarification. I’ve never worked with FrankenPHP before and just assumed from the Github issue that this is the only roadblock. I’ve updated the post.