X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-update.php;h=246e831114d489a9a10474e265780c7b504e24c0;hp=360e79b609df41bc574e136f033002ef06ca5f4a;hb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448 diff --git a/inc/extensions/ext-update.php b/inc/extensions/ext-update.php index 360e79b609..246e831114 100644 --- a/inc/extensions/ext-update.php +++ b/inc/extensions/ext-update.php @@ -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 addAdminMenuSql('misc','updates','Updates prüfen','Prüft, ob eine neue Version oder ein Patch auf dem Server exisitiert. Sie müssen dann die Patches/Updates selber herunterladen und einspielen. Dabei werden keine Daten von Ihrer Installation an uns gesendet!',8); break;