Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 192e217

Browse files
author
jaypatel512
committed
Preparing for release 1.13.0
1 parent e3b9612 commit 192e217

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
PayPal PHP SDK release notes
22
============================
33

4+
1.13.0
5+
-----
6+
* Add HUF as a non-decimal currency [#974](https://github.com/paypal/PayPal-PHP-SDK/pull/974).
7+
* Add `purchaseOrder` in `CartBase` [#939](https://github.com/paypal/PayPal-PHP-SDK/pull/939).
8+
* Fixed annotation bug [#872](https://github.com/paypal/PayPal-PHP-SDK/pull/872).
9+
* Update PHPUnit [#979](https://github.com/paypal/PayPal-PHP-SDK/pull/979).
10+
411
1.12.0
512
-----
613
* Add `getToken` method to `Payment` class to retrieve EC token from approval URL.

lib/PayPal/Core/PayPalConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PayPalConstants
1212
{
1313

1414
const SDK_NAME = 'PayPal-PHP-SDK';
15-
const SDK_VERSION = '1.12.0';
15+
const SDK_VERSION = '1.13.0';
1616

1717
/**
1818
* Approval URL for Payment

0 commit comments

Comments
 (0)