From 2d0aca840571ceb73728a8ab08ecf082bd63f312 Mon Sep 17 00:00:00 2001 From: Bhavani Bheemanadham Date: Tue, 21 Jun 2016 14:42:35 -0500 Subject: [PATCH] Preparing for 1.7.3 - Updated change log - Update version number in PayPalConstants.php - Update releasinator gem version - Fixed releasinator search regex --- .gitignore | 1 + .releasinator.rb | 2 +- Changelog.md | 4 ++++ Gemfile | 2 +- Gemfile.lock | 4 ++-- lib/PayPal/Core/PayPalConstants.php | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 039d7c5..7e3441d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ atlassian-ide-plugin.xml # Composer vendor composer.lock +composer.phar # Project var diff --git a/.releasinator.rb b/.releasinator.rb index 2a270a6..8c9e16c 100644 --- a/.releasinator.rb +++ b/.releasinator.rb @@ -67,7 +67,7 @@ configatron.release_to_github = true def constant_version() f=File.open("lib/PayPal/Core/PayPalConstants.php", 'r') do |f| f.each_line do |line| - if line.match (/SDK_VERSION = \'\d*\.\d*\.\d*\'/) # SDK_VERSION = '1.7.1' + if line.match (/SDK_VERSION = \'\d+\.\d+\.\d+\'/) return line.strip.split('= ')[1].strip.split('\'')[1] end end diff --git a/Changelog.md b/Changelog.md index aaae352..b95e14b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ PayPal PHP SDK release notes ============================ +1.7.3 +----- +* Enabled Third Party Invoicing [#581](https://github.com/paypal/PayPal-PHP-SDK/pull/581) + 1.7.2 ---- * Vault API updates diff --git a/Gemfile b/Gemfile index f597214..d40045b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'releasinator', '~> 0.3' \ No newline at end of file +gem 'releasinator', '~> 0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 799e2a9..3e8a135 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) redcarpet (3.3.4) - releasinator (0.3.3) + releasinator (0.5.0) colorize (~> 0.7) configatron (~> 4.5) json (~> 1.8) @@ -31,7 +31,7 @@ PLATFORMS ruby DEPENDENCIES - releasinator (~> 0.3) + releasinator (~> 0.5) BUNDLED WITH 1.12.3 diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index a85c56c..239943f 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 = '1.7.2'; + const SDK_VERSION = '1.7.3'; /** * Approval URL for Payment