Kirby v3.4.4-rc.1 Release Notes

Release Date: 2020-09-29 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ†• New user.login:failed hook
    • ๐Ÿ†• New status= query parameter for /site/children and /pages/$pageId/children API endpoints. You can now filter pages by the following status options (all, listed, unlisted, published, drafts) #2846
    • Content representations: Allow custom MIME #2803
    • ๐Ÿ†• New this.$helper.string.hasEmoji(string) for the Panel and Panel plugins

    โœจ Enhancements

    • ๐Ÿ‘‰ Usernames are now sanitised and all HTML tags are stripped.
    • The dump() and e() helper functions are no longer defined if they already exist. This increases compatibility with Laravel and other frameworks.
    • ๐Ÿ‘Œ Improved RTL supports for text, textarea, tags and structure fields #1510
    • ๐Ÿ‘Œ Improved doc block comments
    • โœ… Increased test coverage
    • ๐Ÿ‘Œ Improved variable names in components #2839
    • โšก๏ธ Updated Github templates to integrate our new feedback platform
    • Kirby now recognises new image formats: avif, j2k, jp2. Those will not be resized yet though.
    • API requests now strip double-slashes in request paths properly #2740
    • async/await in User View

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed info text for users dialog #2832
    • ๐Ÿ›  Fixed file preview info for non-images #2842
    • ๐Ÿ›  Fixed mediaRoot() for File models #2838
    • ๐Ÿ›  Fixed issue in the FileView when searching for and navigating to other files #2849
    • ๐Ÿ›  Fixed payload routing for dialogs #2845
    • ๐Ÿ›  Fixed upload error for user avatars, when the file type does not match the previous avatar #2834
    • ๐Ÿ›  Fixed bug in Pagination range #2812

    Stats