Skip to content

Commit

Permalink
v3.2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed Nov 1, 2024
1 parent 2ba2afd commit fd7a684
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Credentials/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,9 @@
//v3.2.01
++$count;
$sql[$count][0] = '3.2.01';
$sql[$count][1] = "";

//v3.2.02
++$count;
$sql[$count][0] = '3.2.02';
$sql[$count][1] = "";
4 changes: 4 additions & 0 deletions Credentials/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v3.2.02
-------
Fixed JS bug introduced in ownership transfer

v3.2.01
-------
Fixed CSS bug introduced in last version
Expand Down
1 change: 1 addition & 0 deletions Credentials/js/module.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
Gibbon: the flexible, open school platform
Founded by Ross Parker at ICHK Secondary. Built by Ross Parker, Sandra Kuipers and the Gibbon community (https://gibbonedu.org/about/)
Copyright © 2010, Gibbon Foundation
Expand Down
2 changes: 1 addition & 1 deletion Credentials/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$entryURL = 'credentials.php';
$type = 'Additional';
$category = 'Admin';
$version = '3.2.01';
$version = '3.2.02';
$author = "Gibbon Foundation";
$url = "https://gibbonedu.org";

Expand Down
2 changes: 1 addition & 1 deletion Credentials/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
/**
* Sets version information.
*/
$moduleVersion = '3.2.01';
$moduleVersion = '3.2.02';
$coreVersion = '23.0.00';

0 comments on commit fd7a684

Please sign in to comment.