forked from rglastra/merchant-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
187 lines (125 loc) · 8.62 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Version 2.16.205 - July 18, 2017
- Fix PaymentItem Options `name`/`value` attributes (thanks @urasaber)
- Add `refund` and `reversal` PaymentTransactionCodeTypes (thanks @Grizaster)
--------------------------------------------------------------------------------------------------
Version 2.16.204 - October 19, 2016
- Updated stubs
- Updated new version of core SDK.
--------------------------------------------------------------------------------------------------
Version 2.14.117 - December 31, 2014
- Add missing 'reversal' value to PaymentTransactionCodeType
--------------------------------------------------------------------------------------------------
Version 2.13.117 - November 11, 2014
- Updated Core SDK dependency
- Added missing 'refund' value to PaymentTransactionCodeType
--------------------------------------------------------------------------------------------------
Version 2.12.117 - September 10, 2014
- NuGet dependency fix
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.12.117.
--------------------------------------------------------------------------------------------------
Version 2.11.117 - August 21, 2014
- Updated stubs
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.11.117.
--------------------------------------------------------------------------------------------------
Version 2.10.116 - July 28, 2014
- Updated stubs
- Updated new version of core SDK.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.10.116.
--------------------------------------------------------------------------------------------------
Version 2.9.113 - July 10, 2014
- Updated core version.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.9.113.
--------------------------------------------------------------------------------------------------
Version 2.8.113 - April 24, 2014
- Updated stubs
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.8.113.
--------------------------------------------------------------------------------------------------
Version 2.7.109 - November 07, 2013
- Updated stubs
- Updated new version of core SDK.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.7.109.
--------------------------------------------------------------------------------------------------
Version 2.6.106 - August 22, 2013
- Updated stubs.
- Updated samples to showcase dynamic configuration.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.6.106.
--------------------------------------------------------------------------------------------------
Version 2.5.103 - June 07, 2013
- Updated stubs for 103 release.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.5.103.
--------------------------------------------------------------------------------------------------
Version 2.4.102 - May 23, 2013
- Updated stubs for 102 release.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.4.102.
--------------------------------------------------------------------------------------------------
Version 2.4.101 - April 30, 2013
- Updated core dll.
- Bug fix for json serialization issue (https://github.com/paypal/merchant-sdk-dotnet/issues/4)
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.4.101.
--------------------------------------------------------------------------------------------------
Version 2.4.100 - March 26, 2013
- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
- Added intellisense support.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.4.100.
--------------------------------------------------------------------------------------------------
Version 2.3.98 - February 12, 2013
- Updated IPN Listener in samples for IPN core class fix.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.3.98.
--------------------------------------------------------------------------------------------------
Version 2.2.98 - February 05, 2013
- Updated stubs for 98 release.
- Added Nuget support.
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.2.98.
--------------------------------------------------------------------------------------------------
Version 2.1.96 - December 14, 2012
- Added support for Instant Payment Notification (Refer IPN-README.md for more details)
- Added new feature for supporting multiple endpoints based on portname for using different sdks together.
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)
You can see source code of this release in github under https://github.com/paypal/merchant-sdk-dotnet/tree/v2.1.96.
--------------------------------------------------------------------------------------------------
Version 2.0.96 - November 28, 2012
- SDK refreshed to Release 96
- Added support for passing in credentials dynamically for Authentication, now the call
wrappers have an argument for passing credentials
- New type ThirdPartyAuthorization has been added to support Subject and Token based Authorizations. The earlier
setAccessToken and setTokenSecret have been deprecated. You can set an instance of ThirdPartyAuthorization to an
ICredntial and pass ICredential as a parameter to API call
- DOTNET code Refactoring bug fixed (refer : https://github.com/paypal/SDKs/issues/34)
--------------------------------------------------------------------------------------------------
Version 1.2.95 - September 28, 2012
- SDK refreshed to Release 95. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#MerchantAPI
- SDK now supports third party permission by subject header. Configure subject header
in the configuration file, this is basically third party merchant email address who has
given permission to you to call api on their behalf.
- Bug fixed for Page styling attributes (eg: cpp-header**) serialization. (https://github.com/paypal/SDKs/issues/31)
- Bug fixed for 'convertToXML' method for not escaping xml element correctly.(https://github.com/paypal/SDKs/issues/17)
- Assembly files are updated with assembly versions.(https://github.com/paypal/SDKs/issues/18)
- Bug fixed for BasicAmountType serialization without currencyID attribute. (https://github.com/paypal/SDKs/issues/23)
- Updated SDK sample
--------------------------------------------------------------------------------------------------
Version 1.1.93 - August 14, 2012
- SDK refreshed to Release 93. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#MerchantAPI
- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------
Version 1.0.92 - July 30, 2012
- Stable release
--------------------------------------------------------------------------------------------------
Version 0.8.92 - July 17, 2012
- wsdl update version 0.8.92
--------------------------------------------------------------------------------------------------
Version 0.8.90 - July 11, 2012
- Nant script added for SDK automation.
--------------------------------------------------------------------------------------------------
Version 0.8.90 - 11-June-2012
- wsdl update version 90.0
--------------------------------------------------------------------------------------------------
Version 0.8.88 - 11-May-2012
- wsdl update version 88.0
--------------------------------------------------------------------------------------------------
Version 0.7.86 - 17-Apr-2012
- Fix for incorrect Permissions header (X-PP-AUTHORIZATION)
--------------------------------------------------------------------------------------------------
Version 0.6.86 - 27-Feb-2012
- Initial release
--------------------------------------------------------------------------------------------------