From f03c2f893c39729194a72190debdd16f5cc13c09 Mon Sep 17 00:00:00 2001 From: japatel Date: Thu, 18 Dec 2014 15:59:41 -0600 Subject: [PATCH] Updated Release Notes and User Agent Version --- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index 93af747..0b59682 100644 --- a/lib/PayPal/Core/PayPalConstants.php +++ b/lib/PayPal/Core/PayPalConstants.php @@ -12,7 +12,7 @@ class PayPalConstants { const SDK_NAME = 'PayPal-PHP-SDK'; - const SDK_VERSION = '0.16.1'; + const SDK_VERSION = '1.0.0-beta'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index 7b88e49..37b4709 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,11 @@ PayPal PHP SDK release notes ============================ +v1.0.0-beta +---- +* Namespace Changes and Class Naming Convention +* Helper Functions to retrieve specific HATEOS Links +* Default Mode set to Sandbox + v0.16.1 ---- * Configurable Headers for all requests to PayPal