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 62ff5f1 commit 790a534Copy full SHA for 790a534
.gitignore
@@ -0,0 +1,2 @@
1
+.idea
2
+.idea/*
changelog.txt
@@ -3,7 +3,21 @@ Changelog
3
4
Changelog for the Cpanel UAPI PHP Class
5
6
+version 1.0.2
7
+=============
8
+
9
+# Renamed cpaneluapi.class to cpaneluapi.class.php to avoid issues with IDEs
10
+# Added new examples file for the mysql module
11
+# Added php file comments and a gitignore file to ignore phpstorm project files.
12
13
+version 1.0.1
14
15
16
+# Fixed local reference to user and pass vars
17
+# some commenting
18
+# other fixes.
19
20
Version 1.0
21
===========
22
-# Initial commit
23
+# Initial commit
0 commit comments