1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +02:00

FontAwesome upgraded to 5.15.2

This commit is contained in:
Cameron
2021-02-03 08:11:48 -08:00
parent e4f6d502b9
commit 23b6ef4af7
3 changed files with 4 additions and 4 deletions

View File

@@ -908,7 +908,7 @@ class core_library
'vendor_url' => 'https://fontawesome.com/',
'version_arguments' => array(
'file' => 'css/all.css',
'pattern' => '/(\d\.\d\.\d+)/',
'pattern' => '/(\d\.\d*\.\d+)/',
'lines' => 3,
),
'files' => array(
@@ -939,7 +939,7 @@ class core_library
// Override library path.
'library_path' => '{e_WEB}lib/font-awesome',
'path' => '5',
'version' => '5.8.1',
'version' => '5.15.2',
);

View File

@@ -955,7 +955,7 @@ class e107Test extends \Codeception\Test\Unit
'ADMIN_FALSE_ICON' => '<span class=\'text-danger admin-false-icon\'>&#10799;</span>',
'ADMIN_WARNING_ICON' => '<i class=\'fa fa-warning text-warning\'></i>',
'ADMIN_GRID_ICON' => '<i class=\'fa fa-th\'></i>',
'ADMIN_LIST_ICON' => '<i class=\'fa fa-th-list\'></i>',
'ADMIN_LIST_ICON' => '<i class=\'fas fa-list\'></i>',
'ADMIN_EDIT_ICON' => '<i class=\'S32 e-edit-32\'></i>',
'ADMIN_DELETE_ICON' => '<i class=\'S32 e-delete-32\'></i>',
'ADMIN_SORT_ICON' => '<i class=\'S32 e-sort-32\'></i>',

View File

@@ -1 +1 @@
5.7.2
5.15.2