]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-seo.php
Referal level is now NULL
[mailer.git] / inc / extensions / ext-seo.php
index 6bd3a1cd7b8bac9bf0fcfdca7e3cfafadc83c7fd..c5fe0ca5ea3d6d9053db8641eef2a67b602deedb 100644 (file)
@@ -41,16 +41,16 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version number
-setThisExtensionVersion('0.0');
+setThisExtensionVersion('0.0.0');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0'));
 
 // This extension is in development (non-productive)
 enableExtensionProductive(false);
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+       case 'register': // Do stuff when installation is running
                // SQL commands to run
                break;