Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
5643d630
Commit
5643d630
authored
Mar 24, 2016
by
Son Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.10.9
Signed-off-by:
Son Nguyen
<
son.nguyen@catalyst.net.nz
>
parent
21d79193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ChangeLog
ChangeLog
+2
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
5643d630
1.10.9 (2016-03-24)
1.10.8 (2015-11-27)
- Bug 1340151: Consider a different approach to libxml_disable_entity_loader(true) in init.php
- Bug 1509874: Incorrectly truncated message in "inbox" block
...
...
htdocs/lib/version.php
View file @
5643d630
...
...
@@ -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
=
201409233
4
;
$config
->
version
=
201409233
5
;
$config
->
series
=
'1.10'
;
$config
->
release
=
'1.10.9
testing
'
;
$config
->
release
=
'1.10.9'
;
$config
->
minupgradefrom
=
2009022600
;
$config
->
minupgraderelease
=
'1.1.0 (release tag 1.1.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