Skip to content

Commit

Permalink
v1.5.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed May 25, 2022
1 parent 7d101c1 commit 4411433
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Higher Education/CHANGEDB.php
Expand Up @@ -197,3 +197,8 @@
++$count;
$sql[$count][0] = '1.5.04';
$sql[$count][1] = "";

//v1.5.05
++$count;
$sql[$count][0] = '1.5.05';
$sql[$count][1] = "";
4 changes: 4 additions & 0 deletions Higher Education/CHANGELOG.txt
@@ -1,5 +1,9 @@
CHANGELOG
=========
v1.5.05
-------
Fixed missing Submit button in reference writing screen

v1.5.04
-------
Fixed reference add bug
Expand Down
2 changes: 1 addition & 1 deletion Higher Education/manifest.php
Expand Up @@ -25,7 +25,7 @@
$entryURL = 'index.php';
$type = 'Additional';
$category = 'Other';
$version = '1.5.04';
$version = '1.5.05';
$author = 'Ross Parker';
$url = 'http://rossparker.org';

Expand Down
9 changes: 9 additions & 0 deletions Higher Education/references_write_edit.php
Expand Up @@ -280,6 +280,15 @@
?>
</td>
</tr>
<tr>
<td>
<span style="font-size: 90%"><i>* denotes a required field</i></span>
</td>
<td class="right">
<input type="hidden" name="address" value="<?php print $_SESSION[$guid]["address"] ?>">
<input type="submit" value="Submit">
</td>
</tr>
</table>
</form>
<?php
Expand Down
2 changes: 1 addition & 1 deletion Higher Education/version.php
Expand Up @@ -20,5 +20,5 @@
/**
* Sets version information.
*/
$moduleVersion = '1.5.04';
$moduleVersion = '1.5.05';
$coreVersion = '23.0.00';

0 comments on commit 4411433

Please sign in to comment.