From 87e7955f3964cde0ed2d2b17dd23360e8ec028c2 Mon Sep 17 00:00:00 2001 From: Daniel Thies Date: Fri, 12 Apr 2024 19:23:22 -0500 Subject: [PATCH] Supply license tag --- classes/admin_setting_deftoverview.php | 1 + version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/admin_setting_deftoverview.php b/classes/admin_setting_deftoverview.php index f6e55bf..93a39b9 100644 --- a/classes/admin_setting_deftoverview.php +++ b/classes/admin_setting_deftoverview.php @@ -32,6 +32,7 @@ * * @package block_deft * @copyright Daniel Thies + * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class admin_setting_deftoverview extends admin_setting { /** diff --git a/version.php b/version.php index 7b8c78b..d3a0821 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'block_deft'; $plugin->release = '1.2.5'; -$plugin->version = 2023042917; +$plugin->version = 2023042918; $plugin->requires = 2023042400; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [