Skip to content

Commit

Permalink
System: start v29.0.00
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Nov 20, 2024
1 parent 4c1857d commit c7eaa54
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -886,3 +886,10 @@
ALTER TABLE `gibbonStaff` ADD `coveragePriority` INT(1) DEFAULT 0 AFTER `coverageExclude`;end
";


//v29.0.00
++$count;
$sql[$count][0] = '29.0.00';
$sql[$count][1] = "
";
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
CHANGELOG
=========

v29.0.00
--------

Headlines

Changes With Important Notices

Security

Tweaks & Additions

Bug Fixes

v28.0.00
--------

Expand Down
2 changes: 1 addition & 1 deletion gibbon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5407,7 +5407,7 @@ INSERT INTO `gibbonSetting` (`gibbonSettingID`, `scope`, `name`, `nameDisplay`,
(00036, 'Behaviour', 'levels', 'Levels', 'Allowable choices for severity level (from lowest to highest)', ',Stage 1,Stage 1 (Actioned),Stage 2,Stage 2 (Actioned),Stage 3,Stage 3 (Actioned),Actioned'),
(00037, 'Resources', 'categories', 'Categories', 'Allowable choices for category', 'Article,Book,Document,Graphic,Idea,Music,Object,Painting,Person,Photo,Place,Poetry,Prose,Rubric,Text,Video,Website,Work Sample,Other'),
(00038, 'Resources', 'purposesGeneral', 'Purposes (General)', 'Allowable choices for purpose when creating a resource', 'Assessment Aid,Concept,Inspiration,Learner Profile,Mass Mailer Attachment,Provocation,Skill,Teaching and Learning Strategy,Other'),
(00039, 'System', 'version', 'Version', 'The version of the Gibbon database', '28.0.00'),
(00039, 'System', 'version', 'Version', 'The version of the Gibbon database', '29.0.00'),
(00040, 'Resources', 'purposesRestricted', 'Purposes (Restricted)', 'Additional allowable choices for purpose when creating a resource, for those with \"Manage All Resources\" rights', ''),
(00041, 'System', 'organisationEmail', 'Organisation Email', 'General email address for the school', ''),
(00042, 'Activities', 'dateType', 'Date Type', 'Should activities be organised around dates (flexible) or terms (easy)?', 'Term'),
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Sets version information.
*/
$version = '28.0.00';
$version = '29.0.00';

/**
* System Requirements
Expand Down

0 comments on commit c7eaa54

Please sign in to comment.