ext-coupon 0.0.2 wasn't right ... :(
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 22:39:58 +0000 (22:39 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 22:39:58 +0000 (22:39 +0000)
inc/extensions/ext-coupon.php

index fb4450575a6b8e2d44b9ca7487baff7416dae6c0..2e4acb34b00e99b214a42fc194ca62170f1eb584 100644 (file)
@@ -43,10 +43,10 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version number
-setThisExtensionVersion('0.0.1');
+setThisExtensionVersion('0.0.2');
 
 // Version history array (add more with , '0.1' and so on)
-setExtensionVersionHistory(array('0.0.0', '0.0.1'));
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2'));
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installtion is running
@@ -144,7 +144,7 @@ UNIQUE (`coupon_code`)",
                                setExtensionUpdateNotes('');
                                break;
 
-                       case '0.0.1': // SQL queries for v0.0.1
+                       case '0.0.2': // SQL queries for v0.0.2
                                // Update data in points_data table
                                addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_points_data` SET `subject`='coupon_cashed' WHERE `subject`='coupon' LIMIT 1");