From: moodler Date: Sat, 26 Oct 2002 05:37:31 +0000 (+0000) Subject: One more thing - I' moved the RELEASE.html into the other documentation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=06a609e91edd83672cbb7c12ec4806eac15b2436;p=moodle.git One more thing - I' moved the RELEASE.html into the other documentation to make it easier to find later on. --- diff --git a/RELEASE.html b/RELEASE.html deleted file mode 100644 index a24c1d0b3c..0000000000 --- a/RELEASE.html +++ /dev/null @@ -1,78 +0,0 @@ -

Release notes for Moodle 1.0.6

- -

Major changes in this release (since 1.0.5):

- - - diff --git a/admin/index.php b/admin/index.php index 997bc1bdbb..f1a8aff0bc 100644 --- a/admin/index.php +++ b/admin/index.php @@ -115,7 +115,7 @@ } print_continue("index.php"); print_simple_box_start("CENTER"); - include("$CFG->dirroot/RELEASE.html"); + include("$CFG->dirroot/doc/release.html"); print_simple_box_end(); print_continue("index.php"); exit; diff --git a/doc/contents.html b/doc/contents.html index 085d15b3ea..11f67fae18 100755 --- a/doc/contents.html +++ b/doc/contents.html @@ -11,6 +11,7 @@
  • Background
  • Features +
  • Latest release
  • Installation
  • Teacher Manual
  • Developer Manual diff --git a/doc/release.html b/doc/release.html index b6d4af6aa2..88f2314b74 100644 --- a/doc/release.html +++ b/doc/release.html @@ -78,5 +78,5 @@

     

    -

    Moodle Documentation

    +

    Moodle Documentation

    Version: $Id$