forked from TeleSign/php_telesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE
More file actions
29 lines (19 loc) · 668 Bytes
/
RELEASE
File metadata and controls
29 lines (19 loc) · 668 Bytes
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
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