Skip to content

Commit

Permalink
Merge pull request #414 from kaltura/MOODLE_402_DEV_447
Browse files Browse the repository at this point in the history
Moodle 402 dev 447
  • Loading branch information
roileviK authored Feb 4, 2024
2 parents dc60439 + 248c7fb commit 3b1f51f
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 43 deletions.
10 changes: 5 additions & 5 deletions blocks/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042400;
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->version = 2023042401;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2023042400,
'local_kalturamediagallery' => 2023042400
'local_kaltura' => 2023042401,
'local_kalturamediagallery' => 2023042401
);
8 changes: 4 additions & 4 deletions filter/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042400; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2023042401; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->component = 'filter_kaltura';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
8 changes: 4 additions & 4 deletions lib/editor/atto/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400; // Requires this Moodle version.
$plugin->version = 2023042401; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
8 changes: 4 additions & 4 deletions lib/editor/tiny/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042400;
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->version = 2023042401;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
8 changes: 4 additions & 4 deletions lib/editor/tinymce/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042400;
$plugin->release = 'Kaltura release 4.4.6';
$plugin->version = 2023042401;
$plugin->release = 'Kaltura release 4.4.7';
// Required Moodle version.
$plugin->requires = 2023042400;
$plugin->requires = 2023042401;
// Full name of the plugin (used for diagnostics).
$plugin->component = 'tinymce_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
Binary file added local/kaltura/pix/quiz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions local/kaltura/pix/quiz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2023042400;
$plugin->version = 2023042401;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->maturity = MATURITY_STABLE;

try {
Expand Down
8 changes: 4 additions & 4 deletions local/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2023042400;
$plugin->version = 2023042401;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
8 changes: 4 additions & 4 deletions local/mymedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2023042400;
$plugin->version = 2023042401;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
3 changes: 3 additions & 0 deletions mod/kalvidassign/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ function kalvidassign_supports($feature) {
case FEATURE_BACKUP_MOODLE2:
return true;
break;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_ASSESSMENT;
break;
default:
return null;
break;
Expand Down
Binary file removed mod/kalvidassign/pix/icon.gif
Binary file not shown.
Binary file modified mod/kalvidassign/pix/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion mod/kalvidassign/pix/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions mod/kalvidassign/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2023042400;
$plugin->version = 2023042401;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023042400,
'local_kaltura' => 2023042401,
);
2 changes: 2 additions & 0 deletions mod/kalvidres/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ function kalvidres_supports($feature) {
return true;
case FEATURE_SHOW_DESCRIPTION:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_CONTENT;
default:
return null;
}
Expand Down
1 change: 0 additions & 1 deletion mod/kalvidres/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class mod_kalvidres_mod_form extends moodleform_mod {
public function definition() {
global $CFG, $COURSE, $PAGE;

$PAGE->requires->css('/mod/kalvidres/styles.css');
$pageclass = 'kaltura-kalvidres-body';
$PAGE->add_body_class($pageclass);

Expand Down
Binary file removed mod/kalvidres/pix/icon.gif
Binary file not shown.
Binary file modified mod/kalvidres/pix/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion mod/kalvidres/pix/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions mod/kalvidres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2023042400;
$plugin->version = 2023042401;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2023042400;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023042401;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023042400
'local_kaltura' => 2023042401
);
1 change: 1 addition & 0 deletions mod/kalvidres/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
$completion = new completion_info($course);
$completion->set_module_viewed($cm);

$PAGE->requires->css('/mod/kalvidres/styles.css');
echo $OUTPUT->header();

$renderer = $PAGE->get_renderer('mod_kalvidres');
Expand Down

0 comments on commit 3b1f51f

Please sign in to comment.