Skip to content

Releases: ushahidi/platform-release

v3.7.2-rc.2

14 Nov 13:14
Compare
Choose a tag to compare
v3.7.2-rc.2 Pre-release
Pre-release

v3.7.2-rc.2

v3.7.2-rc.1

15 Sep 08:26
Compare
Choose a tag to compare
v3.7.2-rc.1 Pre-release
Pre-release

v3.7.2-rc.1

v3.7.1

15 Sep 08:15
Compare
Choose a tag to compare

v3.7.1

v3.7.1-rc.3.6

31 Aug 14:31
Compare
Choose a tag to compare
v3.7.1-rc.3.6 Pre-release
Pre-release

Several bug fixes

Release v3.7.0

01 Jun 08:43
Compare
Choose a tag to compare

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.3

17 Nov 22:58
v3.6.3
Compare
Choose a tag to compare

New Features

Minor improvements and fixes

Release v3.6.2

03 Nov 00:18
v3.6.2
Compare
Choose a tag to compare
  • Hide 'filter by survey' button unless we're in an embed
  • Show share button on all normal views, but hide on embed views
  • Always show zoom control in bottom left
  • Disable editable post dates temporarily

Release v3.6.1

03 Nov 00:18
v3.6.1
Compare
Choose a tag to compare

Improvements

  • Added Embed feature, which allows users to embed the Ushahidi platform into their websites
    • This supports map embed, survey create embed and post detail embed
  • Added Share feature, which allows users to share views of the Ushahidi platform on Facebook, Twitter and as embed pages.
  • Improved image upload for posts, we simplified the process of adding images to posts and made the images viewable before the post is saved
  • Added Editable Post Date feature, this allows users to set the post date which means they can move it around in chronology. The Post Date defaults to the Post Created Date, Posts on the timeline view are now ordered by the Post Date.

Minor Improvements

  • Use post_date for default post display
  • Fix markup on post toolbox
  • Set default post_date value
  • Use correct i18n date format
  • Dropped support for Node v0.12
  • Began adding support for Node v7, currently outstanding issue with gulp and node v7
  • Improved notification slider for data import
  • Added Filter by Survey button for embed view
  • Changed collection view to display archived posts
  • Immediately create posts from new survey

Bugs

  • Fixed active filters for map/list/savedsearch/collection views
  • Fixed map view post preview layout issue for menu
  • Fixed map view post preview layout issue for image and description display
  • Updated markup to fix arrows in data source menu
  • Fixed mode context not allowing scroll

Release v3.6.0

19 Oct 03:56
v3.6.0
Compare
Choose a tag to compare

Post import improvements

  • Import post categories from CSV
  • Set post status when importing
  • Update import layout
  • Notify a user whenever their import finishes, even if they've navigated away

Minor Improvements

  • Update modal button styling
  • Notify user as they edit a post if the post is in an invalid state
  • Support markdown in site description
  • Show tasks with no fields and a message explaining this
  • Add editable post date to the API (UI pending)
  • Sane column headers on post CSV export
  • Better error reporting when uploading images

Bugs

  • Fix failure removing posts from a collection
  • Remove en-US as default language, use en instead
  • Notify user when geolocation search fails in post edit
  • Fix removing tags from a post
  • Fix invalid slugs generated for posts
  • Fix validation on lat/lon for post location fields

Development improvements

  • Re-organised file structure into main, common and settings modules
  • Move template alongside the related controller/directive
  • Remove dead code

v3.5.0

02 Sep 04:45
Compare
Choose a tag to compare

Client

Improvements

Fixes

API

Improvements

Bug fixes

  • Fix issues pulling from email
  • Fix issues pulling from FrontlineSMS (ushahidi/platform#1305)
  • Fix SQL error when PUT request makes no changes (ushahidi/platform@ed3979)