@@ -5,14 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 2.1.0] - 2018-11-22
810### Added
911- File changelog.
1012- Add ` HasGift ` trait.
1113- Added status column to the ` transfers ` table.
1214- Added status_last column to the ` transfers ` table.
15+ - Added methods: refundGift, safeRefundGift, forceRefundGift
16+ - A new argument is added to the "old ` refund ` " methods ` $gifts ` .
1317
1418### Fixed
15- - Due to the addition of new functionality " gifts"
19+ - Due to the addition of new functionality ` gifts `
1620there are possible problems that need to be addressed.
1721Namely, when returning the goods,
1822the funds would not be returned to
@@ -182,8 +186,9 @@ The operation is now executed in the transaction and updates the new `refund` fi
182186- Models: Transfer, Transaction.
183187
184188[ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/2.0.1...HEAD
185- [ 2.0.1 ] : https://github.com/bavix/laravel-wallet/compare/2.0.1...1.0.0
186- [ 2.0.0 ] : https://github.com/bavix/laravel-wallet/compare/2.0.0...1.0.0
189+ [ 2.1.0 ] : https://github.com/bavix/laravel-wallet/compare/2.0.1...2.1.0
190+ [ 2.0.1 ] : https://github.com/bavix/laravel-wallet/compare/2.0.0...2.0.1
191+ [ 2.0.0 ] : https://github.com/bavix/laravel-wallet/compare/1.2.3...2.0.0
187192[ 1.2.3 ] : https://github.com/bavix/laravel-wallet/compare/1.2.2...1.2.3
188193[ 1.2.2 ] : https://github.com/bavix/laravel-wallet/compare/1.2.1...1.2.2
189194[ 1.2.1 ] : https://github.com/bavix/laravel-wallet/compare/1.2.0...1.2.1
0 commit comments