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
1c9cce2d
Commit
1c9cce2d
authored
Jan 17, 2018
by
Cecilia Vela Gurovic
Browse files
Version bump for 17.10.2
Signed-off-by:
Cecilia Vela Gurovic
<
ceciliavg@catalyst.net.nz
>
parent
1518a406
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1c9cce2d
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
- Bug 1734767 Mahara needing the HTTP Strict Transport Security (HSTS) header when site is https
- Bug 1736843 Missing directories in <sitedata>/sessions makes login fail
- Bug 1739331 Upgrade simplesamlphp to version 1.15.0
- Bug 1742600 chromedriver version needs updating for running test
- Bug 1471103 Make the password reset CLI script log out the user
- Bug 1737038 Error about table missing on install
- Bug 1738055 Avoid committing behat tests with 'And I insert breakpoint' in them
17.10.1 (2017-12-14)
17.10.0 (2017-10-30)
...
...
htdocs/lib/version.php
View file @
1c9cce2d
...
...
@@ -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
0
;
$config
->
version
=
201709261
1
;
$config
->
series
=
'17.10'
;
$config
->
release
=
'17.10.2
testing
'
;
$config
->
release
=
'17.10.2'
;
$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