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

Commit

Permalink
Preparing for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Aug 17, 2015
1 parent 9b4923d commit fd6801c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -22,10 +22,8 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam

## Latest Updates

- Vault APIs now have List Credit Card with Filters, new Fields to help you find the object easily. Checkout the latest release.
- Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions.
- Now we have a [Github Page](http://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK.
- Introduced `DEBUG` level to logging. Deprecated `FINE`. Ability to restrict `DEBUG` level on `live` mode. [Read More](https://github.com/paypal/PayPal-PHP-SDK/wiki/Logging).


## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion lib/PayPal/Core/PayPalConstants.php
Expand Up @@ -12,7 +12,7 @@ class PayPalConstants
{

const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '1.5.0';
const SDK_VERSION = '1.5.1';

/**
* Approval URL for Payment
Expand Down
6 changes: 6 additions & 0 deletions release_notes.md
@@ -1,5 +1,11 @@
PayPal PHP SDK release notes
============================
v1.5.1
----
* Fixed a bug #343 in Future Payment
* Minor Improvements
* Updates to Sample Docs

v1.5.0
----
* Enabled Vault List API
Expand Down

0 comments on commit fd6801c

Please sign in to comment.