0.0.0 shall be our first version
[mailer.git] / inc / extensions / ext-theme.php
index 8e8b33afef58790a7ff315dffaaee1c047a35db6..167e4d03334d8dcc07d9015922f51f1b0b58b073 100644 (file)
@@ -43,8 +43,8 @@ if (!defined('__SECURITY')) {
 // Version number
 setThisExtensionVersion('0.1.2');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2'));
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running
@@ -126,7 +126,7 @@ switch (getExtensionMode()) {
 `theme_path` VARCHAR(255) NOT NULL DEFAULT '',
 `theme_name` VARCHAR(255) NOT NULL DEFAULT '',
 `theme_active` ENUM('Y','N') NOT NULL DEFAULT 'N',
-`theme_ver` VARCHAR(255) NOT NULL DEFAULT '0.0',
+`theme_ver` VARCHAR(255) NOT NULL DEFAULT '0.0.0',
 PRIMARY KEY (`id`),
 UNIQUE KEY (`theme_path`),
 INDEX (`theme_active`)