Skip to content

Commit c2d2859

Browse files
author
Toby New
committed
Updated Changelog
1 parent e9b8215 commit c2d2859

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Changelog
33

44
Changelog for the Cpanel UAPI PHP Class
55

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+
625
version 1.0.2
726
=============
827

0 commit comments

Comments
 (0)