Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
07d65ee9
Commit
07d65ee9
authored
Jan 17, 2018
by
Robert Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 16.10.7
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
e5e6acc9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
ChangeLog
ChangeLog
+12
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
07d65ee9
16.10.7 (2018-01-17)
- Bug 1734194: Infinite redirect loop caused by logged out user in usr_session table
- Bug 1727524: Update simplesamlphp to 1.14.17 for security fix
- Bug 1731043: artefact/blog/lib.php Undefined variable: title in v16.10
- 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 1735585: Problem with watchlist for a page
- Bug 1737581: Add a spinner icon when copying collections
- Bug 1739331: Upgrade simplesamlphp to version 1.15.0
- Bug 1471103: Make the password reset CLI script log out the user
16.10.6 (2017-10-30)
- Bug 1546769: The 'None' auth needs to be locked down or removed to avoid troubles with multi institutions
- Bug 1701978: Old cookies lingering allowing one to login without giving login details
...
...
htdocs/lib/version.php
View file @
07d65ee9
...
...
@@ -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
=
201609023
1
;
$config
->
version
=
201609023
2
;
$config
->
series
=
'16.10'
;
$config
->
release
=
'16.10.7
testing
'
;
$config
->
release
=
'16.10.7'
;
$config
->
minupgradefrom
=
2012080604
;
$config
->
minupgraderelease
=
'1.6.0 (release tag 1.6.0_RELEASE)'
;
Write
Preview
Markdown
is supported
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