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
c6296f12
Commit
c6296f12
authored
Oct 01, 2018
by
Cecilia Vela Gurovic
Browse files
Upgrade master README & version numbers
Change-Id: I42da065c5a76183c3b09c223d331c66d197fec85
parent
53d5b7fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c6296f12
...
...
@@ -6,7 +6,7 @@ web application that allows users to record and share evidence of lifelong learn
For more information about Mahara and ePortfolios, see the Mahara user manual's
introduction chapter:
*
http://manual.mahara.org/en/1
8.10
/intro/introduction.html#what-is-mahara
*
http://manual.mahara.org/en/1
9.04
/intro/introduction.html#what-is-mahara
# SUPPORT
...
...
@@ -33,7 +33,7 @@ The following is a check list of the steps you need to take. Please refer to the
# UPGRADING
Mahara 1
8.10
supports direct upgrades from previous Mahara versions 15.04.0 and later.
Mahara 1
9.04
supports direct upgrades from previous Mahara versions 15.04.0 and later.
If you are upgrading from an earlier version you will need to upgrade
in two steps:
...
...
@@ -56,7 +56,7 @@ scripts. See:
# SYSTEM REQUIREMENTS
Here are the system requirements needed to run Mahara 1
8.10
.
Here are the system requirements needed to run Mahara 1
9.04
.
### OS
...
...
@@ -120,7 +120,7 @@ three most recent versions that are officially supported by Microsoft.
You can still use Mahara on older browsers, but may not have all functionality
available.
For Mahara 1
8.10
, the supported browser versions are:
For Mahara 1
9.04
, the supported browser versions are:
// TODO: Review list of browsers closer to the release date.
*
Firefox - 56.0
*
Chrome - 61.0
...
...
htdocs/lib/version.php
View file @
c6296f12
...
...
@@ -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
=
2018
0912
00
;
$config
->
series
=
'1
8.10
'
;
$config
->
release
=
'1
8.10
dev'
;
$config
->
version
=
2018
1001
00
;
$config
->
series
=
'1
9.04
'
;
$config
->
release
=
'1
9.04
dev'
;
$config
->
minupgradefrom
=
2017031605
;
$config
->
minupgraderelease
=
'17.04.0 (release tag 17.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