Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Release notes template: Difference between revisions

From MoodleDocs
m (New page: Copy and paste this wiki code into the new Release Notes page and replace all the missing bits. <code text> Release date: Not yet released Here is [http://tracker.moodle.org/browse/MDL/fi...)
 
(Small cleaning)
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Copy and paste this wiki code into the new Release Notes page and replace all the missing bits.
Copy and paste this wiki code into the new release notes page and replace all the missing bits.
<code text>
<code text>
[[Releases]] > {{FULLPAGENAME}}
Release date: Not yet released
Release date: Not yet released


Here is [http://tracker.moodle.org/browse/MDL/fixforversion/XXXXX the full list of fixed issues in X.X.X].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%22X.X.X%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in X.X.X].
 
==Server requirements==
 
===Database requirements===


===Highlights===
==Client requirements==


* ...
===Browser support===
Moodle is compatible with any standards compliant web browser. We regularly test Moodle with the following browsers:


===Security issues===
Desktop:
* Chrome
* Firefox
* Safari
* Edge
* Internet Explorer


to be released later
Mobile:
* MobileSafari
* Google Chrome


===New language strings files===
For the best experience and optimum security, we recommend that you keep your browser up to date.


* ...
Note: Legacy browsers with known compatibility issues with Moodle X.X:
* Internet Explorer 10 and below
* Safari 7 and below


===New language pack===
==Major features==


* ...
''Items to be added soon...''


(See [[Translation credits]] for additional details.)
==Other highlights==


===Known problems and regressions===
''Items to be added soon...''


* ...
==For admins==


===Changes in Moodle API===
''Items to be added soon...''


* ...
==For developers==


<noinclude>==See also==
''Items to be added soon...''
 
==Security issues==
 
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
 
==See also==
*[[Moodle X.X.X-1 release notes]]
*[[Moodle X.X.X-1 release notes]]


[[Category:Release notes]]
[[Category:Release notes]]
[[Category:Moodle 1.9]]
[[Category:Moodle X.X]]


[[de:Moodle X.X.X Versionsinformationen]]
[[fr:Notes de mise à jour de Moodle X.X.X]]
[[es:Notas de Moodle X.X.X]]
[[es:Notas de Moodle X.X.X]]
[[fr:Notes de mise à jour de Moodle X.X.X]]
 
</noinclude>
</code>
</code>


===Tips===
The following git command can be used to find all upgrade.txt files that were modified since the last release, so that links to them can be provided in the release notes - typically in the For developers section.


$ git log --oneline --pretty="format:" --name-only v3.5.0..v3.6.0-beta | grep upgrade.txt | sort | uniq | while read path; do echo "* [https://git.in.moodle.com/moodle/moodle/blob/v3.6.0-beta/$path $path]"; done
See e.g. [[Moodle 3.6 release notes#Component APIs upgrades]] for how it was used in the past.
[[:es:Plantilla para las notas de versiones|Plantilla en Español]]
[[Category:Release notes]]
[[Category:Processes|Release process]]
[[Category:Processes|Release process]]

Revision as of 11:58, 5 November 2019

Copy and paste this wiki code into the new release notes page and replace all the missing bits. Releases > Release notes template

Release date: Not yet released

Here is the full list of fixed issues in X.X.X.

Server requirements

Database requirements

Client requirements

Browser support

Moodle is compatible with any standards compliant web browser. We regularly test Moodle with the following browsers:

Desktop:

  • Chrome
  • Firefox
  • Safari
  • Edge
  • Internet Explorer

Mobile:

  • MobileSafari
  • Google Chrome

For the best experience and optimum security, we recommend that you keep your browser up to date.

Note: Legacy browsers with known compatibility issues with Moodle X.X:

  • Internet Explorer 10 and below
  • Safari 7 and below

Major features

Items to be added soon...

Other highlights

Items to be added soon...

For admins

Items to be added soon...

For developers

Items to be added soon...

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

See also

Tips

The following git command can be used to find all upgrade.txt files that were modified since the last release, so that links to them can be provided in the release notes - typically in the For developers section.

$ git log --oneline --pretty="format:" --name-only v3.5.0..v3.6.0-beta | grep upgrade.txt | sort | uniq | while read path; do echo "* $path"; done

See e.g. Moodle 3.6 release notes#Component APIs upgrades for how it was used in the past.

Plantilla en Español