Skip to content

ExpressionEngine 6.0.3

Compare
Choose a tag to compare
@obfuscode obfuscode released this 17 Feb 15:39
· 3362 commits to 6.dev since this release
c07f240

Important: This version includes important security updates.

Bug Fixes 💃🐛

  • Resolved #629 where CP styles were broken by browser extension.
  • Resolved #800 where File Picker was not shown for Text fields.
  • Resolved #824 where channel entry stats numbers were not consistent.
  • Resolved #871 where some channel access checkboxes were still selected on Role edit page after
  • Resolved #885 where checking for template access was creating unnecessary server load.
  • Resolved #888 where PHP notice was shown when viewing front-end of fresh EE6 installation without templates.
  • Resolved bug where removing avatars in legacy member templates was throwing PHP error. removing all permissions.
  • Resolved bug where Template Profiler might throw PHP error when checking for memory.
  • Resolved bug with file upload not working on entry edit page after invoking file browser in thumb view.
  • Resolved bug when JavaScript warning was thrown when file was uploaded and name conflict resolved.
  • Resolved bug where database may not have existed in backup during update
  • Resolved bug where Theme Folder Path may not have been correct causing errors during updates.
  • Resolved but where some 3rd party add-on icons where not properly fetched.
  • Security: Fixed a potential remote code execution vulnerability
  • Security: Fixed a potential directory traversal vulnerability

Enhancements 🚀

  • Added PrimaryMembers relationship for Role model.