File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 8.3.0] - 2022-04-15
10
+ ### Added
11
+ - Added the ability to create custom events
12
+
13
+ ### Removed
14
+ - UnknownEventException
15
+
16
+ ### Updated
17
+ - Reduced the amount of memory consumed in the cart
18
+ - Improved product returns performance
19
+
9
20
## [ 8.2.1] - 2022-04-14
10
21
### Fixed
11
22
- Error in force transaction float #469 @EdX9
@@ -823,7 +834,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
823
834
- Exceptions: AmountInvalid, BalanceIsEmpty.
824
835
- Models: Transfer, Transaction.
825
836
826
- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...develop
837
+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/8.3.0...develop
838
+ [ 8.3.0 ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...8.3.0
827
839
[ 8.2.1 ] : https://github.com/bavix/laravel-wallet/compare/8.2.0...8.2.1
828
840
[ 8.2.0 ] : https://github.com/bavix/laravel-wallet/compare/8.1.1...8.2.0
829
841
[ 8.1.1 ] : https://github.com/bavix/laravel-wallet/compare/8.1.0...8.1.1
You can’t perform that action at this time.
0 commit comments