Updated version numbers in preparation for 1.0.6 release
authormoodler <moodler>
Sat, 26 Oct 2002 04:37:56 +0000 (04:37 +0000)
committermoodler <moodler>
Sat, 26 Oct 2002 04:37:56 +0000 (04:37 +0000)
RELEASE.html
version.php

index 7d86548..a5dd1a1 100644 (file)
@@ -1,4 +1,4 @@
-<H3> Release notes for Moodle 1.0.6 beta 1</H3>
+<H3> Release notes for Moodle 1.0.6</H3>
 
 <P>  Major changes in this release (since 1.0.5):   </P>
 
@@ -45,6 +45,8 @@
      If you have any hard-coded URLs pointing to readings that you don't want to break,
      you can add a line like this to your Apache httpd.conf to redirect them:
      <B><CODE>Redirect /mod/reading http://yourserver.com/mod/resource</CODE></B><BR><BR>
+     <FONT COLOR=RED>Note: you may have some "reading" errors in "Recent activity" ... logging
+     out and then logging in again will fix this</FONT><BR><BR>
 
 <DT> Other additions
 <DD> An admin script to totally delete the Moodle data directory has been included (admin/delete.php)
      <LI> Database-specific upgrade code
      <LI> Uses character-set codes to make the browser do the right thing 
      <LI> User's name in footer is now a link
+     <LI> News and social forums are now editable
+     <LI> Forums that don't allow posting don't have uneccessary "discuss" links 
+     <LI> Improved algorithm for shortening posts in forum listings
+     <LI> Choice module now allows up to six choices
      </UL>
 
 </DL></UL>
index 3cc87c9..205aad0 100644 (file)
@@ -5,7 +5,7 @@
 // database to determine whether upgrades should
 // be performed (see lib/db/*.php)
 
-$version = 2002102503;   // The current version is a date (YYYYMMDDXX)
+$version = 2002102600;   // The current version is a date (YYYYMMDDXX)
 
-$release = "1.0.6 beta 2";  // User-friendly version number
+$release = "1.0.6";  // User-friendly version number