Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
4353d98a
Commit
4353d98a
authored
Oct 03, 2013
by
Son Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.7
Signed-off-by:
Son Nguyen
<
son.nguyen@catalyst.net.nz
>
parent
a392faa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
ChangeLog
+3
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
4353d98a
1.6.7 (2013-10-03)
-
1.6.6 (2013-07-25)
1.6.6 (2013-07-25)
- Bug #1177187: program code error when create new rss feed in mahara
- Bug #1177187: program code error when create new rss feed in mahara
- Bug #1132660: "invite user to group" form on user profile page throws headdata error
- Bug #1132660: "invite user to group" form on user profile page throws headdata error
...
...
htdocs/lib/version.php
View file @
4353d98a
...
@@ -30,8 +30,8 @@ defined('INTERNAL') || die();
...
@@ -30,8 +30,8 @@ defined('INTERNAL') || die();
$config
=
new
StdClass
;
$config
=
new
StdClass
;
// See https://wiki.mahara.org/index.php/Developer_Area/Version_Numbering_Policy
// 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.
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
201208061
8
;
$config
->
version
=
201208061
9
;
$config
->
release
=
'1.6.7
testing
'
;
$config
->
release
=
'1.6.7'
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
$config
->
disablelogin
=
true
;
$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