Skip to content

Releases: ushahidi/platform

v5.0.0-rc5

13 Aug 16:17
Compare
Choose a tag to compare

v5.0.0-rc5

v5.0.0-rc.4

13 Aug 14:25
Compare
Choose a tag to compare

v5.0.0-rc.4

v5.0.0-rc.2

13 Aug 13:56
Compare
Choose a tag to compare

v5.0.0-rc.2

v4.6.0

06 Aug 22:08
Compare
Choose a tag to compare

Bugfixes

  • Twitter URL fix for posts and messages with new Twitter format
  • fix(csv): display full media URLs in the CSV .
  • Improvements to build system

v4.5.0 - performance improvements and bugfixes

24 Apr 02:19
Compare
Choose a tag to compare

40dcbec (transifex-release) Release last transifex updates
8c4e0f9 Fix URL to twitter configuration by @noone0212
02e371e GEOJson optimization by @tuxpiper
8abac73 fix(perf): cache media storage url by @tuxpiper
df39e16 test: gateway checker by @individual-it
2914b69 docker hub publish: master as "latest" release tags as themselves by @tuxpiper

Release candidate - rc-v4.4.4

10 Apr 06:37
98e3959
Compare
Choose a tag to compare
Pre-release
  • GeoJSON optimization #3907 - It seems there is a regression here. #3922
  • Gateway checker #3911
  • Cache media endpoint request to avoid going to rackspace for it #3917

RC v4.4.2

30 Mar 13:24
f00e40b
Compare
Choose a tag to compare
RC v4.4.2 Pre-release
Pre-release

v4.4.1 Bugfixes

19 Mar 15:45
873a2b9
Compare
Choose a tag to compare

Features

  • Send user an notification-email when password is changed. Thanks @webong!

Bugfixes and upgrades

New PHP requirements and other improvements

14 Mar 17:39
bfe9153
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 #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 updates

This release is paired with another new release of ushahidi/platform-client , please check the corresponding changelog here

v4.3.0 | Depreciation of endpoint

29 Jan 08:34
Compare
Choose a tag to compare

Breaking changes - Depreciation of endpoint
We have depreciated the GET /media-endpoint (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: #3832

Platform-client: ushahidi/platform-client#1409

This release also have a corresponding Platform-client-release. See release-notes for Platform-client for further information about changes there.