forked from wpmudev/whmcs-multisite-provisioning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
68 lines (49 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
Plugin Name: WHMCS Multisite Provisioning
Author: Arnold Bailey
== Change Log ==
= 1.1.0.8 =
- Fixed naming logic for duplicate blogs in sub-directory networks.
= 1.1.0.7 =
- Fixed POODLE vulnerability due to cURL SSL version 3 being forced.
= 1.1.0.6 =
- Added check for Free level name which was previously indicated by a blank field.
= 1.1.0.5 =
- Fix for Delete blog error.
= 1.1.0.4 =
- Fixed problem with default site numbering.
- Since the password on Wordpress can not be read, if WHMCS finds the user email already existing on WP it returns a "PREVIOUSLY SET" PASSWORD.
= 1.1.0.3 =
- Added check for blank domains
= 1.1.0.2 =
* Fixed problem in add on module creating table.
= 1.1.0.1 =
* Added an ob_end_clean around the the plugin code to make sure that Debug messages
from Wordpress and other plugins don't get passed back in the WHMCS response, destroying the json structure,
* Added debug setting checkbox which turns off blocking the debug messages sent back to WHMCS.
They can then appear in the WHMCS Modules Log.
* No longer assign level 1 if Pro-Sites field is empty.
= 1.1 =
* Added Pro_Sites support.
= 1.0.9 =
* Changed the client WordPress login link to be the Admin login.
= 1.0.8 =
* Fixed problem were global $base is sometimes returned as null
* Fixed problem with site name setting if the custom field title is used
* Fixed subdirectory installs so properly add count on duplicating an existing site.
= 1.0.7 =
* Fixed problem with duplicate user login names.
= 1.0.6=
* Username not being split from the email address correctly
= 1.0.5 =
* Fixed problem doing automatic login from WHMCS server button
= 1.0.4 =
* Added Provision Server module logging to support debugging the WHMCS side.
= 1.0.3 =
* Checked blog.dir creation.
* Added dashboard notification
= 1.0.2 =
* Changed disabled to readonly on product fields because disabled fields aren't returned on edit wiping them out.
= 1.0.1 =
* Changed blog.dir permission to the correct 0755 octal value.
= 1.0 =
* Initial public release