Skip to content

Commit

Permalink
downgrade major version to 3.4.2 to maintain version alignment with o…
Browse files Browse the repository at this point in the history
…ther Moodle plugin versions
  • Loading branch information
hilak committed May 3, 2022
1 parent 21c73db commit 7ebc9b7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blocks/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021051703;
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->component = 'block_kalturamediagallery';
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion filter/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->version = 2021051703; //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.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/atto/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021051703; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/tinymce/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021051703;
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
// Required Moodle version.
$plugin->requires = 2018120300;
// Full name of the plugin (used for diagnostics).
Expand Down
2 changes: 1 addition & 1 deletion local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->version = 2021051703;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;

Expand Down
2 changes: 1 addition & 1 deletion local/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

$plugin->version = 2021051703;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion local/mymedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->version = 2021051703;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
Expand Down
2 changes: 1 addition & 1 deletion mod/kalvidassign/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->version = 2021051703;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
Expand Down
2 changes: 1 addition & 1 deletion mod/kalvidres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->version = 2021051703;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.3.3';
$plugin->release = 'Kaltura release 4.3.2';
$plugin->requires = 2018120300;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 7ebc9b7

Please sign in to comment.