-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathChangeLog.txt
More file actions
106 lines (67 loc) · 4.52 KB
/
ChangeLog.txt
File metadata and controls
106 lines (67 loc) · 4.52 KB
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
Version 2.4.106 - August 21, 2013
- Updated stubs.
- Updated samples to showcase dynamic configuration.
You can see source code of this release in github under https://github.com/paypal/invoice-sdk-java/tree/v2.4.106.
--------------------------------------------------------------------------------------------------
Version 2.3.103 - June 07, 2013
- Updated stubs for 103 release.
You can see source code of this release in github under https://github.com/paypal/invoice-sdk-java/tree/v2.3.103.
--------------------------------------------------------------------------------------------------
Version 2.2.101 - April 30, 2013
- Updated stubs for 101 release.
- Updated core sdk version.
You can see source code of this release in github under https://github.com/paypal/invoice-sdk-java/tree/v2.2.101.
--------------------------------------------------------------------------------------------------
Version 2.2.100 - March 26, 2013
- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
You can see source code of this release in github under https://github.com/paypal/invoice-sdk-java/tree/v2.2.100.
--------------------------------------------------------------------------------------------------
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.
- Added new feature in which that service wrapper class have constructor that takes java.util.Properties (https://github.com/paypal/merchant-sdk-java/issues/2)
- 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/invoice-sdk-java/tree/v2.1.96.
--------------------------------------------------------------------------------------------------
Version 2.0.96 - November 28, 2012
- SDK refreshed to Release 96
- Added Maven support for SDK core, SDK and Samples projects
- 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
- Java code Refactoring bug fixed (refer : https://github.com/paypal/SDKs/issues/34)
--------------------------------------------------------------------------------------------------
Version 1.5.95 - September 28, 2012
- Updated SDK sample
--------------------------------------------------------------------------------------------------
Version 1.4.93 - August 13, 2012
- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------
Version 1.3.92 - July 17, 2012
- wsdl update version 92
------------------------------------------
Version 1.3.90 - July 05, 2012
This release contains minor fixes for incorrect proxy configuration parsing and issues with
using the paypal_auth_signature jar in jre 1.5
------------------------------------------------------------------------------------------------------
Version 1.2.90 - June 11, 2012
SDK refresh for new API release - This release contains wrappers for two new methods -
MarkInvoiceAsUnpaid and MarkInvoiceAsRefunded.
------------------------------------------------------------------------------------------------------
Version 1.2.88 - April 11, 2012
Wsdl update version 88.0
Fix for incorrect Permissions header (X-PP-AUTHORIZATION)
------------------------------------------------------------------------------------------------------
Version 1.1.84 - December 03, 2012
Minor updates to samples
------------------------------------------------------------------------------------------------------
Version 1.0.84 - September 23, 2011
This release contains wrappers for the 5 new invoicing APIs - UpdateInvoice, GetInvoiceDetails,
CancelInvoice, SearchInvoices & MarkInvoiceAsPaid
------------------------------------------------------------------------------------------------------
Version 0.6.84 - May 10, 2011
Initial beta release of the invoicing SDK
------------------------------------------------------------------------------------------------------