Aidstream System Changelog
All notable changes to this project will be documented in this file.
[Unreleased] - 2020-09-24
Added
- Result reference vocabulary is required with code and vocabulary uri while importing result csv
- List trial organisations
- List orders
- Integrated Rollbar Error reporting
- Bulk delete feature for result/transaction list view page
- Laravel Mix Added
- Duplicate feature for result/ transactions
- Activity xls import
[4.0.0] - 2020-09-02
Added
- Activity Logs now added to Queue.
- Laravel updated Authentication Added.
- Laravel Notifications added.
- Added this Changelog file to track all the new changes in every release.
Changed
- Laravel version changed from 5.2 to 5.6.40
- Changed Routes folder.
- Changed Authentication Routes.
- make:console command changed to make:command.
- Default php changed from version
7.0
to 7.3
.
-
app()->make()
with parameters is no more supported, so changed it to app()->makeWith()
.
-
with->('errors', $errors)
is no more supported, so changed to withErrors($errors)
.