Skip to content

Commit

Permalink
Merge pull request #103 from kaltura/KMS-11303_fix_version_numbering_…
Browse files Browse the repository at this point in the history
…moodle_30

KMS-11303 fix version numbering
  • Loading branch information
muli committed Apr 5, 2016
2 parents 8335301 + d04994c commit 6346158
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 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 = 2015120930; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version
$plugin->version = 2016040530; //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.0.08';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
4 changes: 2 additions & 2 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 = 2015120930; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2016040530; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800; // Requires this Moodle version.
$plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
4 changes: 2 additions & 2 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 = 2015120930;
$plugin->version = 2016040530;
$plugin->release = 'Kaltura release 4.0.08';
// Required Moodle version.
$plugin->requires = 2014050800;
// Full name of the plugin (used for diagnostics).
$plugin->component = 'tinymce_kalturamedia';
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
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, 2015120930, 'local', 'kaltura');
upgrade_plugin_savepoint(true, 2016040530, 'local', 'kaltura');
$savePointDone = true;
}

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

$plugin->version = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'local_kaltura';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
Expand Down
4 changes: 2 additions & 2 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 = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'local_kalturamediagallery';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
4 changes: 2 additions & 2 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 = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'local_mymedia';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
4 changes: 2 additions & 2 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.');
}

$plugin->version = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'mod_kalvidassign';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930,
'local_kaltura' => 2016040530,
);
4 changes: 2 additions & 2 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.');
}

$plugin->version = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'mod_kalvidpres';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);
4 changes: 2 additions & 2 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.');
}

$plugin->version = 2015120930;
$plugin->version = 2016040530;
$plugin->component = 'mod_kalvidres';
$plugin->release = 'Kaltura release 4.0.08';
$plugin->requires = 2014050800;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_kaltura' => 2015120930
'local_kaltura' => 2016040530
);

0 comments on commit 6346158

Please sign in to comment.