Skip to content

Commit

Permalink
v1.1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdotparker committed Oct 31, 2019
1 parent d986b7e commit 9de04d9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Meet The Teacher/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@
++$count;
$sql[$count][0] = '1.1.07';
$sql[$count][1] = "";

//v1.1.08
++$count;
$sql[$count][0] = '1.1.08';
$sql[$count][1] = "UPDATE gibbonSetting SET value='1.1.08' WHERE scope='Meet The Teacher' AND name='version';end";
4 changes: 4 additions & 0 deletions Meet The Teacher/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG

1.1.08
------
Various post v1.1.07 tweaks

1.1.07
------
Updated to include Heads of Years
Expand Down
5 changes: 3 additions & 2 deletions Meet The Teacher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ContactLinks | A list of links between parents and students. The priority and
RollGroupLinks | A list of roll group links for registration tutors.
ClassLinks | A list of academic class links for timetabled classes.
IndividualNeedsGroups | **Only available in Gibbon v15 and up.** A list of links between learning support teachers and children with additional needs. Read the Individual Needs section for more info.
HeadOfYearController | **Only available in Gibbon v16 and up.** A list of heads of year, and students in year groups

### Individual Needs ###
There's a few options available for the individual needs section on the system simply because there's a few custom requests of that page. Individual needs can be
Expand All @@ -50,8 +51,8 @@ I'm using 4 space tabulation in VIM. I'd prefer this is uniform to help make the

### Contributors ###
Jim Speir - School Cloud Systems
Sandra Kuipers - Gibbon Developer
Ross Parker - Gibbon Developer
Sandra Kuipers - Gibbon Maintainer
Ross Parker - Gibbon Founder

### Support ###

Expand Down
2 changes: 1 addition & 1 deletion Meet The Teacher/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'meetTheTeacher_view.php';
$type = 'Additional';
$category = 'Other';
$version = '1.1.07';
$version = '1.1.08';
$author = 'Jim Speir, Sandra Kuipers & Ross Parker';
$url = 'http://gibbonedu.org';

Expand Down
2 changes: 1 addition & 1 deletion Meet The Teacher/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
/**
* Sets version information.
*/
$moduleVersion = '1.1.07';
$moduleVersion = '1.1.08';

0 comments on commit 9de04d9

Please sign in to comment.