diff --git a/blocks/kalturamediagallery/version.php b/blocks/kalturamediagallery/version.php index f57b6c1c..738e904e 100644 --- a/blocks/kalturamediagallery/version.php +++ b/blocks/kalturamediagallery/version.php @@ -14,11 +14,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051702; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->version = 2021051703; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->component = 'block_kalturamediagallery'; $plugin->dependencies = array( - 'local_kaltura' => 2021051702, - 'local_kalturamediagallery' => 2021051702 + 'local_kaltura' => 2021051703, + 'local_kalturamediagallery' => 2021051703 ); diff --git a/filter/kaltura/version.php b/filter/kaltura/version.php index 7083a045..abf7c4c5 100644 --- a/filter/kaltura/version.php +++ b/filter/kaltura/version.php @@ -24,11 +24,11 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051702; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version +$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.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 ); diff --git a/incrementVersion.sh b/incrementVersion.sh index 32280e17..de6855b5 100755 --- a/incrementVersion.sh +++ b/incrementVersion.sh @@ -4,7 +4,7 @@ EXPECTED_ARGS=4 if [ $# -ne $EXPECTED_ARGS ]; then echo "Missing arguments!" - printf "Usage: \n \t$0 {existing build number} {new biuld number} {existing release number} {new release number}\n\n" + printf "Usage: \n \t$0 {existing build number} {new build number} {existing release number} {new release number}\n\n" printf "IMPORTANT - the version number should follow these rules - YYYYMMDDII\n" printf "WHERE: YYYMMDD should be the release date of the major Moodle version for the current branch (e.g. for 3.10 it should be 20201109) and the II should be the build number for the plugin for that version\n" printf "For example, let's assume the next 3.12 release of moodle happens at 2025/12/01 and then we release a plugin compatible with that version, the version number should be set to 2025120100, and the second version of the plugin for 3.12 should have 2025120101\n" diff --git a/lib/editor/atto/plugins/kalturamedia/version.php b/lib/editor/atto/plugins/kalturamedia/version.php index 71a2379c..02ad47da 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 = 2021051702; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->version = 2021051703; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; // Requires this Moodle version. $plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics). $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 ); diff --git a/lib/editor/tinymce/plugins/kalturamedia/version.php b/lib/editor/tinymce/plugins/kalturamedia/version.php index c54e181d..5808be9a 100644 --- a/lib/editor/tinymce/plugins/kalturamedia/version.php +++ b/lib/editor/tinymce/plugins/kalturamedia/version.php @@ -23,12 +23,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051702; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->version = 2021051703; +$plugin->release = 'Kaltura release 4.3.3'; // Required Moodle version. $plugin->requires = 2018120300; // Full name of the plugin (used for diagnostics). $plugin->component = 'tinymce_kalturamedia'; $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 ); diff --git a/local/kaltura/version.php b/local/kaltura/version.php index 8123751c..cba7dde7 100644 --- a/local/kaltura/version.php +++ b/local/kaltura/version.php @@ -25,9 +25,9 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2021051702; +$plugin->version = 2021051703; $plugin->component = 'local_kaltura'; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; @@ -53,7 +53,7 @@ } if (!empty($updatedVersion)) { - $pluginsRecords = $DB->get_records_select('config_plugins', "name = 'version' AND value = '$kalturaPluginVersion'"); + $pluginsRecords = $DB->get_records_select('config_plugins', "plugin in ('local_kaltura', 'local_kalturamediagallery', 'local_mymedia', 'atto_kalturamedia','block_kalturamediagallery','filter_kaltura','tinymce_kalturamedia','mod_kalvidassign','mod_kalvidres') AND name = 'version' AND value = '$kalturaPluginVersion'"); foreach ($pluginsRecords as $record) { $record->value = $updatedVersion; diff --git a/local/kalturamediagallery/version.php b/local/kalturamediagallery/version.php index 0b4e5ccb..19ae623e 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 = 2021051702; +$plugin->version = 2021051703; $plugin->component = 'local_kalturamediagallery'; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 ); diff --git a/local/mymedia/version.php b/local/mymedia/version.php index 3eca62fb..ab5f4f35 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 = 2021051702; +$plugin->version = 2021051703; $plugin->component = 'local_mymedia'; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 ); diff --git a/mod/kalvidassign/version.php b/mod/kalvidassign/version.php index 3031e3b5..87c9500b 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 = 2021051702; +$plugin->version = 2021051703; $plugin->component = 'mod_kalvidassign'; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051702, + 'local_kaltura' => 2021051703, ); diff --git a/mod/kalvidres/version.php b/mod/kalvidres/version.php index cd8b9c6d..9928af10 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 = 2021051702; +$plugin->version = 2021051703; $plugin->component = 'mod_kalvidres'; -$plugin->release = 'Kaltura release 4.3.2'; +$plugin->release = 'Kaltura release 4.3.3'; $plugin->requires = 2018120300; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2021051702 + 'local_kaltura' => 2021051703 );