github getkirby/kirby 3.4.2

latest releases: 3.10.1, 5.0.0-alpha.1, 4.3.0...
3 years ago

This release is a quick patch for an annoying regression in 3.4.1 and a useful bug fix.

Fixed template switching regression (#2758)

We broke template switching in 3.4.1 and we are really sorry for it. This patch release will fix this regression. If your projects rely on template switching for pages, you should upgrade!

Fixed endless loop for users without access to the site view (#2760)

When you create user roles that don't have access to the site view with

# /site/blueprints/users/my-role.yml
permissions: 
  access: 
    site: false

... those users will be stuck in an endless loop after login, because they are not allowed to visit the site view, which is the default view. This release will fix this and redirect such users to their own account.

Summer break

We wanted to get this release out there before our summer holiday break. We will be back on September 1st with new features, new fixes and new energy. See you soon!

Don't miss a new kirby release

NewReleases is sending notifications on new releases.