Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
4731adee
Commit
4731adee
authored
May 30, 2018
by
Robert Lyon
Browse files
Version bump for 17.04.8
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
fcd895f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4731adee
17.04.8 (2018-05-30)
- Bug 1763581: Capitalisation of username / email address issue with LTI
- Bug 1767220: Error when viewing a profile page with wall post as an Institution admin
- Bug 1769546: Backporting to 17.10 or ealier branches needs raw_old theme updated
- Bug 1770496: Group member can't paginate through group pages
- Bug 1770535: Able to upload a virus file to Files section
- Bug 1770561: Browser back and refresh button attack vulnerability
- Bug 1772773: Need to call render_items in the static way
- Bug 1772774: change error message when changing username
- Bug 1767882: "tablerenderer call updatecallback" js error in profileicons.php
- Bug 1768685: Upgrade chromedriver / selenium
- Bug 1769581: Remove info on subscribe / unsubscribe from topics in group forums
- Bug 1771473: No sorting of tags according to "date" when clicked on a tag
- Bug 1694563: create behat step to insert breakpoint
17.04.7 (2018-04-06)
- Bug 1744789: Avoid relying on TinyMCE code stipping alone
- Bug 1748782: "Inactive user" highlight disappeared
...
...
htdocs/lib/version.php
View file @
4731adee
...
...
@@ -16,8 +16,8 @@ $config = new stdClass();
// See https://wiki.mahara.org/wiki/Developer_Area/Version_Numbering_Policy
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
201703162
5
;
$config
->
version
=
201703162
6
;
$config
->
series
=
'17.04'
;
$config
->
release
=
'17.04.8
testing
'
;
$config
->
release
=
'17.04.8'
;
$config
->
minupgradefrom
=
2012080604
;
$config
->
minupgraderelease
=
'1.6.0 (release tag 1.6.0_RELEASE)'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment