@@ -111,6 +111,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111111- interface ` Product `
112112- method ` CartPay::paid `
113113
114+ ## [ 8.4.2] - 2022-12-29
115+ ### Fixed
116+ - fix withdraw/transfer
117+
114118## [ 8.4.1] - 2022-04-26
115119### Deprecated
116120- Cart::getUniqueItems
@@ -186,6 +190,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186190### Removed
187191- Removed php 7.4 support
188192
193+ ## [ 7.3.5] - 2022-12-29
194+ ### Fixed
195+ - fix withdraw/transfer
196+
197+ ## [ 7.3.4] - 2022-08-08
198+ ### Fixed
199+ - Fixed a bug with sending multiple events inside the queue. Extra events were sent.
200+
201+ ## [ 7.3.3] - 2022-02-26
202+ ### Updated
203+ - Replaced an object with an interface (Events) #444 @ysfkaya
204+
189205## [ 7.3.2] - 2022-02-12
190206### Fixed
191207- Added keys to service provider
@@ -619,7 +635,7 @@ This removes a lot of errors that were sent to my email.
619635- Add ` Taxable ` .
620636- New exception's.
621637- Add decimal places (replacement ratio).
622-
638+
623639317
624640### Deprecated
625641318
@@ -948,7 +964,7 @@ The operation is now executed in the transaction and updates the new `refund` fi
948964- Exceptions: AmountInvalid, BalanceIsEmpty.
949965- Models: Transfer, Transaction.
950966
951- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/9.6.0...master
967+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/9.6.0...10.x
952968[ 9.6.0 ] : https://github.com/bavix/laravel-wallet/compare/9.5.0...9.6.0
953969[ 9.5.0 ] : https://github.com/bavix/laravel-wallet/compare/9.4.0...9.5.0
954970[ 9.4.0 ] : https://github.com/bavix/laravel-wallet/compare/9.3.0...9.4.0
@@ -959,7 +975,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
959975[ 9.0.3 ] : https://github.com/bavix/laravel-wallet/compare/9.0.2...9.0.3
960976[ 9.0.2 ] : https://github.com/bavix/laravel-wallet/compare/9.0.1...9.0.2
961977[ 9.0.1 ] : https://github.com/bavix/laravel-wallet/compare/9.0.0...9.0.1
962- [ 9.0.0 ] : https://github.com/bavix/laravel-wallet/compare/8.4.1...9.0.0
978+ [ 9.0.0 ] : https://github.com/bavix/laravel-wallet/compare/8.4.2...9.0.0
979+ [ 8.4.2 ] : https://github.com/bavix/laravel-wallet/compare/8.4.1...8.4.2
963980[ 8.4.1 ] : https://github.com/bavix/laravel-wallet/compare/8.4.0...8.4.1
964981[ 8.4.0 ] : https://github.com/bavix/laravel-wallet/compare/8.3.0...8.4.0
965982[ 8.3.0 ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...8.3.0
@@ -973,7 +990,10 @@ The operation is now executed in the transaction and updates the new `refund` fi
973990[ 8.0.3 ] : https://github.com/bavix/laravel-wallet/compare/8.0.2...8.0.3
974991[ 8.0.2 ] : https://github.com/bavix/laravel-wallet/compare/8.0.1...8.0.2
975992[ 8.0.1 ] : https://github.com/bavix/laravel-wallet/compare/8.0.0...8.0.1
976- [ 8.0.0 ] : https://github.com/bavix/laravel-wallet/compare/7.3.2...8.0.0
993+ [ 8.0.0 ] : https://github.com/bavix/laravel-wallet/compare/7.3.5...8.0.0
994+ [ 7.3.5 ] : https://github.com/bavix/laravel-wallet/compare/7.3.4...7.3.5
995+ [ 7.3.4 ] : https://github.com/bavix/laravel-wallet/compare/7.3.3...7.3.4
996+ [ 7.3.3 ] : https://github.com/bavix/laravel-wallet/compare/7.3.2...7.3.3
977997[ 7.3.2 ] : https://github.com/bavix/laravel-wallet/compare/7.3.1...7.3.2
978998[ 7.3.1 ] : https://github.com/bavix/laravel-wallet/compare/7.3.0...7.3.1
979999[ 7.3.0 ] : https://github.com/bavix/laravel-wallet/compare/7.2.0...7.3.0
0 commit comments