Skip to content

Releases: ushahidi/platform-release

v4.6.5

04 Nov 15:25
Compare
Choose a tag to compare

Revert:

due to ushahidi/platform#4155

v4.6.4

01 Nov 13:18
Compare
Choose a tag to compare

v4.6.3

23 Oct 10:06
Compare
Choose a tag to compare

v4.6.2

11 Oct 12:12
Compare
Choose a tag to compare

v4.6.2

4.6.1

27 Aug 09:17
Compare
Choose a tag to compare

Maintenance release

06 Aug 22:27
Compare
Choose a tag to compare

Bugfixes

Other improvements

v4.5.0 - feature improvements, performance improvements, and bugfixes

24 Apr 03:21
Compare
Choose a tag to compare

5d79d5fa fix(md-editor): Migrating to Toast-editor 2.0.1 by @Angamanga
cc9c7c81 disabling esModules for svg-url-loader by @Angamanga
71823975 removed private toggle button from survey-edit window by @rohit645
bd348731 Add cross-fetch (ponyfill) rather than node-fetch so that we support browsers correctly by @rowasc
26d978f2 fix(package): update leaflet.locatecontrol to version 0.71.1
ba7b49fb removing images for Youtube and Vimeo by @Angamanga
dcbe4516 hide add-post-button while edition a post by @noone0212
6ad82b4d show a better delete warning where we ask for survey name confirmation by @Angamanga
b6820484 fix: csv column titles not shown in FF by @individual-it
9bd2fe48 fix: loading correct amount of posts after deleting by @individual-it
80b2459b test: user profile & session update @individual-it
7a5671f8 Select all option for surveys by himil-vasava
c2bb127a chore(package): update html-webpack-plugin to version 4.0.0
2a2423db Fix "Share with Twitter" button by @bameda
ea80e84b updated selected user count by @noone0212
2d7119a9 Search field cleared by @noone0212
6d2ab693 Enabling User to type rather than only pasting in video field by @noone0212
2d8ac485 chore(package): update svg-url-loader to version 5.0.0 by @Angamanga
92bfc154 chore(package): update url-loader to version 4.0.0 by @Angamanga
9e50f9ea chore(package): update file-loader to version 6.0.0 by @Angamanga
5d05748d Feedback on display name field for user creation by @noone0212
1d3d17db Made filter actions bar 100% opaque to make the text behind readable. by @noone0212
b60c76b4 docker hub publish: master as "latest" release tags as themselves by @tuxpiper
40dcbec0 (transifex-release) Release last transifex updates
8c4e0f95 Fix URL to twitter configuration by @noone0212
02e371ee GEOJson optimization by @tuxpiper
8abac73a fix(perf): cache media storage url by @tuxpiper
df39e164 test: gateway checker by @individual-it
2914b690 docker hub publish: master as "latest" release tags as themselves by @tuxpiper

v4.4.1 Bugfixes

24 Mar 10:27
Compare
Choose a tag to compare

Features

Bugfixes and upgrades

PHP 7.1 deprecation , improvements and fixes

14 Mar 18:07
Compare
Choose a tag to compare

PHP 7.1 no longer supported

SInce this PHP release has reached EOL, it is not being supported by this project anymore.

We recommend PHP 7.2.x now

Localization enabled.

User-oriented messages that are generated in the i.e. (think for instance, validation errors) are no longer written in the code, but generated using Lumen's Localization support.

If you find any languages are missing or incomplete, and you would like to contribute translations, don't hesitate to join the transifex project

Other improvements

  • Issue ushahidi/platform#3533 - Setting up a Twitter application is a lengthy process for new users
    • Clarifications have been added to better guide users over the setup process

platform-client bug fixes


API and Client releases available separately:

v4.3.0 | Deprecated endpoint, build-system updates and bug-fixes

29 Jan 08:44
Compare
Choose a tag to compare

Breaking changes - Deprecation of endpoint
We have deprecated the GET /media endpoint (when used without an image-id) for getting information about all media (images) in a deployment. If you are an open source-user having made any customisations using this endpoint, please double-check and fix this before updating to the latest version. The pull-requests connected to this issue are to be found here:

Platform-API: ushahidi/platform#3832

Platform-client: ushahidi/platform-client#1409

Breaking changes: Update of build-system and outdated dependencies

This release includes updates of our build-system and removal of outdated dependencies. In order to do this, we dropped support for node < 10, so make sure to update your environment to a node version larger than 10! This includes issues:

Other changes in this release