| Línea 19... | Línea 19... | 
          
            | 19 |  * @package    tool_templatelibrary
 | 19 |  * @package    tool_templatelibrary
 | 
          
            | 20 |  * @copyright  2015 Damyon Wiese
 | 20 |  * @copyright  2015 Damyon Wiese
 | 
          
            | 21 |  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 21 |  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
          
            | 22 |  */
 | 22 |  */
 | 
          
            | 23 | defined('MOODLE_INTERNAL') || die();
 | 23 | defined('MOODLE_INTERNAL') || die();
 | 
          
            | 24 | $plugin->version   = 2024042200; // The current plugin version (Date: YYYYMMDDXX).
 | 24 | $plugin->version   = 2025041400; // The current plugin version (Date: YYYYMMDDXX).
 | 
          
            | 25 | $plugin->requires  = 2024041600; // Requires this Moodle version.
 | 25 | $plugin->requires  = 2025040800; // Requires this Moodle version.
 | 
          
            | 26 | $plugin->component = 'tool_templatelibrary'; // Full name of the plugin (used for diagnostics).
 | 26 | $plugin->component = 'tool_templatelibrary'; // Full name of the plugin (used for diagnostics).
 |