Skip to content

Latest commit

 

History

History
140 lines (93 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

140 lines (93 loc) · 3.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.3] - (02/11/2021)

Fixed

  • Exception thrown when data not given to completion condition
  • Actions not showing on table if edit and delete are hidden

[3.0.2] - (27/10/2021)

Fixed

  • Approvals not working due to js bug

[3.0.1] - (22/10/2021)

Changed

  • Admin side now uses pagination

[3.0.0] - (18/10/2021)

Changed

  • Upgraded to SDK v5.0.1
  • Redesign for new UI kit
  • Updated to new factories

[2.0.0] - (12/08/2021)

Changed

  • Upgraded to SDK v5

1.1.4 - (12/05/2020)

Changed

  • Updated dependencied
  • Added the prophecy dependency back

1.1.3 - (12/05/2020)

Removed

  • Removed the phpunit prophecy dependency since this will be handled by support

1.1.2 - (12/05/2020)

Changed

  • Allow searching for a participant on the admin side when uploading a document

1.1.1 - (11/05/2020)

Added

  • Download method for old files
  • Respect the new tags setting to assign tags on file creation

1.1.0 - (06/05/2020)

Added

  • Added tags to files
  • Added the ability to drag in old files for the resource with given tags

1.0.10 - (04/05/2020)

Changed

  • Changed the comment column to a text from string

1.0.9 - (29/04/2020)

Added

  • Participant information on the admin side

1.0.8 - (07/04/2020)

Fixed

  • Added headers to be able to download files through Laravel Vapor.

1.0.7 - (07/04/2020)

Added

  • Ability for admins to delete and edit files

1.0.6 - (06/04/2020)

Added

  • Allow admins to upload files on behalf of a user

1.0.5 - (04/04/2020)

Added

  • Update npm dependencies

1.0.4 - (31/03/2020)

Added

  • Ability to update and edit comments from the frontent

Changed

  • Updated js dependencies

1.0.3 - (31/03/2020)

Fixed

  • Using settings helper in status didn't work for a completion condition

1.0.2 - (18/03/2020)

Changed

  • Updated Dependencies

1.0.1 - (16/03/2020)

Changed

  • Added authentication query string to file download URLs

1.0 - (05/03/2020)

Added

  • Initial Release