Skip to content

Commit 2ccbd4f

Browse files
author
Iulian Masar
committed
version bump 3.16.2
1 parent 61a9b23 commit 2ccbd4f

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.16.2] - 2022-10-26
2+
### Fixed
3+
4+
- 565 : Add Id on PayInRecurringRegistration
5+
- 564 : Fix type hint for RemainingFunds
6+
- 563 : Added CardId property to PayInExecutionDetailsDirect and used “int” as types for identifiers
7+
8+
Thanks @AntoineLemaire & @garsaud
9+
110
## [3.16.1] - 2022-10-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.16.1';
14+
const VERSION = '3.16.2';
1515

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

0 commit comments

Comments
 (0)