From c7eaa54145d329e5b9947fd2b6d6a8a60cf9077d Mon Sep 17 00:00:00 2001 From: Sandra Kuipers Date: Wed, 20 Nov 2024 14:43:39 +0800 Subject: [PATCH] System: start v29.0.00 --- CHANGEDB.php | 7 +++++++ CHANGELOG.txt | 13 +++++++++++++ gibbon.sql | 2 +- version.php | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGEDB.php b/CHANGEDB.php index dec62a5f30..de40859aa0 100644 --- a/CHANGEDB.php +++ b/CHANGEDB.php @@ -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] = " +"; diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4e70b3b182..2cd8463c0b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,19 @@ along with this program. If not, see . CHANGELOG ========= +v29.0.00 +-------- + + Headlines + + Changes With Important Notices + + Security + + Tweaks & Additions + + Bug Fixes + v28.0.00 -------- diff --git a/gibbon.sql b/gibbon.sql index 3ae9bc10d8..d24c1a1e72 100644 --- a/gibbon.sql +++ b/gibbon.sql @@ -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'), diff --git a/version.php b/version.php index 7d856b1af9..3de6b3c7f2 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ /** * Sets version information. */ -$version = '28.0.00'; +$version = '29.0.00'; /** * System Requirements