upgrade.php
changeset 339 1ce3db9a46fb
parent 331 f0eee185880a
child 340 b3ffcc800def
--- a/upgrade.php	Tue Nov 16 12:19:13 2010 -0500
+++ b/upgrade.php	Tue Nov 16 12:20:50 2010 -0500
@@ -70,7 +70,7 @@
 // Everything related to versions goes here!
 
 // Valid versions to upgrade from
-$valid_versions = Array('1.0b1', '1.0b2', '1.0b3', '1.0b4', '1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.1.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6');
+$valid_versions = Array('1.0b1', '1.0b2', '1.0b3', '1.0b4', '1.0RC1', '1.0RC2', '1.0RC3', '1.0', '1.0.1', '1.0.1.1', '1.0.2b1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.0.6pl1');
 
 // Basically a list of dependencies, which should be resolved automatically
 // If, for example, upgrading from 1.0b1 to 1.0RC1 requires one extra query that would not
@@ -90,9 +90,10 @@
     '1.0.2' => Array('1.0.3'),
     '1.0.3' => Array('1.0.4'),
     '1.0.4' => Array('1.0.5'),
-    '1.0.5' => array('1.0.6')
+    '1.0.5' => array('1.0.6'),
+    '1.0.6' => array('1.0.6pl1')
   );
-$this_version   = '1.0.6pl1';
+$this_version   = '1.0.6pl2';
 $func_list = Array(
     '1.0' => Array('u_1_0_1_update_del_votes'),
     '1.0b4' => Array('u_1_0_RC1_update_user_ids', 'u_1_0_RC1_add_admins_to_group', 'u_1_0_RC1_alter_files_table', 'u_1_0_RC1_destroy_session_cookie', 'u_1_0_RC1_set_contact_email', 'u_1_0_RC1_update_page_text'), // ,