]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-task.php
User tables are now moved to ext-user
[mailer.git] / inc / extensions / ext-task.php
index 528c9aedaf8eeddb2d47da58e4ebf0d8e0b7f407..72eff411242e2c33d7aa281b2e94e46c735e7ef9 100644 (file)
@@ -43,10 +43,10 @@ if (!defined('__SECURITY')) {
 }
 
 // Version number
 }
 
 // Version number
-EXT_SET_VERSION("0.3.1");
+EXT_SET_VERSION("0.3.2");
 
 // Version history array (add more with , "0.1" and so on)
 
 // Version history array (add more with , "0.1" and so on)
-EXT_SET_VER_HISTORY(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", "0.1.3", "0.1.4", "0.1.5", "0.1.6", "0.1.7", "0.1.8", "0.1.9", "0.2.0", "0.2.1", "0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.2.9", "0.3.0", "0.3.1"));
+EXT_SET_VER_HISTORY(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", "0.1.3", "0.1.4", "0.1.5", "0.1.6", "0.1.7", "0.1.8", "0.1.9", "0.2.0", "0.2.1", "0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.2.9", "0.3.0", "0.3.1", "0.3.2"));
 
 switch ($EXT_LOAD_MODE)
 {
 
 switch ($EXT_LOAD_MODE)
 {
@@ -236,6 +236,14 @@ case "update": // Update an extension
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Diverse Fixes an den Templates (Notice-Hinweise vom PHP-Interpreter entfernt).");
                break;
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Diverse Fixes an den Templates (Notice-Hinweise vom PHP-Interpreter entfernt).");
                break;
+
+       case "0.3.2": // SQL queries for v0.3.2
+               // This update depends on user update
+               EXT_ADD_UPDATE_DEPENDS("sql_patches");
+
+               // Update notes (these will be set as task text!)
+               EXT_SET_UPDATE_NOTES("H&auml;ngt nun von <u>ext-user</u> ab.");
+               break;
        }
        break;
 
        }
        break;