Releases: pwyf/iati-decipher
Releases · pwyf/iati-decipher
v1.5.2
Fixed
- Fixed bad codelist updates
v1.5.1
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
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
Fixed
- Update jquery to 3.4.0 (fixes security vulnerability)
- Update tar to 4.4.2 (fixes security vulnerability)
v1.4.3
Fixed
- Update bootstrap to 3.4.1 (fixes security vulnerability)
v1.4.2
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
Fixed
- Fix bug to handle default language correctly
v1.4.0
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
Fixed
- Escape document search (#98)
- Quote search string, so searches with spaces work (#99)
v1.3.0
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)