Skip to content

Commit

Permalink
Merge pull request #400 from kaltura/MOODLE_401_DEV_ILMS_540
Browse files Browse the repository at this point in the history
Moodle 401 dev ilms 540
  • Loading branch information
roileviK authored Jun 5, 2023
2 parents 636f5e9 + 5ba75e0 commit b493c1f
Show file tree
Hide file tree
Showing 53 changed files with 924 additions and 93 deletions.
8 changes: 4 additions & 4 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 = 2022112801;
$plugin->release = 'Kaltura release 4.4.4';
$plugin->version = 2022112802;
$plugin->release = 'Kaltura release 4.4.5';
$plugin->requires = 2022112800;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2022112801,
'local_kalturamediagallery' => 2022112801
'local_kaltura' => 2022112802,
'local_kalturamediagallery' => 2022112802
);
2 changes: 1 addition & 1 deletion filter/kaltura/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function filter_kaltura_callback($link) {
'height' => $height,
'class' => 'kaltura-player-iframe',
'allowfullscreen' => 'true',
'allow' => 'autoplay *; fullscreen *; encrypted-media *; camera *; microphone *;',
'allow' => 'autoplay *; fullscreen *; encrypted-media *; camera *; microphone *; display-capture *;',
'src' => $url->out(false),
'frameborder' => '0'
));
Expand Down
6 changes: 3 additions & 3 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 = 2022112801; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2022112802; //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.4';
$plugin->release = 'Kaltura release 4.4.5';
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2022112801
'local_kaltura' => 2022112802
);
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$ltibrowseUrl = new moodle_url('ltibrowse.php', $params);
?>

<iframe allow="autoplay *; fullscreen *; encrypted-media *; camera *; microphone *;" id="kafIframe" src="<?php echo $ltibrowseUrl->out(); ?>" width="100%" height="600" style="border: 0;" allowfullscreen>
<iframe allow="autoplay *; fullscreen *; encrypted-media *; camera *; microphone *; display-capture *;" id="kafIframe" src="<?php echo $ltibrowseUrl->out(); ?>" width="100%" height="600" style="border: 0;" allowfullscreen>
</iframe>
<script>
var buttonJs = window.opener.buttonJs;
Expand Down
6 changes: 3 additions & 3 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 = 2022112801; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.4';
$plugin->version = 2022112802; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.5';
$plugin->requires = 2022112800; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2022112801
'local_kaltura' => 2022112802
);
Binary file added lib/editor/tiny/.DS_Store
Binary file not shown.
Binary file added lib/editor/tiny/plugins/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions lib/editor/tiny/plugins/kalturamedia/amd/build/commands.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions lib/editor/tiny/plugins/kalturamedia/amd/build/common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions lib/editor/tiny/plugins/kalturamedia/amd/build/options.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions lib/editor/tiny/plugins/kalturamedia/amd/build/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b493c1f

Please sign in to comment.