Version 5.3.1

March 30, 2026
  • Fix quick edit on multi domain setups by removing the isLoggedIn check. The request is async and happens after the page loaded, so this shouldn't add any noticeable performance issues and removes a lot of problems.

Version 5.3.0

January 16, 2025
  • Add CSP (Content Security Policy) compatibility
  • Add autoInject setting to disable automatic injection of JS and CSS
  • Add Twig variable craft.quickEdit.render() for manual template output
  • Add optional nonce parameter craft.quickEdit.render(nonce) for CSP nonce support
  • Add craft.quickEdit.js() and craft.quickEdit.css() for full control over output

Version 5.2.2

June 7, 2025
  • Adjust installation behavior to set a cookie in dev mode. This ensures you don't have to log out and back in after installation.

Version 5.2.1

May 30, 2025
  • Fix issue with standalone preview link generation

Version 5.2.0

April 8, 2025
  • Add support for Verbb Social Login

Version 5.1.0

March 15, 2025
  • Add support for Craft 4
  • Add a bypass setting to always show the quick edit button

Version 5.0.2

January 26, 2025
  • Add support for mutisites
  • Add support for craft commerce product pages
  • Improve performance by minimizing db queries

Version 5.0.1

January 24, 2025
  • Add standalone preview mode setting for Craft versions >= 5.6.0
  • Add a new cookie to check if the user was ever logged in to improve performance
  • Add a new link text setting for more customization

Version 5.0.0

January 19, 2025
  • Initial Release