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
3accbc91
Commit
3accbc91
authored
Sep 29, 2017
by
Cecilia Vela Gurovic
Browse files
Bump master version
Change-Id: I53d11d1763348e1b2617231a7b66d1af89ea053c
parent
33af112a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3accbc91
...
...
@@ -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
7.10
/intro/introduction.html#what-is-mahara
*
http://manual.mahara.org/en/1
8.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
7.10
supports direct upgrades from previous Mahara versions 15.04.0 and later.
Mahara 1
8.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
7.10
.
Here are the system requirements needed to run Mahara 1
8.04
.
### OS
...
...
@@ -112,7 +112,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
7.10
, the supported browser versions are:
For Mahara 1
8.04
, the supported browser versions are:
// TODO: Review list of browsers closer to the release date.
*
Firefox - 48.0
*
Chrome - 51.0
...
...
htdocs/lib/version.php
View file @
3accbc91
...
...
@@ -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
=
2017092
6
00
;
$config
->
series
=
'1
7.10
'
;
$config
->
release
=
'1
7.10
dev'
;
$config
->
version
=
2017092
9
00
;
$config
->
series
=
'1
8.04
'
;
$config
->
release
=
'1
8.04
dev'
;
$config
->
minupgradefrom
=
2015030409
;
$config
->
minupgraderelease
=
'15.04.0 (release tag 15.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