!!!IMPORTANT!!!
The following upgrading instructions are cumulative. That is, if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions for both A and B.
- New abstract method
getDbTransactionLevel()
has been added to\Illuminatech\Balance\BalanceDbTransaction
class. Make sure you provide implementation for the new method in case you extend this class.
- New abstract method
findLastTransaction()
has been added to\Illuminatech\Balance\Balance
class. Make sure you provide implementation for the new method in case you extend this class.
- "illuminate/database" package requirements have been raised to 6.0. Make sure to upgrade your code accordingly.