X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-task.php;h=72eff411242e2c33d7aa281b2e94e46c735e7ef9;hp=528c9aedaf8eeddb2d47da58e4ebf0d8e0b7f407;hb=2eef921aeac777e1306bea94f498f1618f02832b;hpb=6d348813375b48ecd6344d52ec2b821046c353a9 diff --git a/inc/extensions/ext-task.php b/inc/extensions/ext-task.php index 528c9aedaf..72eff41124 100644 --- a/inc/extensions/ext-task.php +++ b/inc/extensions/ext-task.php @@ -43,10 +43,10 @@ if (!defined('__SECURITY')) { } // 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) -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) { @@ -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; + + 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ängt nun von ext-user ab."); + break; } break;