Skip to content

Commit

Permalink
Merge pull request #17 from 3iPunt/features/review_missing_moodle_int…
Browse files Browse the repository at this point in the history
…ernal

Fixes #3
  • Loading branch information
abertranb authored Nov 30, 2024
2 parents bd9e59c + 0233a59 commit 5082341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
* @author 3IPUNT <[email protected]>
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();

use mod_videoconnect\output\view_page;
use mod_videoconnect\uploads;

defined('MOODLE_INTERNAL') || die();
/**
* Return if the plugin supports $feature.
*
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_videoconnect';
$plugin->release = '1.0.3';
$plugin->version = 2024111901;
$plugin->release = '1.0.4';
$plugin->version = 2024113001;
$plugin->requires = 2022112802; // Moodle 4.1.2+.
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 5082341

Please sign in to comment.