forked from rodgermd/adaptivepayments-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
79 lines (53 loc) · 3.59 KB
/
ChangeLog.txt
File metadata and controls
79 lines (53 loc) · 3.59 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
Version 2.3.101 - April 30, 2013
- Updated stubs for 101 release
You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-php/tree/v2.3.101
--------------------------------------------------------------------------------------------------
Version v2.3.100 - March 25, 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/adaptivepayments-sdk-php/tree/v2.3.100.
--------------------------------------------------------------------------------------------------
Version 2.2.98 - February 05, 2013
- Added support for composer.
- Added installation script that fetches the dependencies and installs sdk if composer not present, contributed by: https://github.com/rrehbeindoi.
- Added loading the static configuration from a different source.
You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-php/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.
You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-php/tree/v2.1.96.
--------------------------------------------------------------------------------------------------
Version 2.0.96 - December 06, 2012
- SDK refreshed to Release 96
- Application ID is not mandatory now.
- 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
- Fixes to deserialization issues.(https://github.com/paypal/SDKs/issues/37)
- Fixes to validating SSL Cert in curl requests.(https://github.com/paypal/SDKs/issues/35)
--------------------------------------------------------------------------------------------------
Version 1.2.95 - September 28, 2012
- Sender details (eg:email,phno) serialization bug fixed(https://github.com/paypal/SDKs/issues/30)
- Bug fixed for 'PPLoggingManager.php' to pickup configuration entries.(https://github.com/paypal/SDKs/issues/28)
- Updated SDK sample
--------------------------------------------------------------------------------------------------
Version 1.1.93 - August 13, 2012
- SDK refreshed to Release 1.8.1. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#AdaptivePaymentsAPI
- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------
Version 1.0.92 - July 30, 2012
- Stable release
-------------------------------------------------------------------------------------------------
Version 0.7.92 - July 17, 2012
- wsdl update version 0.7.92
------------------------------------------
Version 0.6.88 - Apr 17, 2012
----------------------------------------
- Fix to get SDK working with Permissions API token
- wsdl update version 88.0
Version 0.6.86 - Feb 27, 2012
----------------------------------------
- Initial release