Skip to content

Releases: pwyf/iati-decipher

v1.5.2

19 Dec 09:31
Compare
Choose a tag to compare

Fixed

  • Fixed bad codelist updates

v1.5.1

19 Dec 00:14
Compare
Choose a tag to compare

Fixed

  • Updated some codelists
  • Add (new) proxy server in again, since it very much is needed!
  • Update dependencies (to fix security alerts)

v1.5.0

24 Sep 17:16
Compare
Choose a tag to compare

Fixed

  • Don’t break the publisher list button on the registry, by only including the required bit of bootstrap javascript (#106)
  • Remove custom proxy server for web service, since it is no longer needed (and in fact no longer exists) (#105)

v1.4.4

03 May 16:53
Compare
Choose a tag to compare

Fixed

  • Update jquery to 3.4.0 (fixes security vulnerability)
  • Update tar to 4.4.2 (fixes security vulnerability)

v1.4.3

24 Feb 21:03
Compare
Choose a tag to compare

Fixed

  • Update bootstrap to 3.4.1 (fixes security vulnerability)

v1.4.2

17 Jan 17:04
Compare
Choose a tag to compare

Changed

  • Always show graph legend. Since there are no expenditure statuses, just show “Expenditure” by default (#102)
  • Fix dataset search to search organisations (but note that it’s not currently possible to search organisation titles) (#93)
  • Upgrade bootstrap to 3.4.0

Fixed

  • Use a custom proxy server for web service (#103)

v1.4.1

27 Nov 16:48
Compare
Choose a tag to compare

Fixed

  • Fix bug to handle default language correctly

v1.4.0

27 Nov 15:34
Compare
Choose a tag to compare

Added

  • Add document language filter (#20)

Fixed

  • Fix bug with x-axis tick values and missing legend values (#100)
  • Allow for document filtering on empty-string attributes

v1.3.1

26 Nov 17:14
Compare
Choose a tag to compare

Fixed

  • Escape document search (#98)
  • Quote search string, so searches with spaces work (#99)

v1.3.0

25 Nov 18:23
Compare
Choose a tag to compare

Fixed

  • Popup search strings are properly encoded before being used in calls to the registry API (#97)
  • Don’t error when registry API returns success === false

Changed

  • Make the dataset search search on more fields (#93 – thanks to @matmaxgeds and @kndm)
  • Always show graph filters, even if they’re unused (#94)