From ef4797a94cb57bc852242713e564329109206dbc Mon Sep 17 00:00:00 2001
From: japatel
Date: Wed, 19 Nov 2014 12:34:10 -0600
Subject: [PATCH] Getting it ready for release
- Updated User Agent Version
- Updated Release Notes
---
lib/PayPal/Core/PPConstants.php | 2 +-
release_notes.md | 7 +++++++
sample/index.html | 32 +++++++++++++++++++++++++++-----
3 files changed, 35 insertions(+), 6 deletions(-)
diff --git a/lib/PayPal/Core/PPConstants.php b/lib/PayPal/Core/PPConstants.php
index 4c640f4..194bcf7 100644
--- a/lib/PayPal/Core/PPConstants.php
+++ b/lib/PayPal/Core/PPConstants.php
@@ -12,7 +12,7 @@ class PPConstants
{
const SDK_NAME = 'PayPal-PHP-SDK';
- const SDK_VERSION = '0.14.2';
+ const SDK_VERSION = '0.15.0';
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";
diff --git a/release_notes.md b/release_notes.md
index 92158fd..8ef8d71 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,5 +1,12 @@
PayPal PHP SDK release notes
============================
+v0.15.0
+----
+* Extended Invoicing Capabilities
+* Allows QR Code Generation for Invoices
+* Updated Formatter to work with multiple locales
+* Removed Future Payments mandate on Correlation Id
+
v0.14.2
----
* Quick Patch to Unset Cipher List for NSS
diff --git a/sample/index.html b/sample/index.html
index cce66f4..f35dbf7 100644
--- a/sample/index.html
+++ b/sample/index.html
@@ -29,6 +29,10 @@
color: #000;
}
+ .footer-div a {
+ color: #000;
+ }
+
.logo {
position: relative;
}
@@ -40,6 +44,11 @@
color: #EEE;
}
+ .footer-div a {
+ color: #EEE;
+ text-decoration: none;
+ }
+
.logo {
position: fixed;
top: 40px;
@@ -64,16 +73,13 @@
background: -webkit-linear-gradient(-9deg, #428bca 70%, white 25%);
}
- .footer .footer-links, .footer .footer-links li {
+ .footer-links, .footer-links li {
display: inline-block;
padding: 5px 8px;
font-size: 110%;
}
- .footer a {
- color: #EEE;
- text-decoration: none;
- }
+
@@ -99,6 +105,22 @@
designed to demonstrate the default use-cases in each segment.
Many examples should be executable, and should allow you to experience the default behavior of our
sdk, to expedite your integration experience.
+