Skip to content

Releases: bavix/laravel-wallet

3.0.1

17 Jun 12:03
5474e87
Compare
Choose a tag to compare

Fixed

  • The shortened syntax for getting the balance did not work.

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

24 May 21:41
0832032
Compare
Choose a tag to compare

Added

  • Add service CommonService
  • Add service ProxyService
  • Add service WalletService
  • Add object Bring (simple transfer)
  • Add object Operation (simple transaction)
  • Add feature Cart (multi pay + quantity)
  • Add method payFreeCart
  • Add method safePayCart
  • Add method payCart
  • Add method forcePayCart
  • Add method safeRefundCart
  • Add method refundCart
  • Add method forceRefundCart
  • Add method safeRefundGiftCart
  • Add method refundGiftCart
  • Add method forceRefundGiftCart
  • Add method getUniqueId to Interface Product

Changed

  • applied fixes from cs-fixer
  • change singleton path bavix.wallet::transaction to Bavix\Wallet\Models\Transaction::class
  • change singleton path bavix.wallet::transfer to Bavix\Wallet\Models\Transfer::class
  • change singleton path bavix.wallet::wallet to Bavix\Wallet\Models\Wallet::class
  • change method canBuy. Added parameter $quantity

Removed

  • method calculateBalance.
  • method holderTransfers.
  • attribute $status from Interfaces/Wallet::transfer
  • attribute $status from Interfaces/Wallet::safeTransfer
  • attribute $status from Interfaces/Wallet::forceTransfer
  • attribute $status from Interfaces/WalletFloat::transfer
  • attribute $status from Interfaces/WalletFloat::safeTransfer
  • attribute $status from Interfaces/WalletFloat::forceTransfer
  • class Tax
  • class WalletProxy
  • protected method checkAmount
  • protected method assemble
  • protected method change
  • protected method holderTransfers
  • protected method addBalance

What's Changed

Full Changelog: 2.4.1...3.0.0

2.4.1

17 May 20:27
Compare
Choose a tag to compare

Fixed

  • Readme.md
  • lumen framework

Added

  • new tests have been added.
  • method refreshBalance.

Deprecated

  • method calculateBalance.
  • method holderTransfers.

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

14 May 18:25
Compare
Choose a tag to compare

Added

  • Add zh-CN trans. @moecasts
  • Add ru trans
  • Add method holderTransfers

Changed

  • optimize getWallet method
  • optimize relations wallets

Fixed

Removed

  • trait CanBePaid (deprecated ^2.2)
  • trait CanBePaidFloat (deprecated ^2.2)

What's Changed

New Contributors

Full Changelog: 2.3.2...2.4.0

2.3.2

13 May 14:18
Compare
Choose a tag to compare

Fixed

  • patch migrations

Full Changelog: 2.3.1...2.3.2

2.3.1

13 May 13:07
Compare
Choose a tag to compare

Added

  • Added require dependency doctrine/dbal in composer.json

Full Changelog: 2.3.0...2.3.1

2.3.0

13 May 09:48
e80d11c
Compare
Choose a tag to compare

Added

  • Add support Themosis Framework

Changed

  • In all the methods of translations have added the status of the transfer.

Fixed

  • correction of errors during installation is not correct status.

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2

12 May 19:53
Compare
Choose a tag to compare

Fixed

  • fixed fee counting. see issue #25

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

17 Feb 10:20
471a742
Compare
Choose a tag to compare

Added

  • Add support Laravel 5.8.

Full Changelog: 2.2.0...2.2.1

2.2.0

10 Jan 10:42
f94c7ad
Compare
Choose a tag to compare

Added

  • Add trait CanPay.
  • Add trait CanPayFloat.

Deprecated

  • Trait CanBePaid.
  • Trait CanBePaidFloat.

What's Changed

Full Changelog: 2.1.0...2.2.0