Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
9f20d58e
Commit
9f20d58e
authored
Dec 29, 2016
by
Robert Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 15.10.7
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
9eb13aad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
ChangeLog
ChangeLog
+10
-0
version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
9f20d58e
15.10.7 (2016-12-29)
- Bug 1652995: Phpmailer security update (v5.2.21)
- Bug 1540534: Page comment moderation doesn't affect artefact comments
- Bug 1603206: Anonymously placed comments end up with system user
- Bug 1636599: Infinite redirect loop with journals page
- Bug 1639096: Don't display submitted pages in 'shared with group' sections is broken for pagination
- Bug 1603658: "Other license (enter URL)" does not work
- Bug 1631807: Problem when editing the content on IE11
- Bug 1638733: Static pages gives js error
15.10.6 (2016-10-25)
- Bug 1544381: "New views" block crashes after clearing Dwoo cache
- Bug 1554247: comments with attachments - attachment titles and links display on main portfolio page
...
...
htdocs/lib/version.php
View file @
9f20d58e
...
...
@@ -16,9 +16,9 @@ $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
=
201509293
2
;
$config
->
version
=
201509293
3
;
$config
->
series
=
'15.10'
;
$config
->
release
=
'15.10.7
testing
'
;
$config
->
release
=
'15.10.7'
;
$config
->
minupgradefrom
=
2012080604
;
$config
->
minupgraderelease
=
'1.6.0 (release tag 1.6.0_RELEASE)'
;
$config
->
disablelogin
=
true
;
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