Skip to content

Commit 5d51cdd

Browse files
authored
Merge pull request #1443 from mattporritt/51_dir_restructure
Add public code restructure warning
2 parents e698b01 + 1f64451 commit 5d51cdd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)