Skip to content

Commit 52e4cd7

Browse files
committed
Version Bump 3.12.0
1 parent 44d9064 commit 52e4cd7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.12.0] - 2022-03-31
2+
### Added
3+
4+
#### Instant payment eligibility check
5+
6+
With the function
7+
`PayOuts->CheckInstantPayoutEligibility($params);`
8+
the destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible.
9+
110
## [3.11.0] - 2022-03-18
211
## Fixed
312

MangoPay/Libraries/RestTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class RestTool
1313
{
14-
const VERSION = '3.11.0';
14+
const VERSION = '3.12.0';
1515

1616
/**
1717
* Root/parent instance that holds the OAuthToken and Configuration instance

0 commit comments

Comments
 (0)