diff --git a/blocks/kalturamediagallery/version.php b/blocks/kalturamediagallery/version.php index 54b4da40..229ddfdf 100644 --- a/blocks/kalturamediagallery/version.php +++ b/blocks/kalturamediagallery/version.php @@ -14,11 +14,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->component = 'block_kalturamediagallery'; $plugin->dependencies = array( - 'local_kaltura' => 2024042202, - 'local_kalturamediagallery' => 2024042202 + 'local_kaltura' => 2024100700, + 'local_kalturamediagallery' => 2024100700 ); diff --git a/filter/kaltura/version.php b/filter/kaltura/version.php index 29e4fb19..c244c9a1 100644 --- a/filter/kaltura/version.php +++ b/filter/kaltura/version.php @@ -24,11 +24,11 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042202; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version +$plugin->version = 2024100700; //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.5.0'; $plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 ); diff --git a/lib/editor/atto/plugins/kalturamedia/version.php b/lib/editor/atto/plugins/kalturamedia/version.php index 999e7ef6..6b62e6e0 100644 --- a/lib/editor/atto/plugins/kalturamedia/version.php +++ b/lib/editor/atto/plugins/kalturamedia/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042202; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024100700; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; // Requires this Moodle version. $plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics). $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 ); diff --git a/lib/editor/tiny/plugins/kalturamedia/version.php b/lib/editor/tiny/plugins/kalturamedia/version.php index f8378a58..da717410 100644 --- a/lib/editor/tiny/plugins/kalturamedia/version.php +++ b/lib/editor/tiny/plugins/kalturamedia/version.php @@ -24,10 +24,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->component = 'tiny_kalturamedia'; $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 ); diff --git a/local/kaltura/version.php b/local/kaltura/version.php index c3cec288..2d545ccf 100644 --- a/local/kaltura/version.php +++ b/local/kaltura/version.php @@ -25,7 +25,7 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->component = 'local_kaltura'; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; diff --git a/local/kalturamediagallery/version.php b/local/kalturamediagallery/version.php index dd7e6d38..8efaaa46 100644 --- a/local/kalturamediagallery/version.php +++ b/local/kalturamediagallery/version.php @@ -26,11 +26,11 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->component = 'local_kalturamediagallery'; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 ); diff --git a/local/mymedia/version.php b/local/mymedia/version.php index 04a72dd8..ca301519 100644 --- a/local/mymedia/version.php +++ b/local/mymedia/version.php @@ -25,11 +25,11 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->component = 'local_mymedia'; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 ); diff --git a/mod/kalvidassign/db/install.xml b/mod/kalvidassign/db/install.xml index 9097fd72..8b131ce6 100755 --- a/mod/kalvidassign/db/install.xml +++ b/mod/kalvidassign/db/install.xml @@ -1,5 +1,5 @@ - diff --git a/mod/kalvidassign/db/upgrade.php b/mod/kalvidassign/db/upgrade.php index 4eafeb02..82ab7e1c 100644 --- a/mod/kalvidassign/db/upgrade.php +++ b/mod/kalvidassign/db/upgrade.php @@ -85,7 +85,7 @@ function xmldb_kalvidassign_upgrade($oldversion) { upgrade_mod_savepoint(true, 2014023000.01, 'kalvidassign'); } - if ($oldversion < 2023100903) { + if ($oldversion < 2024042202) { // Define field completionsubmit to be added to kalvidassign $table = new xmldb_table('kalvidassign'); @@ -97,7 +97,7 @@ function xmldb_kalvidassign_upgrade($oldversion) { } // kalvidassign savepoint reached - upgrade_mod_savepoint(true, 2023100903, 'kalvidassign'); + upgrade_mod_savepoint(true, 2024042202, 'kalvidassign'); } return true; diff --git a/mod/kalvidassign/version.php b/mod/kalvidassign/version.php index 436c8ea8..bee55885 100644 --- a/mod/kalvidassign/version.php +++ b/mod/kalvidassign/version.php @@ -25,12 +25,12 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->component = 'mod_kalvidassign'; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2024042202, + 'local_kaltura' => 2024100700, ); diff --git a/mod/kalvidres/version.php b/mod/kalvidres/version.php index f025a08f..066ee58a 100644 --- a/mod/kalvidres/version.php +++ b/mod/kalvidres/version.php @@ -25,12 +25,12 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2024042202; +$plugin->version = 2024100700; $plugin->component = 'mod_kalvidres'; $plugin->release = 'Kaltura release 4.5.0'; $plugin->requires = 2024042200; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2024042202 + 'local_kaltura' => 2024100700 );