From 9b283d92f84692168a5834f59db180acc6d27739 Mon Sep 17 00:00:00 2001 From: Stefan Hanauska Date: Fri, 2 Feb 2024 11:10:39 +0100 Subject: [PATCH] Bump version, change year --- backup/moodle2/backup_kanban_activity_task.class.php | 2 +- backup/moodle2/backup_kanban_stepslib.php | 2 +- backup/moodle2/restore_kanban_activity_task.class.php | 2 +- backup/moodle2/restore_kanban_stepslib.php | 2 +- classes/boardmanager.php | 4 ++-- classes/completion/custom_completion.php | 2 +- classes/constants.php | 4 ++-- classes/external/change_kanban_content.php | 4 ++-- classes/external/get_kanban_content.php | 4 ++-- classes/form/color.php | 2 +- classes/form/edit_card_form.php | 2 +- classes/form/edit_column_form.php | 2 +- classes/helper.php | 4 ++-- classes/privacy/provider.php | 4 ++-- classes/task/reminder.php | 4 ++-- classes/updateformatter.php | 4 ++-- db/access.php | 2 +- db/caches.php | 2 +- db/messages.php | 2 +- db/services.php | 2 +- db/tasks.php | 2 +- db/upgrade.php | 2 +- index.php | 2 +- lang/en/kanban.php | 2 +- lib.php | 2 +- mod_form.php | 2 +- settings.php | 2 +- tests/boardmanager_test.php | 2 +- tests/change_kanban_content_test.php | 2 +- tests/generation_test.php | 2 +- tests/generator/lib.php | 2 +- tests/task/reminder_test.php | 2 +- version.php | 6 +++--- view.php | 2 +- 34 files changed, 44 insertions(+), 44 deletions(-) diff --git a/backup/moodle2/backup_kanban_activity_task.class.php b/backup/moodle2/backup_kanban_activity_task.class.php index be680156..67246fcd 100644 --- a/backup/moodle2/backup_kanban_activity_task.class.php +++ b/backup/moodle2/backup_kanban_activity_task.class.php @@ -22,7 +22,7 @@ * Backup class for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/backup/moodle2/backup_kanban_stepslib.php b/backup/moodle2/backup_kanban_stepslib.php index 9cde3566..cc9b951f 100644 --- a/backup/moodle2/backup_kanban_stepslib.php +++ b/backup/moodle2/backup_kanban_stepslib.php @@ -18,7 +18,7 @@ * Backup steps for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/backup/moodle2/restore_kanban_activity_task.class.php b/backup/moodle2/restore_kanban_activity_task.class.php index 133f1592..51b6a5c9 100644 --- a/backup/moodle2/restore_kanban_activity_task.class.php +++ b/backup/moodle2/restore_kanban_activity_task.class.php @@ -22,7 +22,7 @@ * Restore class for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/backup/moodle2/restore_kanban_stepslib.php b/backup/moodle2/restore_kanban_stepslib.php index 382cd594..a20f223a 100644 --- a/backup/moodle2/restore_kanban_stepslib.php +++ b/backup/moodle2/restore_kanban_stepslib.php @@ -18,7 +18,7 @@ * Restore steps for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/boardmanager.php b/classes/boardmanager.php index c61c98a0..5e2d73b0 100644 --- a/classes/boardmanager.php +++ b/classes/boardmanager.php @@ -18,7 +18,7 @@ * Class to handle updating the board * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -34,7 +34,7 @@ * Class to handle updating the board. It also sends notifications, but does not check permissions. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/completion/custom_completion.php b/classes/completion/custom_completion.php index 2d70403a..70e49ecc 100644 --- a/classes/completion/custom_completion.php +++ b/classes/completion/custom_completion.php @@ -20,7 +20,7 @@ * Custom completion rules for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/constants.php b/classes/constants.php index 3aeb8ff5..635863cc 100644 --- a/classes/constants.php +++ b/classes/constants.php @@ -18,7 +18,7 @@ * Constant class * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -29,7 +29,7 @@ * Constant class * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/external/change_kanban_content.php b/classes/external/change_kanban_content.php index 1e9696bf..6d7eca81 100644 --- a/classes/external/change_kanban_content.php +++ b/classes/external/change_kanban_content.php @@ -18,7 +18,7 @@ * Class for modifying kanban content * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -45,7 +45,7 @@ /** * Class for modifying kanban content. * - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/external/get_kanban_content.php b/classes/external/get_kanban_content.php index 59da1772..3e23b3e3 100644 --- a/classes/external/get_kanban_content.php +++ b/classes/external/get_kanban_content.php @@ -18,7 +18,7 @@ * Class for delivering kanban content * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -51,7 +51,7 @@ /** * Class for delivering kanban content * - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/form/color.php b/classes/form/color.php index 4022ff70..24892119 100644 --- a/classes/form/color.php +++ b/classes/form/color.php @@ -24,7 +24,7 @@ * Moodleform type for color input. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/form/edit_card_form.php b/classes/form/edit_card_form.php index 40ec3ff9..6e791beb 100644 --- a/classes/form/edit_card_form.php +++ b/classes/form/edit_card_form.php @@ -27,7 +27,7 @@ * From for editing a card. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/form/edit_column_form.php b/classes/form/edit_column_form.php index c26d0b4c..9e6444d5 100644 --- a/classes/form/edit_column_form.php +++ b/classes/form/edit_column_form.php @@ -27,7 +27,7 @@ * From for editing a column. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/helper.php b/classes/helper.php index 28a20edd..1e2decdc 100644 --- a/classes/helper.php +++ b/classes/helper.php @@ -18,7 +18,7 @@ * Helper class * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -32,7 +32,7 @@ * Helper class * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/privacy/provider.php b/classes/privacy/provider.php index 1e5b98e4..7abf47e7 100644 --- a/classes/privacy/provider.php +++ b/classes/privacy/provider.php @@ -18,7 +18,7 @@ * Privacy provider for mod_kanban. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -38,7 +38,7 @@ * Privacy provider for mod_kanban. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/task/reminder.php b/classes/task/reminder.php index 200664ab..874c7d53 100644 --- a/classes/task/reminder.php +++ b/classes/task/reminder.php @@ -18,7 +18,7 @@ * Reminder task * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -31,7 +31,7 @@ * Reminder task * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/updateformatter.php b/classes/updateformatter.php index 8b5a2e40..adbaeb5e 100644 --- a/classes/updateformatter.php +++ b/classes/updateformatter.php @@ -18,7 +18,7 @@ * Helper for formatting updates. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -32,7 +32,7 @@ * to be processed easily by the reactive frontend once pushed to it by the webservice. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/access.php b/db/access.php index 2f28b07b..6d5d0b66 100755 --- a/db/access.php +++ b/db/access.php @@ -18,7 +18,7 @@ * Capability definitions for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/caches.php b/db/caches.php index 69a27bb6..f6bc57a2 100644 --- a/db/caches.php +++ b/db/caches.php @@ -18,7 +18,7 @@ * Cache definitions for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/messages.php b/db/messages.php index 7147f684..be9b132c 100755 --- a/db/messages.php +++ b/db/messages.php @@ -18,7 +18,7 @@ * Message definitions for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/services.php b/db/services.php index 82079f98..bf97bf75 100755 --- a/db/services.php +++ b/db/services.php @@ -18,7 +18,7 @@ * mod_kanban service definition. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/tasks.php b/db/tasks.php index 8e62bc28..1868d634 100644 --- a/db/tasks.php +++ b/db/tasks.php @@ -18,7 +18,7 @@ * mod_kanban task definition. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/upgrade.php b/db/upgrade.php index fe9ae756..5a15e923 100755 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -18,7 +18,7 @@ * mod_kanban db upgrades. * * @package mod_kanban - * @copyright 2023 ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/index.php b/index.php index 292b2c8d..470ff8bb 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ * View a kanban instance * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en/kanban.php b/lang/en/kanban.php index 0350e083..24662a89 100644 --- a/lang/en/kanban.php +++ b/lang/en/kanban.php @@ -18,7 +18,7 @@ * Language file for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lib.php b/lib.php index 7aa6a305..8d40b5f2 100644 --- a/lib.php +++ b/lib.php @@ -18,7 +18,7 @@ * Library for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod_form.php b/mod_form.php index c210e0fd..cc00f3a9 100644 --- a/mod_form.php +++ b/mod_form.php @@ -24,7 +24,7 @@ * Editing form for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/settings.php b/settings.php index 45457b3f..7a224264 100644 --- a/settings.php +++ b/settings.php @@ -18,7 +18,7 @@ * Admin settings for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/tests/boardmanager_test.php b/tests/boardmanager_test.php index 243578d5..136ee125 100644 --- a/tests/boardmanager_test.php +++ b/tests/boardmanager_test.php @@ -22,7 +22,7 @@ * Unit test for mod_kanban * * @package mod_kanban - * @copyright 2021-2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @covers \mod_kanban\boardmanager diff --git a/tests/change_kanban_content_test.php b/tests/change_kanban_content_test.php index a5f6befb..0169a25c 100644 --- a/tests/change_kanban_content_test.php +++ b/tests/change_kanban_content_test.php @@ -20,7 +20,7 @@ * Unit test for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @covers \mod_kanban\external\change_kanban_content diff --git a/tests/generation_test.php b/tests/generation_test.php index 1516dec0..22cdf3bc 100644 --- a/tests/generation_test.php +++ b/tests/generation_test.php @@ -20,7 +20,7 @@ * Unit test for mod_kanban * * @package mod_kanban - * @copyright 2021-2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @covers \mod_kanban_generator diff --git a/tests/generator/lib.php b/tests/generator/lib.php index 1b6d3db6..a831156f 100644 --- a/tests/generator/lib.php +++ b/tests/generator/lib.php @@ -18,7 +18,7 @@ * mod_kanban data generator * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/tests/task/reminder_test.php b/tests/task/reminder_test.php index e4a0aedc..96328b6b 100644 --- a/tests/task/reminder_test.php +++ b/tests/task/reminder_test.php @@ -22,7 +22,7 @@ * Unit test for mod_kanban * * @package mod_kanban - * @copyright 2021-2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @covers \mod_kanban\task\reminder diff --git a/version.php b/version.php index 75a0205a..97471ec9 100644 --- a/version.php +++ b/version.php @@ -18,15 +18,15 @@ * Version information for mod_kanban * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_kanban'; -$plugin->release = '0.2.2'; -$plugin->version = 2023102001; +$plugin->release = '0.2.3'; +$plugin->version = 2024020201; $plugin->requires = 2022112800; $plugin->supported = [401, 404]; $plugin->maturity = MATURITY_BETA; diff --git a/view.php b/view.php index b8dcd034..298b13b5 100644 --- a/view.php +++ b/view.php @@ -18,7 +18,7 @@ * View a kanban instance * * @package mod_kanban - * @copyright 2023, ISB Bayern + * @copyright 2023-2024 ISB Bayern * @author Stefan Hanauska * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */