From 091d47c541b74715c0b2277a74fb17db46139741 Mon Sep 17 00:00:00 2001 From: roileviK Date: Thu, 1 Aug 2024 12:04:40 +0300 Subject: [PATCH 1/2] ILMS-680 create Kaltura moodle plugin version for moodle 4.4 --- blocks/kalturamediagallery/version.php | 8 ++++---- filter/kaltura/version.php | 6 +++--- lib/editor/atto/plugins/kalturamedia/version.php | 6 +++--- lib/editor/tiny/plugins/kalturamedia/version.php | 6 +++--- local/kaltura/version.php | 4 ++-- local/kalturamediagallery/version.php | 6 +++--- local/mymedia/version.php | 6 +++--- mod/kalvidassign/version.php | 6 +++--- mod/kalvidres/version.php | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/blocks/kalturamediagallery/version.php b/blocks/kalturamediagallery/version.php index a014b417..81fd9d01 100644 --- a/blocks/kalturamediagallery/version.php +++ b/blocks/kalturamediagallery/version.php @@ -14,11 +14,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100902; +$plugin->version = 2024042201; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->component = 'block_kalturamediagallery'; $plugin->dependencies = array( - 'local_kaltura' => 2023100902, - 'local_kalturamediagallery' => 2023100902 + 'local_kaltura' => 2024042201, + 'local_kalturamediagallery' => 2024042201 ); diff --git a/filter/kaltura/version.php b/filter/kaltura/version.php index 05964c05..223fa458 100644 --- a/filter/kaltura/version.php +++ b/filter/kaltura/version.php @@ -24,11 +24,11 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100902; //version date YYYYMMDDXX 10 represent 3.0 for future option to moodle use 2 digit version +$plugin->version = 2024042201; //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.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); diff --git a/lib/editor/atto/plugins/kalturamedia/version.php b/lib/editor/atto/plugins/kalturamedia/version.php index e9faa141..7ba116e1 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 = 2023100902; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024042201; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; // Requires this Moodle version. +$plugin->requires = 2024042200; // Requires this Moodle version. $plugin->component = 'atto_kalturamedia'; // Full name of the plugin (used for diagnostics). $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); diff --git a/lib/editor/tiny/plugins/kalturamedia/version.php b/lib/editor/tiny/plugins/kalturamedia/version.php index f91042c7..1e68386b 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 = 2023100902; +$plugin->version = 2024042201; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->component = 'tiny_kalturamedia'; $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); diff --git a/local/kaltura/version.php b/local/kaltura/version.php index d076e2a5..37ecae1f 100644 --- a/local/kaltura/version.php +++ b/local/kaltura/version.php @@ -25,10 +25,10 @@ die('Direct access to this script is forbidden.'); } -$plugin->version = 2023100902; +$plugin->version = 2024042201; $plugin->component = 'local_kaltura'; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; try { diff --git a/local/kalturamediagallery/version.php b/local/kalturamediagallery/version.php index 9757ef67..c40ae97c 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 = 2023100902; +$plugin->version = 2024042201; $plugin->component = 'local_kalturamediagallery'; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); diff --git a/local/mymedia/version.php b/local/mymedia/version.php index d2207afa..6768fab4 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 = 2023100902; +$plugin->version = 2024042201; $plugin->component = 'local_mymedia'; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); diff --git a/mod/kalvidassign/version.php b/mod/kalvidassign/version.php index 01f5ffbe..367df374 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 = 2023100902; +$plugin->version = 2024042201; $plugin->component = 'mod_kalvidassign'; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100902, + 'local_kaltura' => 2024042201, ); diff --git a/mod/kalvidres/version.php b/mod/kalvidres/version.php index 3d0dbf76..889a2a4c 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 = 2023100902; +$plugin->version = 2024042201; $plugin->component = 'mod_kalvidres'; $plugin->release = 'Kaltura release 4.4.9'; -$plugin->requires = 2023100900; +$plugin->requires = 2024042200; $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'local_kaltura' => 2023100902 + 'local_kaltura' => 2024042201 ); From 3e3ad66439baf29dbc313825f7cbbfaaa5389906 Mon Sep 17 00:00:00 2001 From: roileviK Date: Thu, 1 Aug 2024 14:15:50 +0300 Subject: [PATCH 2/2] ILMS-680 update icons for moodle 4.4 by MDL-78284 and MDL-78285 --- local/kaltura/pix/quiz.png | Bin 370 -> 0 bytes local/kaltura/pix/quiz.svg | 2 +- mod/kalvidassign/pix/icon.png | Bin 302 -> 0 bytes mod/kalvidassign/pix/icon.svg | 3 --- mod/kalvidassign/pix/monologo.svg | 3 +++ mod/kalvidres/pix/icon.png | Bin 350 -> 0 bytes mod/kalvidres/pix/icon.svg | 3 --- mod/kalvidres/pix/monologo.svg | 3 +++ 8 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 local/kaltura/pix/quiz.png delete mode 100644 mod/kalvidassign/pix/icon.png delete mode 100644 mod/kalvidassign/pix/icon.svg create mode 100644 mod/kalvidassign/pix/monologo.svg delete mode 100644 mod/kalvidres/pix/icon.png delete mode 100644 mod/kalvidres/pix/icon.svg create mode 100644 mod/kalvidres/pix/monologo.svg diff --git a/local/kaltura/pix/quiz.png b/local/kaltura/pix/quiz.png deleted file mode 100644 index d10ae9377b90ca89fdebbf0b7f1fabcb1dae40aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GG!XV7ZFl!D-1!HlL zyA#8@b22Z19F}xPUq=Rpjs4tz5?O(A?4B-;Ar*{!r*`umQV?j<_dCELdr;7-N&1TD z9EZ6M<`;Y=7AikrD{Y?a?d^Q>qlMQWA)%uK4r(TgfCl?{oZV0*Kl`z<*C9J`seBc?zcY**rvOwi99~H?ZKYy_b2uy+RW|D zFqyWeB - + diff --git a/mod/kalvidassign/pix/icon.png b/mod/kalvidassign/pix/icon.png deleted file mode 100644 index 1465b4bab2e36974a0542326bc5f0e6f7c9da705..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GG!XV7ZFl!D-1!HlL zyA#8@b22Z19F}xPUq=Rpjs4tz5?O)#!=5gVAr*{or@ZBDa^PuOUC40fK%mS)-Uvr^ z1HT6veTO)9G+H>m6x7S)Fv(xoVsGO)x!L;H9e2w`a%p<1b#E3=+ac&=U!kX}^g=;k zyNbhvigmg(rm=7deYbhH!2U%X$BF|l@>I@Rn)aE@Uw<+D!i^rAXp^G`=O>9e9AKJx zrG2dti_nbdC0a|S?bz|zf@P+;QbZA3{q>CFTw0y0t@#yJe36&ZbLg~T?ugy6_ra1| sy)J@*o=esh?QLSeS#IMs>xH)cmb240F3sFB8RS<6Pgg&ebxsLQ00&QOKmY&$ diff --git a/mod/kalvidassign/pix/icon.svg b/mod/kalvidassign/pix/icon.svg deleted file mode 100644 index 16945176..00000000 --- a/mod/kalvidassign/pix/icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/mod/kalvidassign/pix/monologo.svg b/mod/kalvidassign/pix/monologo.svg new file mode 100644 index 00000000..50168731 --- /dev/null +++ b/mod/kalvidassign/pix/monologo.svg @@ -0,0 +1,3 @@ + + + diff --git a/mod/kalvidres/pix/icon.png b/mod/kalvidres/pix/icon.png deleted file mode 100644 index e0e492aaae96277e0b4918b8c2373904ab20836b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GG!XV7ZFl!D-1!HlL zyA#8@b22Z19F}xPUq=Rpjs4tz5?O)#&z>%hAr*{wr#|FuG7xBu?`5`dy31f*zfeE;(t+n%Ey{_5)c5BT}=I+J`IU$qJ8StfEl{n3Ck8RKG%`urj7TGqp>4j(H&Ntp5lT>t}pqDx&G3`0*t9}w(xOYHCl(hUH8}Dv`b6Ur r6S>{}y(TZB7dk8IFL-s#cfR?zNAEYR{-0?N^ge^9tDnm{r-UW|*Z_sb diff --git a/mod/kalvidres/pix/icon.svg b/mod/kalvidres/pix/icon.svg deleted file mode 100644 index ee2223a4..00000000 --- a/mod/kalvidres/pix/icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/mod/kalvidres/pix/monologo.svg b/mod/kalvidres/pix/monologo.svg new file mode 100644 index 00000000..ce9e59bb --- /dev/null +++ b/mod/kalvidres/pix/monologo.svg @@ -0,0 +1,3 @@ + + +