Releases: bavix/laravel-wallet
Releases · bavix/laravel-wallet
3.0.1
Fixed
- The shortened syntax for getting the balance did not work.
What's Changed
- fix by @rez1dent3 in #50
Full Changelog: 3.0.0...3.0.1
3.0.0
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 InterfaceProduct
Changed
- applied fixes from cs-fixer
- change singleton path
bavix.wallet::transaction
toBavix\Wallet\Models\Transaction::class
- change singleton path
bavix.wallet::transfer
toBavix\Wallet\Models\Transfer::class
- change singleton path
bavix.wallet::wallet
toBavix\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
- 3.0-dev: Fix bad architecture by @rez1dent3 in #36
- 3.0-Dev by @rez1dent3 in #38
- 3.1 by @rez1dent3 in #44
- Docs by @rez1dent3 in #45
- 3.0-Dev: Architecture correction by @rez1dent3 in #40
- remove changelog from docs by @rez1dent3 in #46
Full Changelog: 2.4.1...3.0.0
2.4.1
Fixed
- Readme.md
- lumen framework
Added
- new tests have been added.
- method
refreshBalance
.
Deprecated
- method
calculateBalance
. - method
holderTransfers
.
What's Changed
- 2.5-Dev: Bug fixes by @rez1dent3 in #39
Full Changelog: 2.4.0...2.4.1
2.4.0
Added
- Add zh-CN trans. @moecasts
- Add ru trans
- Add method
holderTransfers
Changed
- optimize
getWallet
method - optimize relations wallets
Fixed
- fixed getting a default wallet @moecasts
Removed
- trait CanBePaid (deprecated ^2.2)
- trait CanBePaidFloat (deprecated ^2.2)
What's Changed
- Add zh-CN trans by @moecasts in #32
- 2.4 by @rez1dent3 in #31
New Contributors
Full Changelog: 2.3.2...2.4.0
2.3.2
2.3.1
2.3.0
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
- Master to themosis by @rez1dent3 in #27
- fix phpunit by @rez1dent3 in #29
- Themosis by @rez1dent3 in #28
- global upgrade by @rez1dent3 in #30
Full Changelog: 2.2.2...2.3.0
2.2.2
Fixed
- fixed fee counting. see issue #25
What's Changed
- Fee fix by @rez1dent3 in #26
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
Added
- Add trait
CanPay
. - Add trait
CanPayFloat
.
Deprecated
- Trait
CanBePaid
. - Trait
CanBePaidFloat
.
What's Changed
- #19 add CanPay/CanPayFloat by @rez1dent3 in #20
Full Changelog: 2.1.0...2.2.0