Skip to content

Commit

Permalink
version bump 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muli committed Jun 24, 2018
1 parent e6b56cd commit c706f57
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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 = 2018062435;
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$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 = 2018062435; //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.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$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 = 2018062435; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700; // 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 = 2018062435;
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
// Required Moodle version.
$plugin->requires = 2018051700;
// 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,6 +27,6 @@

$plugin->version = 2018062435;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$plugin->maturity = MATURITY_STABLE;
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 = 2018062435;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$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 = 2018062435;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$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 = 2018062435;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
Expand Down
2 changes: 1 addition & 1 deletion mod/kalvidpres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->version = 2018062435;
$plugin->component = 'mod_kalvidpres';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$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 = 2018062435;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.1.2';
$plugin->release = 'Kaltura release 4.1.3';
$plugin->requires = 2018051700;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit c706f57

Please sign in to comment.