Skip to content

Commit

Permalink
Upgrade Moodle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kornejeva committed Nov 2, 2023
1 parent 0b751b4 commit 8f533e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion block_tildeva.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function get_content()



$PAGE->requires->js(new moodle_url($CFG->wwwroot . '/blocks/tildeva/assets/webchat.js'), true);
$PAGE->requires->js(new moodle_url($CFG->wwwroot . '/blocks/tildeva/assets/webchat.js?v=2023110202'), true);
$module = array(
'name' => 'block_tildeva_ajax',
// Chat gui's are not real plugins, we have to break the naming standards for JS modules here.
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();


$plugin->version = 2023082403; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2022041900; // Requires this Moodle version
$plugin->version = 2023110203; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2020061524; // Requires this Moodle version
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '2.2.4';
$plugin->release = '3.2.1';
$plugin->component = 'block_tildeva'; // Full name of the plugin (used for diagnostics)

0 comments on commit 8f533e8

Please sign in to comment.