Made upgrades from 1.0.6 work.
authorDan
Thu, 16 Apr 2009 21:01:47 -0400
changeset 934 ebefca69f3fd
parent 933 4823788b8603
child 935 9e124177c9a4
Made upgrades from 1.0.6 work.
install/schemas/upgrade/1.0.5-1.0.6-mysql.sql
install/upgrade.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/install/schemas/upgrade/1.0.5-1.0.6-mysql.sql	Thu Apr 16 21:01:47 2009 -0400
@@ -0,0 +1,1 @@
+
--- a/install/upgrade.php	Thu Apr 16 13:04:21 2009 -0400
+++ b/install/upgrade.php	Thu Apr 16 21:01:47 2009 -0400
@@ -18,7 +18,7 @@
 
 // The list of versions in THIS AND PREVIOUS branches, in chronological order.
 $enano_versions = array();
-$enano_versions['1.0'] = array('1.0', '1.0.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4', '1.0.5');
+$enano_versions['1.0'] = array('1.0', '1.0.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6');
 $enano_versions['1.1'] = array('1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.1.5', '1.1.6');
 
 // If true, this will do a full langimport instead of only adding new strings.
@@ -43,7 +43,7 @@
 require_once('includes/common.php');
 @ini_set('display_errors', 'on');
 
-if ( in_array(enano_version(), array('1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.1.5')) )
+if ( in_array(enano_version(), array('1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.1.5')) )
   define('ENANO_UPGRADE_USE_AES_PASSWORDS', 1);
 
 $ui = new Enano_Installer_UI('Enano upgrader', false);