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

Commit

Permalink
Preparing for release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypatel512 committed Nov 13, 2017
1 parent e3b9612 commit 192e217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
PayPal PHP SDK release notes
============================

1.13.0
-----
* Add HUF as a non-decimal currency [#974](https://github.com/paypal/PayPal-PHP-SDK/pull/974).
* Add `purchaseOrder` in `CartBase` [#939](https://github.com/paypal/PayPal-PHP-SDK/pull/939).
* Fixed annotation bug [#872](https://github.com/paypal/PayPal-PHP-SDK/pull/872).
* Update PHPUnit [#979](https://github.com/paypal/PayPal-PHP-SDK/pull/979).

1.12.0
-----
* Add `getToken` method to `Payment` class to retrieve EC token from approval URL.
Expand Down
2 changes: 1 addition & 1 deletion lib/PayPal/Core/PayPalConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PayPalConstants
{

const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '1.12.0';
const SDK_VERSION = '1.13.0';

/**
* Approval URL for Payment
Expand Down

0 comments on commit 192e217

Please sign in to comment.