diff --git a/blocks/kalturamediagallery/version.php b/blocks/kalturamediagallery/version.php index efdcd8db..36cc8de4 100644 --- a/blocks/kalturamediagallery/version.php +++ b/blocks/kalturamediagallery/version.php @@ -14,11 +14,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051703; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->version = 2021051704; +$plugin->release = 'Kaltura release 4.4.4'; $plugin->requires = 2018120300; $plugin->component = 'block_kalturamediagallery'; $plugin->dependencies = array( - 'local_kaltura' => 2021051703, - 'local_kalturamediagallery' => 2021051703 + 'local_kaltura' => 2021051704, + 'local_kalturamediagallery' => 2021051704 ); diff --git a/filter/kaltura/filter.php b/filter/kaltura/filter.php index a78209a7..8c4c1565 100644 --- a/filter/kaltura/filter.php +++ b/filter/kaltura/filter.php @@ -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' )); diff --git a/filter/kaltura/version.php b/filter/kaltura/version.php index 000cb7a2..b66ba5d7 100644 --- a/filter/kaltura/version.php +++ b/filter/kaltura/version.php @@ -24,11 +24,11 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051703; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version +$plugin->version = 2021051704; //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.3.2'; +$plugin->release = 'Kaltura release 4.4.4'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051703 + 'local_kaltura' => 2021051704 ); diff --git a/lib/editor/atto/plugins/kalturamedia/ltibrowse_container.php b/lib/editor/atto/plugins/kalturamedia/ltibrowse_container.php index b00b9900..eede4901 100644 --- a/lib/editor/atto/plugins/kalturamedia/ltibrowse_container.php +++ b/lib/editor/atto/plugins/kalturamedia/ltibrowse_container.php @@ -10,7 +10,7 @@ $ltibrowseUrl = new moodle_url('ltibrowse.php', $params); ?> -