We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8215 commit c2d2859Copy full SHA for c2d2859
changelog.txt
@@ -3,6 +3,25 @@ Changelog
3
4
Changelog for the Cpanel UAPI PHP Class
5
6
+version 1.1
7
+=============
8
+
9
+New:
10
+- Generalised the class to now support API2 as well as UAPI.
11
+ $uapi = new cpanelUAPI();
12
+ $api = new cpanelAPI2();
13
14
+ The usage is the same, the main difference is in the internal processing, hence the separation.
15
+- Added the ability to get the last request URL for debugging / logging.
16
17
+Changes / Improvements:
18
+- Added error checking
19
+- Added more and better commenting
20
+- Renamed a few veriables.
21
22
+Bugs:
23
+- Added maxredirect, set default to 0 for issue #2
24
25
version 1.0.2
26
=============
27
0 commit comments