Skip to content

Commit 935535a

Browse files
Preparing for 1.11.7
- Updated Changelog - Updated releasinator version to 0.6 - Added new line at the end of files
1 parent b81aa3b commit 935535a

File tree

16 files changed

+95
-91
lines changed

16 files changed

+95
-91
lines changed

.releasinator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def package_version()
7474
end
7575
end
7676
end
77-
end
77+
end

CHANGELOG.md

Lines changed: 77 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
PayPal Python SDK release notes
22
============================
33

4+
v1.11.7
5+
-------
6+
* Enabled Replace for Payment [#144](https://github.com/paypal/PayPal-Python-SDK/pull/144).
7+
48
v1.11.6
59
-------
610
* Enabled Third Party Invoicing [#138](https://github.com/paypal/PayPal-Python-SDK/pull/138).
@@ -11,173 +15,173 @@ v1.11.6
1115

1216
v1.11.5
1317
----
14-
* Additional Webhook Validation Checks
18+
* Additional Webhook Validation Checks.
1519

1620
v1.11.4
1721
----
18-
* Change Live Mode Logging Warning to be Info level and use local logger
19-
instead of root. See issue [#112](https://github.com/paypal/PayPal-Python-SDK/pull/112)
22+
* Change Live Mode Logging Warning to be Info level and use local logger.
23+
instead of root. See issue [#112](https://github.com/paypal/PayPal-Python-SDK/pull/112).
2024

2125
v1.11.3
2226
----
23-
* Update TLS warning message with [site information](https://github.com/paypal/TLS-update)
27+
* Update TLS warning message with [site information](https://github.com/paypal/TLS-update).
2428

2529
v1.11.2
2630
----
27-
* Check OpenSSL version is 1.0.1 or above
31+
* Check OpenSSL version is 1.0.1 or above.
2832

2933
v1.11.1
3034
----
31-
* Security test sandbox endpoint avaiable as a configuration
32-
* Warn if merchant server has below 1.0 version of OpenSSL
33-
* Update User Agent with crypto lib version
35+
* Security test sandbox endpoint avaiable as a configuration.
36+
* Warn if merchant server has below 1.0 version of OpenSSL.
37+
* Update User Agent with crypto lib version.
3438

3539
v1.11.0
3640
----
37-
* Full request/response logged at DEBUG level for non production environments
38-
* Travis tests gets deployed on new platform
41+
* Full request/response logged at DEBUG level for non production environments.
42+
* Travis tests gets deployed on new platform.
3943

4044
v1.10.1
4145
----
42-
* Webhook cert patch
43-
* Support PAYPAL_AUTH_ALGO header for webhook validation
46+
* Webhook cert patch.
47+
* Support PAYPAL_AUTH_ALGO header for webhook validation.
4448

4549
v1.10.0
4650
----
47-
* Webhook certificate chain, common name and expiry validation added
48-
* Resource conversion syntax more pythonic
49-
* Endpoint configuration made more flexible for easier custom endpoints
50-
* __contains__ implemented on Resource object
51-
* Allow changing of logger level within projects
51+
* Webhook certificate chain, common name and expiry validation added.
52+
* Resource conversion syntax more pythonic.
53+
* Endpoint configuration made more flexible for easier custom endpoints.
54+
* __contains__ implemented on Resource object.
55+
* Allow changing of logger level within projects.
5256

5357
v1.9.1
5458
----
55-
* Webhook default algorithm update
59+
* Webhook default algorithm update.
5660

5761
v1.9.0
5862
----
59-
* Add Tox for unit test automation for different Python versions
60-
* Support PyPy
61-
* Sample added to demo update shipping cost during payment execution
63+
* Add Tox for unit test automation for different Python versions.
64+
* Support PyPy.
65+
* Sample added to demo update shipping cost during payment execution.
6266

6367
v1.8.0
6468
----
65-
* Payouts cancel feature added
66-
* Patch version imports
67-
* Merge pull #84 for crypto dependency docs
68-
* Google appengine workaround documented
69+
* Payouts cancel feature added.
70+
* Patch version imports.
71+
* Merge pull #84 for crypto dependency docs.
72+
* Google appengine workaround documented.
6973

7074
v1.7.1
7175
----
72-
* OpenSSL only imported when necessary
73-
* Dependency versions updated
74-
* Config.py added as source of all configuration information
75-
* Setup.py refactored to get information from config
76+
* OpenSSL only imported when necessary.
77+
* Dependency versions updated.
78+
* Config.py added as source of all configuration information.
79+
* Setup.py refactored to get information from config.
7680

7781
v1.7.0
7882
----
79-
* Payouts API support added
80-
* Complete pep8ify of tests and samples
83+
* Payouts API support added.
84+
* Complete pep8ify of tests and samples.
8185

8286
v1.6.2
8387
-----
84-
* Search transactions for billing agreements patched
85-
* Empty billing plan fetch issue fixed for subscription sample app
86-
* Travis build update
88+
* Search transactions for billing agreements patched.
89+
* Empty billing plan fetch issue fixed for subscription sample app.
90+
* Travis build update.
8791

8892
v1.6.1
8993
-----
90-
* Python 3 compatibility patch for openssl crypto verify
94+
* Python 3 compatibility patch for openssl crypto verify.
9195

9296
v1.6.0
9397
-----
94-
* Webhook and Webhook events creation and management supported
95-
* Parse webhook events and return the appropriate resource
96-
* Verification that webhook events are unaltered and originate from PayPal
97-
* Update Travis and Coveralls badges and User Agent for repo renaming
98+
* Webhook and Webhook events creation and management supported.
99+
* Parse webhook events and return the appropriate resource.
100+
* Verification that webhook events are unaltered and originate from PayPal.
101+
* Update Travis and Coveralls badges and User Agent for repo renaming.
98102

99103
v1.5.0
100104
-----
101-
* Payment Experience customizaton feature added via API for Web Profiles
105+
* Payment Experience customizaton feature added via API for Web Profiles.
102106

103107
v1.4.1
104108
-----
105-
* Update Paypal-Client-Metadata-Id header for future payments
106-
* Subscription API changes for searching transactions and listing billing plans
109+
* Update Paypal-Client-Metadata-Id header for future payments.
110+
* Subscription API changes for searching transactions and listing billing plans.
107111

108112
v1.4.0
109113
-----
110-
* Add Orders API support
111-
* Demonstrate samples for EC parameters support (improves feature gap between REST and CLASSIC payment APIs)
112-
* Invocing record payment, record refund and qr-code support added
113-
* Activate method added for billing plans
114-
* Merged toanant's pull request for #62 fix
114+
* Add Orders API support.
115+
* Demonstrate samples for EC parameters support (improves feature gap between REST and CLASSIC payment APIs).
116+
* Invocing record payment, record refund and qr-code support added.
117+
* Activate method added for billing plans.
118+
* Merged toanant's pull request for #62 fix.
115119

116120
v1.3.0
117121
-----
118-
* update saved credit card in vault
122+
* update saved credit card in vault.
119123

120124
v1.2.2
121125
-----
122-
* get_access_token added to api spec
123-
* Patches for python 3 compatibility
126+
* get_access_token added to api spec.
127+
* Patches for python 3 compatibility.
124128

125129
v1.2.1
126130
-----
127-
* Patch for exceptions import issue #50
128-
* Patch for urlparse import issue
131+
* Patch for exceptions import issue #50.
132+
* Patch for urlparse import issue.
129133

130134
v1.2.0
131135
-----
132-
* Subscription (Billing Plan and Billing Agreement) API supported
136+
* Subscription (Billing Plan and Billing Agreement) API supported.
133137

134138
v1.1.0
135139
-----
136-
* Invoicing API support added
137-
* Added tests and samples for using the invoicing api via the sdk
138-
* PayPal Mobile Backend sample added
140+
* Invoicing API support added.
141+
* Added tests and samples for using the invoicing api via the sdk.
142+
* PayPal Mobile Backend sample added.
139143

140144
v1.0.0
141145
-----
142-
* Future Payments support added along with tests and samples
143-
* Move from httplib2 to requests
144-
* Improve error reporting
145-
* Exceptions below http layer removed
146+
* Future Payments support added along with tests and samples.
147+
* Move from httplib2 to requests.
148+
* Improve error reporting.
149+
* Exceptions below http layer removed.
146150

147151
v0.7.0
148152
-----
149-
* Allow multiple API object in same thread
150-
* Remove mutable default arguments
151-
* Change comments to be docstrings
152-
* Token creation supports unicode
153-
* Add unit_tests using mock and patch, separate from functional_tests
154-
* Optimize merge_dict
153+
* Allow multiple API object in same thread.
154+
* Remove mutable default arguments.
155+
* Change comments to be docstrings.
156+
* Token creation supports unicode.
157+
* Add unit_tests using mock and patch, separate from functional_tests.
158+
* Optimize merge_dict.
155159

156160
v0.6.4
157161
-----
158-
* Support OpenIDConnect for sandbox environment
162+
* Support OpenIDConnect for sandbox environment.
159163

160164
v0.6.3
161165
-----
162166
* Added support for Reauthorization.
163167

164168
v0.6.2
165169
-----
166-
* Fixed content-type issue with generate_token API
170+
* Fixed content-type issue with generate_token API.
167171

168172
v0.6.1
169173
-----
170-
* Added support for Python 2.6
174+
* Added support for Python 2.6.
171175

172176
v0.6.0
173177
-----
174-
* Added support for Auth and Capture APIs
178+
* Added support for Auth and Capture APIs.
175179

176180
v0.5.3
177181
-----
178-
* Added Tokeninfo and Userinfo classes to support openid_connect
182+
* Added Tokeninfo and Userinfo classes to support openid_connect.
179183

180184
v0.5.3
181185
-----
182-
* Validate token hash on every request
183-
* Resolved issue with builtin function(items) in Resource class
186+
* Validate token hash on every request.
187+
* Resolved issue with builtin function(items) in Resource class.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ General Guidelines
77
------------------
88

99
* **Code style.** Please follow local code style. Ask if you're unsure.
10-
* **No warnings.** All generated code must compile without warnings.
10+
* **No warnings.** All generated code must compile without warnings.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'releasinator', '~> 0.5'
3+
gem 'releasinator', '~> 0.6'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
addressable (2.4.0)
5-
colorize (0.7.7)
5+
colorize (0.8.1)
66
configatron (4.5.0)
77
faraday (0.9.2)
88
multipart-post (>= 1.2, < 3)
@@ -12,7 +12,7 @@ GEM
1212
octokit (4.3.0)
1313
sawyer (~> 0.7.0, >= 0.5.3)
1414
redcarpet (3.3.4)
15-
releasinator (0.5.0)
15+
releasinator (0.6.2)
1616
colorize (~> 0.7)
1717
configatron (~> 4.5)
1818
json (~> 1.8)
@@ -31,7 +31,7 @@ PLATFORMS
3131
ruby
3232

3333
DEPENDENCIES
34-
releasinator (~> 0.5)
34+
releasinator (~> 0.6)
3535

3636
BUNDLED WITH
37-
1.11.2
37+
1.12.5

paypalrestsdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.11.6"
1+
__version__ = "1.11.7"
22
__pypi_username__ = "paypal"
33
__pypi_packagename__ = "paypalrestsdk"
44
__github_username__ = "paypal"

samples/subscription/ppsubscribe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Get your client credentials from https://developer.paypal.com/ and put them in a
2525
PEP 8
2626
-----
2727

28-
All code follows the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide, with the exception of E501, E261, and E302.
28+
All code follows the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide, with the exception of E501, E261, and E302.

samples/subscription/ppsubscribe/templates/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ <h3>{{ plan.name }} : {{ plan.description }}</h3>
7676
{% endblock %}
7777

7878
{% block js %}
79-
{% endblock %}
79+
{% endblock %}

samples/subscription/ppsubscribe/templates/create.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@
169169
{% endblock %}
170170

171171
{% block js %}
172-
{% endblock %}
172+
{% endblock %}

samples/subscription/ppsubscribe/templates/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ <h4 class="panel-title pull-left" style="padding-top: 7.5px;">{{ agreement.descr
4848
{% endblock %}
4949

5050
{% block js %}
51-
{% endblock %}
51+
{% endblock %}

0 commit comments

Comments
 (0)