From a4f7be031a22dbd64b4ffe877f6185dd07b7d7b5 Mon Sep 17 00:00:00 2001 From: Ross Parker <> Date: Thu, 12 Sep 2024 13:17:58 +0800 Subject: [PATCH] v1.7.00 --- Trip Planner/CHANGEDB.php | 7 +++++++ Trip Planner/CHANGELOG.txt | 3 +++ Trip Planner/css/module.css | 7 ++++--- Trip Planner/js/module.js | 7 ++++--- Trip Planner/manifest.php | 12 +++++++----- Trip Planner/trips_addApprover.php | 6 ++++-- Trip Planner/trips_addRiskTemplate.php | 6 ++++-- Trip Planner/trips_addRiskTemplateAjax.php | 6 ++++-- Trip Planner/trips_archive.php | 6 ++++-- Trip Planner/trips_archiveView.php | 6 ++++-- Trip Planner/trips_deleteApprover.php | 6 ++++-- Trip Planner/trips_deleteRiskTemplate.php | 6 ++++-- Trip Planner/trips_editApprover.php | 6 ++++-- Trip Planner/trips_editRiskTemplate.php | 6 ++++-- Trip Planner/trips_manage.php | 6 ++++-- Trip Planner/trips_manageApprovers.php | 6 ++++-- Trip Planner/trips_manageApproversEditOrderAjax.php | 6 ++++-- Trip Planner/trips_manageRiskTemplates.php | 6 ++++-- Trip Planner/trips_manageSettings.php | 6 ++++-- Trip Planner/trips_reportPrintableCards.php | 6 ++++-- Trip Planner/trips_reportToday.php | 6 ++++-- Trip Planner/trips_reportTripOverview.php | 6 ++++-- Trip Planner/trips_reportTripPeople.php | 6 ++++-- Trip Planner/trips_requestApprove.php | 6 ++++-- Trip Planner/trips_requestView.php | 6 ++++-- Trip Planner/trips_submitRequest.php | 6 ++++-- Trip Planner/trips_submitRequestAddGroupAjax.php | 6 ++++-- Trip Planner/version.php | 8 +++++--- 28 files changed, 118 insertions(+), 58 deletions(-) diff --git a/Trip Planner/CHANGEDB.php b/Trip Planner/CHANGEDB.php index 1dd62d4..1cb100d 100755 --- a/Trip Planner/CHANGEDB.php +++ b/Trip Planner/CHANGEDB.php @@ -244,3 +244,10 @@ $sql[$count][0]="1.6.01"; $sql[$count][1]=" "; + +//v1.7.00 +++$count; +$sql[$count][0] = '1.7.00'; +$sql[$count][1] = " +UPDATE gibbonModule SET author='Gibbon Foundation', url='https://gibbonedu.org' WHERE name='Trip Planner';end +"; \ No newline at end of file diff --git a/Trip Planner/CHANGELOG.txt b/Trip Planner/CHANGELOG.txt index 9bbaf0b..4f8a7c0 100755 --- a/Trip Planner/CHANGELOG.txt +++ b/Trip Planner/CHANGELOG.txt @@ -1,5 +1,8 @@ CHANGELOG ========= +v1.7.00 +------- +Transferred ownership from Ross Parker to Gibbon Foundation v1.6.01 ------- diff --git a/Trip Planner/css/module.css b/Trip Planner/css/module.css index a89cd9f..3ffdae4 100755 --- a/Trip Planner/css/module.css +++ b/Trip Planner/css/module.css @@ -1,6 +1,7 @@ -/* -Gibbon, Flexible & Open School System -Copyright (C) 2010, Ross Parker +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 +Gibbon™, Gibbon Education Ltd. (Hong Kong) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Trip Planner/js/module.js b/Trip Planner/js/module.js index e3dbe73..c2b0ced 100755 --- a/Trip Planner/js/module.js +++ b/Trip Planner/js/module.js @@ -1,6 +1,7 @@ -/* -Gibbon, Flexible & Open School System -Copyright (C) 2010, Ross Parker +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 +Gibbon™, Gibbon Education Ltd. (Hong Kong) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Trip Planner/manifest.php b/Trip Planner/manifest.php index 512644b..2cb3cb0 100755 --- a/Trip Planner/manifest.php +++ b/Trip Planner/manifest.php @@ -1,7 +1,9 @@