Skip to content

Commit c2500b8

Browse files
author
Iulian Masar
committed
version bump 3.27.0
1 parent 6b0b8a3 commit c2500b8

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.27.0] - 2024-02-13
2+
### Added
3+
4+
- New endpoint to look up metadata from BIN or Google Pay token. More information [here](https://mangopay.com/docs/release-notes/kisale)
5+
- [Get a card validation endpoint](https://mangopay.com/docs/endpoints/card-validations#view-card-validation)
6+
- [Validate the format of user data endpoint](https://mangopay.com/docs/endpoints/user-data-format#validate-user-data-format)
7+
- Deprecate dynamic properties #592
8+
- Constant class created for UserCategory parameter
9+
110
## [3.26.0] - 2023-12-22
211
### Added
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.26.0';
14+
const VERSION = '3.27.0';
1515

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

0 commit comments

Comments
 (0)