Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce1060
)
MDL-70094 core: Fix version number for the upgrade note.
author
Jun Pataleta
<jun@moodle.com>
Thu, 19 Nov 2020 01:40:25 +0000
(09:40 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Thu, 19 Nov 2020 01:40:25 +0000
(09:40 +0800)
lib/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/lib/upgrade.txt
b/lib/upgrade.txt
index
c76c172
..
d7d768c
100644
(file)
--- a/
lib/upgrade.txt
+++ b/
lib/upgrade.txt
@@
-1,7
+1,7
@@
This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.
-===
4.0
===
+===
3.11
===
* New optional parameter $extracontent for print_collapsible_region_start(). This allows developers to add interactive HTML elements
(e.g. a help icon) after the collapsible region's toggle link.