File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/components/ReleaseStateSummary Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11---
22id : introduction
33title : Introduction
4- description : Developer documentation for Moodle 4.5 .
4+ description : Developer documentation for Moodle 5.0 .
55slug : /
66tags :
77 - Getting started
88---
99
10- Welcome to the Developer Documentation for ** Moodle 4.5 ** .
10+ Welcome to the Developer Documentation for ** Moodle 5.0 ** .
1111
1212This documentation is version-specific and includes a range of useful guides and information.
1313
@@ -17,10 +17,10 @@ This documentation is version-specific and includes a range of useful guides and
1717- Look through our [ guides to Moodle APIs] ( ./apis.md )
1818- Browse our [ Moodle feature] ( ./guides.md ) deep dives
1919- Interested in supporting the Moodle App in your plugins? Read the [ Moodle App documentation] ( /general/app )
20- {/* - You may want to read the [ Release notes] ( /general/releases/4.5 ) for Moodle 4.5 * /}
20+ {/* - You may want to read the [ Release notes] ( /general/releases/5.0 ) for Moodle 5.0 * /}
2121
2222:::
2323
2424import ReleaseStateSummary from '@site/src /components/ReleaseStateSummary';
2525
26- <ReleaseStateSummary releaseName =" 4.5 " />
26+ <ReleaseStateSummary releaseName =" 5.0 " />
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Typically this task is performed by the Integration team using the following ste
32321. Uncomment and update the link to the release notes for this version
33331. Open ` docs/devupdate.md` in your editor
34341. Clear the content of this file and update the version numbers
35+ 1. Open ` docs/intro.md` in your editor
36+ 1. Update the occurrences of the version number for the recent release with the version number for the next major version of Moodle
35371. Open ` nextVersion.js` in your editor
36381. Update the values for ` nextVersion` (and ` nextLTSVersion` after the release of an LTS version)
37391. Commit these changes ([Example from Moodle 4.4](https://github.com/moodle/devdocs/commit/XXaeb6385209caed38d757d53bc47f9bd66fdcfa0cY))
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
105105 , which
106106 { ' ' }
107107 { releaseData . isLTS && < strong > will be an LTS release</ strong > }
108- { ! releaseData . isLTS && < strong > will not an LTS release</ strong > }
108+ { ! releaseData . isLTS && < strong > will not be an LTS release</ strong > }
109109 , is scheduled for release on
110110 { ' ' }
111111 < strong >
You can’t perform that action at this time.
0 commit comments