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
fa1be175
Commit
fa1be175
authored
Oct 27, 2015
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.9.9
Signed-off-by:
Aaron Wells
<
aaronw@catalyst.net.nz
>
parent
5d9d8145
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
ChangeLog
ChangeLog
+17
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
fa1be175
1.9.9 (2015-10-27)
- Bug 1486813: Prompt for new stat data after upgrade needs a 'no thanks' option
- Bug 1488697: Users may not receive the registration email after approval
- Bug 1486699: Username character limit preventing login via SAML
- Bug 1487464: SAML Update user details on login option creating new email artefact on every login
- Bug 1492919: Deadlock issues when 20-30 users copying collections & pages at the same time
- Bug 1500774: remove old session files doesn't work with adapted sessionpath
- Bug 1496681: Login box lang strings don't change when language is switched
- Bug 1495200: White screen when session times out
- Bug 1444905: Elasticsearch doesn't search achievements
- Bug 1496910: Problem with scaling in flowplayer
- Bug 1495676: The setting 'maxuploadsize' did not count
- Bug 1416147: MySQL error in ORDER BY clause in get_artefactchooser_artefacts()
- Bug 1486262: Problem with isset() in a template file
- Bug 1497341: Pieforms "select" rule validation with optgroups fails
- Bug 1496616: CLI script help output is incorrect
1.9.8 (2015-08-19)
- Bug #1361005 "Ignore/Append/Add" settings are not being respected during interactive Leap2a import
- Bug #1447865 Include PHP version in mahara.org stats
...
...
htdocs/lib/version.php
View file @
fa1be175
...
...
@@ -15,9 +15,9 @@ $config = new stdClass();
// See https://wiki.mahara.org/index.php/Developer_Area/Version_Numbering_Policy
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
201403272
8
;
$config
->
version
=
201403272
9
;
$config
->
series
=
'1.9'
;
$config
->
release
=
'1.9.9
testing
'
;
$config
->
release
=
'1.9.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