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

Commit f87c430

Browse files
author
jaypatel512 and sdcoffey
committed
Preparing for release 1.10.0
1 parent d6a6538 commit f87c430

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
PayPal PHP SDK release notes
22
============================
33

4+
1.10.0
5+
-----
6+
* Updated Payments APIs [#700](https://github.com/paypal/PayPal-PHP-SDK/pull/700).
7+
* Minor bug fixes.
8+
49
1.9.0
510
-----
611
* Updated Payouts APIs [#692](https://github.com/paypal/PayPal-PHP-SDK/pull/692).

lib/PayPal/Core/PayPalConstants.php

Lines changed: 1 addition & 1 deletion
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.9.0';
15+
const SDK_VERSION = '1.10.0';
1616

1717
/**
1818
* Approval URL for Payment

0 commit comments

Comments
 (0)