5.4.0
Added
- Temporarily added package (to develop) laravel/legacy-factories.
Changed
- PHP 7.3+ support, 7.2 is no longer supported.
- Formatted code using StyleCI.
- The mysql/postgres balance refresh command no longer performs a single request update.
- If you use standard laravel transactions and open it, the library will not open a new transaction.
This removes a lot of errors that were sent to my email. - Removed automatic creation of the default wallet when calling
createWallet
. #218
Fixed
- Fixed migrations for unit tests (your app should not be affected).
- Fixed nested transactions in databases. This is now one transaction.
- Fixed risk in unit tests for the postgres database.
What's Changed
- Apply fixes from StyleCI by @rez1dent3 in #215
- Upgrade by @rez1dent3 in #212
- Fixed errors in the library on postgresql and mysql by @rez1dent3 in #217
- Develop by @rez1dent3 in #219
Full Changelog: 5.3.2...5.4.0