forked from CpanelInc/xmlapi-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
57 lines (44 loc) · 1.95 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
CHANGELOG.txt for xmlapi.php
1.0.12:
- github#2 - [Bugfix]: typo related to environment variable XMLAPI_USE_SSL
1.0.11:
- [Feature]: Remove value requirement for park()'s 'topdomain' argument
1.0.10:
- github#1 - [Bugfix]: setresellerpackagelimits() does not properly prepare
input arguments for query (Case 51076)
1.0.9:
- Add input argument to method signature for servicestatus()
1.0.8:
- Correct unpark bug as reported by Randall Kent
1.0.7:
- Corrected typo for setrellerlimits where xml_query incorrectly called xml-api's setresellerips
1.0.6:
- Changed 'user' URL parameter for API1/2 calls to 'cpanel_xmlapi_user'/'cpanel_jsonapi_user' to
resolve conflicts with API2 functions that use 'user' as a parameter
- Relocated exmaple script to Example subdirectory
- Modified example scripts to take remote server IP and root password from environment variables
REMOTE_HOST and REMOTE_PASSWORD, respectively
- Created subdirectory Tests for PHPUnit tests
- Add PHPUnit test BasicParseTest.php
1.0.5:
- fix bug where api1_query and api2_query would not return JSON data
1.0.4:
- set_port will now convert non-int values to ints
1.0.3:
- Fixed issue with set_auth_type using incorrect logic for determining acceptable auth types
- Suppress non-UTF8 encoding when using curl
1.0.2:
- Increased curl buffer size to 128kb from 16kb
- Fix double encoding issue in terminateresellers()
1.0.1:
- Fixed use of wrong variable name in curl error checking
- adjust park() to use api2 rather than API1
1.0
- Added in 11.25 functions
- Changed the constructor to allow for either the "DEFINE" config setting method or using parameters
- Removed used of the gui setting
- Added fopen support
- Added auto detection for fopen or curl (uses curl by default)
- Added ability to return in multiple formats: associative array, simplexml, xml, json
- Added PHP Documentor documentation for all necessary functions
- Changed submission from GET to POST