From 960a79887b1f44f1a52951d5069904f59d5ed779 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Oct 2002 04:37:56 +0000 Subject: [PATCH] Updated version numbers in preparation for 1.0.6 release --- RELEASE.html | 8 +++++++- version.php | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE.html b/RELEASE.html index 7d86548d30..a5dd1a18fb 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -1,4 +1,4 @@ -

Release notes for Moodle 1.0.6 beta 1

+

Release notes for Moodle 1.0.6

Major changes in this release (since 1.0.5):

@@ -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: Redirect /mod/reading http://yourserver.com/mod/resource

+ Note: you may have some "reading" errors in "Recent activity" ... logging + out and then logging in again will fix this

Other additions
An admin script to totally delete the Moodle data directory has been included (admin/delete.php) @@ -66,6 +68,10 @@
  • Database-specific upgrade code
  • Uses character-set codes to make the browser do the right thing
  • User's name in footer is now a link +
  • News and social forums are now editable +
  • Forums that don't allow posting don't have uneccessary "discuss" links +
  • Improved algorithm for shortening posts in forum listings +
  • Choice module now allows up to six choices diff --git a/version.php b/version.php index 3cc87c9257..205aad06a2 100644 --- a/version.php +++ b/version.php @@ -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 -- 2.39.5