-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathRELEASE
More file actions
67 lines (45 loc) · 1.54 KB
/
RELEASE
File metadata and controls
67 lines (45 loc) · 1.54 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
5.0.0
- Added support for Intelligence Cloud to use new endpoint
4.0.2
- Added config.php to Composer’s autoload classmap to prevent file-loading errors on case-sensitive systems, while maintaining compatibility with existing integrations.
4.0.1
- Updated psr/http-message dependency to allow both v1 and v2
4.0.0
- Removed all functionality and methods for App Verify SDK
3.0.7
- Added support for PATCH requests
3.0.6
- Add tracking of when SDK is used as a dependency
3.0.5
- Added tracking to requests
3.0.4
- Remove overloading of Phone ID
3.0.3
- Added support for request bodies with application/json content-type
3.0.2
- Added dependency for extension mbstring
- Fixed deprecated function utf8_encode() in RestClient.php, changed it with mb_convert_encoding()
3.0.1
- Updated to fix support for PHP 8+
3.0.0
- Drop support for PHP5.
- Update dependencies and code to support PHP 7.2+
2.2.3
- Fixes #15 the default case for PhoneID
2.2.2
- Added support for application/json content-type
2.2.1
- enable http put requests
2.2.0
- re-brand Auto Verify to App Verify and refactor associated names
2.1.0
- updated and improved README
- secret_key refactored to api_key to align with docs and portal
- api_host is now known as rest_endpoint to align with docs and portal
- added travis CI, codecov coverage and additional unit tests
2.0.0
- major refactoring and simplification into generic REST client
- started managing dependencies with Composer
- request headers generation routine is now made static
- added utility functions
- added examples