Changelog
- Add ability to update billable rate of existing time entries
- Moved features from the Organization page to the Members page and added features to the Members API
- Fixed a bug in the failed jobs table
- Add ability to mark tasks as done
- Added IP lookup on registration, to set the timezone, currency, and start of the week
- Added better billing support
After Upgrade
In addition to running the migrations, we advise recalculating the billable_rate
computed field in the time entries.
php artisan computed-attributes:generate TimeEntry:billable_rate
This can take a while, depending on how many time entries are in the database. Running this command is not required so that the applications runs correctly. It just recreates a cache that might not be correct anymore because of the new billable rate feature.