Skip to content

Commit 2bff4cc

Browse files
author
Ross Parker
committed
v1.6.02
1 parent ac206ca commit 2bff4cc

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

Higher Education/CHANGEDB.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,9 @@
218218
//v1.6.01
219219
++$count;
220220
$sql[$count][0] = '1.6.01';
221+
$sql[$count][1] = "";
222+
223+
//v1.6.02
224+
++$count;
225+
$sql[$count][0] = '1.6.02';
221226
$sql[$count][1] = "";

Higher Education/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
v1.6.02
4+
-------
5+
Fixed JS bug introduced in ownership transfer
6+
37
v1.6.01
48
-------
59
Fixed CSS bug introduced in last version

Higher Education/js/module.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*
12
Gibbon: the flexible, open school platform
23
Founded by Ross Parker at ICHK Secondary. Built by Ross Parker, Sandra Kuipers and the Gibbon community (https://gibbonedu.org/about/)
34
Copyright © 2010, Gibbon Foundation

Higher Education/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$entryURL = 'index.php';
2828
$type = 'Additional';
2929
$category = 'Other';
30-
$version = '1.6.01';
30+
$version = '1.6.02';
3131
$author = "Gibbon Foundation";
3232
$url = "https://gibbonedu.org";
3333

Higher Education/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
/**
2323
* Sets version information.
2424
*/
25-
$moduleVersion = '1.6.01';
25+
$moduleVersion = '1.6.02';
2626
$coreVersion = '23.0.00';

0 commit comments

Comments
 (0)