1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Bootstrap upgraded to v5.1.0

This commit is contained in:
Cameron 2021-08-13 10:03:24 -07:00
parent 0c30006b5f
commit b994dd916d
3 changed files with 7 additions and 7 deletions

View File

@ -331,9 +331,9 @@ class core_library
),
// Override library path to CDN.
//https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.1',
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.0',
'path' => '',
'version' => '5.0.1',
'version' => '5.1.0',
);
@ -379,7 +379,7 @@ class core_library
),*/
'library_path' => '{e_WEB}lib/bootstrap',
'path' => '5',
'version' => '5.0.1',
'version' => '5.1.0',
);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long