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
1a289453
Commit
1a289453
authored
Jun 11, 2018
by
Cecilia Vela Gurovic
Browse files
Version bump for 17.04.9
Signed-off-by:
Cecilia Vela Gurovic
<
ceciliavg@catalyst.net.nz
>
parent
58ae4b33
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1a289453
17.04.9 (2018-06-11)
- 1773864 ExternalFeed block cron task fails when SSL cert is not valid for a feed
- 1774309 Getting an Undefined index: QUERY_STRING when logging in
- 1774334 Redirecting to wrong adminurl post login
- 1767867 'Search results for' link in My Tags page not working correctly
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
...
...
htdocs/lib/version.php
View file @
1a289453
...
...
@@ -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
7
;
$config
->
version
=
201703162
8
;
$config
->
series
=
'17.04'
;
$config
->
release
=
'17.04.9
testing
'
;
$config
->
release
=
'17.04.9'
;
$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