Skip to content

Commit

Permalink
v1.5.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed Aug 25, 2022
1 parent 4411433 commit c525efa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Higher Education/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,8 @@
++$count;
$sql[$count][0] = '1.5.05';
$sql[$count][1] = "";

//v1.5.06
++$count;
$sql[$count][0] = '1.5.06';
$sql[$count][1] = "";
4 changes: 4 additions & 0 deletions Higher Education/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v1.5.06
-------
Fixed bug in Write References in non-current years

v1.5.05
-------
Fixed missing Submit button in reference writing screen
Expand Down
2 changes: 1 addition & 1 deletion Higher Education/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'index.php';
$type = 'Additional';
$category = 'Other';
$version = '1.5.05';
$version = '1.5.06';
$author = 'Ross Parker';
$url = 'http://rossparker.org';

Expand Down
2 changes: 1 addition & 1 deletion Higher Education/references_write.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
->pageSize(50)
->fromPOST();

$references = $referenceGateway->queryReferenceComponents($criteria, $session->get('gibbonSchoolYearID'), $session->get('gibbonPersonID'));
$references = $referenceGateway->queryReferenceComponents($criteria, $gibbonSchoolYearID, $session->get('gibbonPersonID'));

// TABLE
$table = DataTable::createPaginated('references', $criteria);
Expand Down
2 changes: 1 addition & 1 deletion Higher Education/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
/**
* Sets version information.
*/
$moduleVersion = '1.5.05';
$moduleVersion = '1.5.06';
$coreVersion = '23.0.00';

0 comments on commit c525efa

Please sign in to comment.