From 772c54cd6ba6210a6fc4a1cd2ecae0eb774c6a25 Mon Sep 17 00:00:00 2001 From: Babichev Maxim Date: Tue, 14 May 2019 21:19:09 +0300 Subject: [PATCH] ### Added - Add zh-CN trans. @MoeCasts - Add ru trans - Add method `holderTransfers` #25 ### Changed - optimize `getWallet` method - optimize relations wallets ### Fixed - fixed getting a default wallet #25 @MoeCasts ### Removed - trait CanBePaid (deprecated ^2.2) - trait CanBePaidFloat (deprecated ^2.2) --- changelog.md | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index cc4fc0ffc..2bf680198 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.4.0] - 2019-05-14 ### Added - Add zh-CN trans. @MoeCasts - Add ru trans @@ -235,7 +237,8 @@ The operation is now executed in the transaction and updates the new `refund` fi - Exceptions: AmountInvalid, BalanceIsEmpty. - Models: Transfer, Transaction. -[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.3.2...HEAD +[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.4.0...HEAD +[2.4.0]: https://github.com/bavix/laravel-wallet/compare/2.3.2...2.4.0 [2.3.2]: https://github.com/bavix/laravel-wallet/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/bavix/laravel-wallet/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/bavix/laravel-wallet/compare/2.2.2...2.3.0 diff --git a/composer.json b/composer.json index c4aae7d80..5199a0f83 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ ] }, "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } }, "config": {