Skip to content

Commit

Permalink
Merge pull request #421 from kaltura/ILMS-639-Remove-legacy-tinyMCE-p…
Browse files Browse the repository at this point in the history
…lugin-in-Moodle-4.3

Ilms 639 remove legacy tiny mce plugin in moodle 4.3
  • Loading branch information
roileviK authored Feb 15, 2024
2 parents 0d1ebe6 + 21dc979 commit 286ba5b
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 601 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 = 2023100900;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023100900;
$plugin->version = 2023100901;
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2023100900,
'local_kalturamediagallery' => 2023100900
'local_kaltura' => 2023100901,
'local_kalturamediagallery' => 2023100901
);
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 = 2023100900; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2023100901; //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.7';
$plugin->requires = 2023100900;
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2023100900
'local_kaltura' => 2023100901
);
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 = 2023100900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023100900; // Requires this Moodle version.
$plugin->version = 2023100901; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2023100900
'local_kaltura' => 2023100901
);
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 = 2023100900;
$plugin->release = 'Kaltura release 4.4.7';
$plugin->requires = 2023100900;
$plugin->version = 2023100901;
$plugin->release = 'Kaltura release 4.4.8';
$plugin->requires = 2023100901;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2023100900
'local_kaltura' => 2023100901
);

This file was deleted.

This file was deleted.

69 changes: 0 additions & 69 deletions lib/editor/tinymce/plugins/kalturamedia/lib.php

This file was deleted.

77 changes: 0 additions & 77 deletions lib/editor/tinymce/plugins/kalturamedia/lti_launch.php

This file was deleted.

This file was deleted.

90 changes: 0 additions & 90 deletions lib/editor/tinymce/plugins/kalturamedia/tinymce/editor_plugin.js

This file was deleted.

Loading

0 comments on commit 286ba5b

Please sign in to comment.