v3.7.1-rc.2
Pre-release
Pre-release
Features:
- Add new 'EditOwnPosts' permission (64c66a3)
- Allow searching for multiple values within a post attributes (f45fc00)
- Updating csv to show tag name, set name, form name, completed stage name (f7e985a)
Fixes
- Always validate required post fields (84ac13c)
- Fix post validationg when publishing a post (8ce4d41)
- Encode image URLs properly even when using the CDN #1635 (3173a94)
- Fix validation of form name and description when empty (2ac537b)
- Fixed intercom user add (822bdf0)
- Hide author info from post response unless user is admin (3d98001)
- Fix FrontlineSMS intergration (837430b)
Refactoring
- Refactor ACL (1a6973f)
- Refactor PermissionAccess trait to allow checking for multiple permissions (3ae7442)
- Rename
hasAccess()
tocanAccessDeployment()
in Authorizers (10501e8) - Simplifying Intercom Listeners and setup (e84bacb)
Trivia