Skip to content

Releases: bavix/laravel-wallet

10.1.4

09 Mar 15:18
acdc6d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.1.3...10.1.4

9.6.4

09 Mar 15:08
85a6e9e
Compare
Choose a tag to compare

What's Changed

  • added check for the existence of uuid in the wallet

Full Changelog: 9.6.3...9.6.4

10.1.3

01 Feb 19:46
1a58e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.1.2...10.1.3

10.1.2

23 Jan 19:58
2f5f1f2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gkmk made their first contribution in #858

Full Changelog: 10.1.1...10.1.2

9.6.3

23 Jan 19:57
d1c668f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gkmk made their first contribution in #858

Full Changelog: 9.6.2...9.6.3

10.1.1

19 Jan 15:02
d6642ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.1.0...10.1.1

10.1.0

28 Dec 08:36
a8d79a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.2...10.1.0

10.0.2

14 Dec 20:00
88a8bc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.1...10.0.2

10.0.1

29 Sep 21:07
5536ca6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.0...10.0.1

10.0.0

08 Jul 11:08
Compare
Choose a tag to compare

Added

  • Added environment variables for cache and locks (WALLET_CACHE_DRIVER, WALLET_CACHE_TTL, WALLET_LOCK_DRIVER, WALLET_LOCK_TTL).
  • Transaction/transfer uuids added to External API.
  • Improved support for custom types with phpstan. Now you will find more errors.
  • Added the ability to buy for any wallet through the basket (receiving wallet).

Deprecated

  • Method deprecated BookkeeperServiceInterface::missing. Use BookkeeperServiceInterface::forget.

Deleted

  • Removed LockProviderNotFoundException.

Fixed

  • Fixed empty state bug.
  • Fixed return types in phpdoc, added strong typing.

Changed

  • Viewing a balance no longer creates a wallet. Solves problems with laravel nova. #658. Thank you @myounis97
  • Contract changed EagerLoaderServiceInterface. Added customer.
  • The to_type and from_type columns in the translation table are no longer used. Will be removed in 11.x.
  • For all transfers, the relationship type has been changed from MorphMany to HasMany.
  • Minimum php version 8.1.
  • Minimum laravel version 10.0.
  • Minimum doctrine/dbal version 3.5.
  • Minimum brick/math version 0.10.

What's Changed

Full Changelog: 9.6.2...10.0.0