Skip to content

Commit 8ed322c

Browse files
committed
more updates to the plugin names and descriptions and improving on the activation and deactivation sections and logging lines
1 parent f267e9c commit 8ed322c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/Plugin.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
class Plugin {
88

9-
public static $name = 'Dedicated IP Licensing Webhosting Addon';
10-
public static $description = 'Allows selling of Dedicated IP Server and Webhosting License Types. More info at https://www.netenberg.com/ips.php';
11-
public static $help = 'It provides more than one million end users the ability to quickly install dozens of the leading open source content management systems into their web space. Must have a pre-existing cPanel license with cPanelDirect to purchase a ips license. Allow 10 minutes for activation.';
9+
public static $name = 'Dedicated IP Webhosting Addon';
10+
public static $description = 'Allows selling of Dedicated IP Addon for Webhosting.';
11+
public static $help = '';
1212
public static $module = 'webhosting';
1313
public static $type = 'addon';
1414

15-
1615
public function __construct() {
1716
}
1817

0 commit comments

Comments
 (0)