Skip to content

Commit 790a534

Browse files
committed
changelog and gitignore
1 parent 62ff5f1 commit 790a534

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
.idea/*

changelog.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ Changelog
33

44
Changelog for the Cpanel UAPI PHP Class
55

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+
620
Version 1.0
721
===========
822

9-
# Initial commit
23+
# Initial commit

0 commit comments

Comments
 (0)