X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-mydata.php;h=ce05fc7e2b2bd93851dbb2d7c876d5d69be5cb76;hp=4db2430332b09eebc4eab2aefdc989e5faf459ac;hb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;hpb=3e285b5aa39afe4f71664090909185a4c71fb625 diff --git a/inc/extensions/ext-mydata.php b/inc/extensions/ext-mydata.php index 4db2430332..ce05fc7e2b 100644 --- a/inc/extensions/ext-mydata.php +++ b/inc/extensions/ext-mydata.php @@ -43,8 +43,8 @@ if (!defined('__SECURITY')) { // Version number setThisExtensionVersion('0.1.8'); -// 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', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8')); +// 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', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8')); switch (getExtensionMode()) { case 'register': // Do stuff when installation is running