Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

101 lines (69 loc) · 4.96 KB

CHANGELOG

Version v1.2.0

Added

  • Payments improvements, including a better UI and clearer user-text in #203
  • Logs API by @BryceStevenWilley in #199

Fixed

  • Will actually log you out of the admin interview when you click logout (broken by v1.1.0) in #203
  • Got integration tests working again, but only locally: #199
    • Slightly cleaner integration testing in #202
  • Trying to make better doc strings: #190

Version v1.1.0

Added

Changed

Version v1.0.3

All changes are in https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/commit/2dab0b3f0df55fba8442aa7ff6cfeee9b45f56fd.

Fixed

  • Avoid None errors when filters codes. Don't know why the name of a code would ever be null, but it did happen in production.

Non-production-ready features

  • Added a short message and spinning gif when forwarding to Tyler's payments site.

Version v1.0.2

All changes are in https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/commit/c01b09848196af0bce4bd674375c0a2ab2dd207e.

Fixed

  • Fewer crashes in chain_xml
  • Don't crash if you can't find the case title

Changed

  • Case search can sometimes find cases in subcourts; i.e. if you search for cases in the peoria court, you can find cases from peoriacr. The ultimate court you need to file into needs to be the court the case is from, not what you searched in. To fix this, we now get the court_id from the case details, and use that for found_cases[i].court_id. instead of the court you searched in. Added a note for this in case_search.yml

Version v1.0.1

Fixed

Changed

Not-pro-ready features

Internal

Version v1.0.0

First 1.0 release! Previous versions aren't considered to be documented, so earlier versions won't be listed.