Skip to content
GitLab
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
937582ef
Commit
937582ef
authored
Feb 02, 2018
by
Robert Lyon
Browse files
Version bump for 17.10.3
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
192fb0db
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
937582ef
17.10.3 (2018-02-02)
- Bug 1744797: SAML plugin not working correctly with SimpleSamlPhp 1.15
- Bug 1738898: Elasticsearch not updating indexed items when access rules change
17.10.2 (2018-01-17)
- Bug 1732987 Fix user input from direct get post usage
- Bug 1733722 Mahara not clearing messages for PHP session correctly for PHP7.1 using files store
...
...
htdocs/lib/version.php
View file @
937582ef
...
...
@@ -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
=
201709261
2
;
$config
->
version
=
201709261
3
;
$config
->
series
=
'17.10'
;
$config
->
release
=
'17.10.3
testing
'
;
$config
->
release
=
'17.10.3'
;
$config
->
minupgradefrom
=
2015030409
;
$config
->
minupgraderelease
=
'15.04.0 (release tag 15.04.0_RELEASE)'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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