Releases: ushahidi/platform
Releases · ushahidi/platform
v3.7.2-rc.3
v3.7.2-rc.3
v3.7.2-rc.2
v3.7.2-rc.1
v3.7.2-rc.1
v3.7.1
v3.7.1-rc.3
v3.7.1-rc.3
v3.7.1-rc.2
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
v3.7.1-rc.1
v3.7.1-rc.1
Release v3.7.0
New Features
- Added Field Level Locking to Surveys
- Improved Survey UX
- Added Task Level Visibility
- Added Webhook Support
- Added Webhook UX
- Added Webhook events fro Create, Update of Post
- Added Survey Duplication
- Added Task Duplication
- Added Support for OSS deployment with Ushahidi Mobile
- Added Deeplinking for iOS and Android
- Added Banner ads for iOS and Android
- Adding Location Search Picker for Maps in Posts
- Added reply to twitter via Post feature
- Added support for hierarchical categories
- Added Category field type to Survey
- Added Markdown field type to Survey
- Add tags dynamically directly from Posts
- Added language switching for all users
Minor improvements and fixes
- Adding uglify-friendly code to colors
- Confirming on delete for unsaved surveys, tasks and fields
- Upgrade node to v6
- Resolved twitter duplication bug
- Display number of unmapped posts to timeline
- Moved Savedsearches to Modal
- Moved Filter to Modal
Release v3.6.4
New Features
- Added Field Level Locking to Surveys
- Added Task Level Visibility
- Added Webhook Support
- Added Webhook events fro Create, Update of Post
- Added Survey Duplication
- Added Task Duplication
- Added reply to twitter via Post feature
- Added support for hierarchical categories
- Added Category field type to Survey
- Added Markdown field type to Survey
- Add tags dynamically directly from Posts
- Added language switching for all users
Minor improvements and fixes
- Add more details on use case internals
- Fixed keyword twitter fetch
- Display number of unmapped posts to timeline
- Format for PSR2
- Replaced shadowhand/email
- Fix waffle badge
- Fixes check for unencrypted IMAP
- Making sure the email with last-uid is not imported again
Release v3.6.3
New Features
- Add video embed fields (#1452)
- Make labels editable on default title + description fields (#1469)
- "Create New Survey" link in sidebar (#1470)
- Make post dates editable (#1362)
Minor improvements and fixes
- Allow ?status[]=all as a post filter (9809c05)
- Hide reply to author on twitter messages as it doesn't work (ushahidi/platform-client@debf4aa)
- Only redirect after deleting a post if we're not already on map/timeline (ushahidi/platform-client@76c7d73)
- Fix coloring on post status indicator when on detail page (ushahidi/platform-client@afa651b)
- Fix bugs when editing collections (#1407)
- Fix timezone issues with post date editor (ushahidi/platform-client#397)