Skip to content

Commit 1f64451

Browse files
committed
add public code restructure warning, to make it clear configuration changes are required as part of a 5.1 upgrade
1 parent e698b01 commit 1f64451

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

general/releases/5.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1212

1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

15+
:::warning Important 5.1 upgrade notice
16+
The directory structure of Moodle files has changed in 5.1.
17+
A new **"public"** folder has been introduced to contain all web accessible files.
18+
Configuration and other sensitive files are now stored outside this folder for better security.
19+
20+
You will need to reconfigure your web server to accommodate this change as part of the upgrade process.
21+
Please review the configuration information, see [Code Restructure - Moodle Developer Resources](/docs/5.1/guides/restructure) prior to beginning the upgrade process 5.1.
22+
:::
23+
1524
If you are upgrading from a previous version, please see [Upgrading](https://docs.moodle.org/en/Upgrading) in the user docs.
1625

1726
## Server requirements

0 commit comments

Comments
 (0)