MDL-76932 libraries: upgrade YUI lib to 3.18.1

This commit is contained in:
Meirza
2023-03-15 13:21:15 +07:00
parent 12a8176926
commit bf30ef1b53
1478 changed files with 428602 additions and 8 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ if (!defined('AJAX_SCRIPT')) {
// Exact version of currently used yui2 and 3 library.
$CFG->yui2version = '2.9.0';
$CFG->yui3version = '3.17.2';
$CFG->yui3version = '3.18.1';
// Patching the upstream YUI release.
// For important information on patching YUI modules, please see http://docs.moodle.org/dev/YUI/Patching.