v3.0.5
Bug Fixes:
- Fix for pagination of plans retreived using the REST API V0 #3105
- Security vulnerability patches #3100, #3097, #3093, #3083, #3077
- Fixed issues/inconsistencies with policies #3099, #3084
- Fix for issue downloading PDFs #3098, #3054, #3049
- Fix for issue displaying users as collaborators on a plan after they have removed themselves #3095
- Fix for API v0 not supplying the owner email address #3094
- Fix for bug preventing Super Admins from creating new Orgs #3091
- Fix for issue causing deleted plans to appear in the Org Admin list of plans #3087
- Fix for CSV downloads #3085, #3075
- Fix for pagination and search on the Admin plans page #3069, #3073
- Fix for strings that were not included in translation content #3081, #3050
- Fix for issue with contributor org logic not adhering to the restrict_orgs config flag #3078, #3060
- Fix for adding contributors #3071
- Removed phone number field from contributor page #3067
- Fixed issue with merging users #3065
- Fixed issue with emails #3052
- Fix for users unable to see API page #3047
- Upgraded Rubocop and updated all files accordingly #3045, #3048
We have also updated most Gem and JS dependencies
Upgrade instructions:
- Run
bundle install
- Run
yarn install