This commit is contained in:
Markos Gogoulos
2026-01-16 13:44:46 +02:00
parent 15c8dec041
commit 8ab9030d14
12 changed files with 492 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
/**
* Tiny MediaCMS plugin version details.
*
* @package tiny_mediacms
* @copyright 2026 MediaCMS
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'tiny_mediacms';
$plugin->version = 2026011200; // YYYYMMDDXX format.
$plugin->requires = 2024042200; // Moodle 5.0 or later.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.0.0';