Skip to content

Commit c2f2bbf

Browse files
authored
Merge pull request #1517 from mickhawkins/main
[docs] Add warnings to latest minors relating to MDL-87892
2 parents 0670d63 + d4410ca commit c2f2bbf

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

general/releases/4.5/4.5.9.md

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

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

15+
:::warning Important 4.5.9 upgrade notice
16+
Please note that sites using third party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
17+
:::
18+
1519
## General fixes and improvements
1620
<!-- cspell:disable -->
1721
- [MDL-87356](https://moodle.atlassian.net/browse/MDL-87356) - Orphaned random questions should be deleted

general/releases/5.0/5.0.5.md

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

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

15+
:::warning Important 5.0.5 upgrade notice
16+
Please note that sites using third party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
17+
:::
18+
1519
## General fixes and improvements
1620
<!-- cspell:disable -->
1721
- [MDL-51447](https://moodle.atlassian.net/browse/MDL-51447) - Hidden activities are listed on the completion progress details page

general/releases/5.1/5.1.2.md

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

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

15+
:::warning Important 5.1.2 upgrade notice
16+
Please note that sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
17+
:::
18+
1519
## General fixes and improvements
1620
<!-- cspell:disable -->
1721
- [MDL-51447](https://moodle.atlassian.net/browse/MDL-51447) - Hidden activities are listed on the completion progress details page

0 commit comments

Comments
 (0)