Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moodle 4.0 logo and background color #383

Open
wants to merge 15 commits into
base: MOODLE_401_DEV
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 2022112803;
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2022112800;
$plugin->version = 2023100902;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
'local_kaltura' => 2022112803,
'local_kalturamediagallery' => 2022112803
'local_kaltura' => 2023100902,
'local_kalturamediagallery' => 2023100902
);
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 = 2022112803; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2023100902; //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 = 2022112800;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2022112803
'local_kaltura' => 2023100902
);
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 = 2022112803; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2022112800; // Requires this Moodle version.
$plugin->version = 2023100902; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2022112803
'local_kaltura' => 2023100902
);
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 = 2022112803;
$plugin->release = 'Kaltura release 4.4.6';
$plugin->requires = 2022112800;
$plugin->version = 2023100902;
$plugin->release = 'Kaltura release 4.4.9';
$plugin->requires = 2023100900;
$plugin->component = 'tiny_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2022112803
'local_kaltura' => 2023100902
);

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