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.6.1
Browse files Browse the repository at this point in the history
- Fixing Version Number
- Updating User Agent for Internal Purposes
  • Loading branch information
Jay Patel committed Oct 29, 2015
1 parent 3bf4bbe commit 89bc07a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.5.1';
const SDK_VERSION = '1.6.1';

/**
* Approval URL for Payment
Expand Down
12 changes: 12 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
PayPal PHP SDK release notes
============================

v1.6.1
----
* User Agent Changes
* SDK Version Fix

v1.6.0
----
* Updated Payments API to latest version
* Removed ModelAccessValidator
* Minor Bug Fixes #399

v1.5.1
----
* Fixed a bug #343 in Future Payment
Expand Down

0 comments on commit 89bc07a

Please sign in to comment.