Skip to content

Commit

Permalink
version number alignment between branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gonenradai committed Sep 21, 2015
1 parent c45445c commit 7669a41
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions filter/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2015021107;
$plugin->release = 'Kaltura release 4.0.04';
$plugin->version = 2015090707;
$plugin->release = 'Kaltura release 4.0.07';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 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 = 2015021107; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.0.04';
$plugin->version = 2015090707; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.0.07';
$plugin->requires = 2014050800; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 deletions lib/editor/tinymce/plugins/kalturamedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2015021107;
$plugin->release = 'Kaltura release 4.0.04';
$plugin->version = 2015090707;
$plugin->release = 'Kaltura release 4.0.07';
// Required Moodle version.
$plugin->requires = 2014050800;
// Full name of the plugin (used for diagnostics).
$plugin->component = 'tinymce_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 deletions local/kaltura/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ function xmldb_local_kaltura_upgrade($oldversion) {
}

// Kaltura savepoint reached.
upgrade_plugin_savepoint(true, 2015021107, 'local', 'kaltura');
upgrade_plugin_savepoint(true, 2015090707, 'local', 'kaltura');
$savePointDone = true;
}

if (!$savePointDone && $oldversion < 2015021107) {
if (!$savePointDone && $oldversion < 2015090707) {
// Kaltura savepoint reached.
upgrade_plugin_savepoint(true, 2015021107, 'local', 'kaltura');
upgrade_plugin_savepoint(true, 2015090707, 'local', 'kaltura');
}
return true;
}
4 changes: 2 additions & 2 deletions local/kaltura/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2015021107;
$plugin->version = 2015090707;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.0.04';
$plugin->release = 'Kaltura release 4.0.07';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions local/kalturamediagallery/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2015021107;
$plugin->version = 2015090707;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.0.04';
$plugin->release = 'Kaltura release 4.0.07';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 deletions local/mymedia/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
die('Direct access to this script is forbidden.');
}

$plugin->version = 2015021107;
$plugin->version = 2015090707;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.0.04';
$plugin->release = 'Kaltura release 4.0.07';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 deletions mod/kalvidassign/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
die('Direct access to this script is forbidden.');
}

$module->version = 2015021107;
$module->version = 2015090707;
$module->component = 'mod_kalvidassign';
$module->release = 'Kaltura release 4.0.04';
$module->release = 'Kaltura release 4.0.07';
$module->requires = 2014050800;
$module->cron = 0;
$module->maturity = MATURITY_STABLE;
$module->dependencies = array(
'local_kaltura' => 2015021107,
'local_kaltura' => 2015090707,
);
6 changes: 3 additions & 3 deletions mod/kalvidpres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
die('Direct access to this script is forbidden.');
}

$module->version = 2015021107;
$module->version = 2015090707;
$module->component = 'mod_kalvidpres';
$module->release = 'Kaltura release 4.0.04';
$module->release = 'Kaltura release 4.0.07';
$module->requires = 2014050800;
$module->cron = 0;
$module->maturity = MATURITY_STABLE;
$module->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);
6 changes: 3 additions & 3 deletions mod/kalvidres/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
die('Direct access to this script is forbidden.');
}

$module->version = 2015021107;
$module->version = 2015090707;
$module->component = 'mod_kalvidres';
$module->release = 'Kaltura release 4.0.04';
$module->release = 'Kaltura release 4.0.07';
$module->requires = 2014050800;
$module->cron = 0;
$module->maturity = MATURITY_STABLE;
$module->dependencies = array(
'local_kaltura' => 2015021107
'local_kaltura' => 2015090707
);

0 comments on commit 7669a41

Please sign in to comment.