This commit is contained in:
PMKuipers 2024-05-13 21:56:41 +02:00
parent 6a334204cf
commit 69ef61449d
3 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@
namespace tool_sptoolboxmgr\task;
use local_treestudyplan\associationservice;
use tool_sptoolboxmgr\profilehelper;
use \local_treestudyplan\associationservice;
use \tool_sptoolboxmgr\profilehelper;
use \mtrace;
use \mtrace_exception;
use \ValueError;

View File

@ -22,7 +22,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'tool_sptoolboxmgr'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494).
$plugin->version = 2024051203; // YYYYMMDDHH (year, month, day, iteration).
$plugin->version = 2024051301; // YYYYMMDDHH (year, month, day, iteration).
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11).
$plugin->release = "1.0.0";