Skip to content

Commit 9df45f3

Browse files
committed
update font-awesome to v6.5.0
1 parent 20f1958 commit 9df45f3

23 files changed

Lines changed: 16987 additions & 8558 deletions

exponent_constants.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
define('FA5_SCRIPT', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
606606
} // cdn FontAwesome v5.x stylesheet
607607
if (!defined('FA6_SCRIPT')) {
608-
define('FA6_SCRIPT', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
608+
define('FA6_SCRIPT', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
609609
} // cdn FontAwesome v6.x stylesheet
610610
//}
611611

@@ -662,7 +662,7 @@
662662
define('MPDF8_VERSION', '8.0.17');
663663
}
664664
if (!defined('MPDF81_VERSION')) {
665-
define('MPDF81_VERSION', '8.1.4'); // 8.2.0
665+
define('MPDF81_VERSION', '8.1.4'); // 8.2.2
666666
}
667667
/**
668668
* Log is needed for MPDF v7+
@@ -680,7 +680,7 @@
680680
* FPDI is needed for MPDF v8+
681681
*/
682682
if (!defined('FPDI_VERSION')) {
683-
define('FPDI_VERSION', '2.3.6'); // 2.4.1
683+
define('FPDI_VERSION', '2.3.6'); // 2.5.0
684684
}
685685
/**
686686
* HTTP Message Shim is needed for MPDF v8.2+
@@ -698,7 +698,7 @@
698698
* HTTP Message is needed for MPDF v8+
699699
*/
700700
if (!defined('HTTP_MSG_VERSION')) {
701-
define('HTTP_MSG_VERSION', '1.0'); // 2.0
701+
define('HTTP_MSG_VERSION', '1.0'); // 1.1.0
702702
}
703703

704704
if (!defined('DOMPDF8_VERSION')) {

external/ExtPrograms.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Bootswatch5,5.3.1,bootswatch.com,5.3.1,change 1st line variables.scss comment to
3737
Font-Awesome3,3.2.1,fontawesome.github.com/Font-Awesome,3.2.1,updated FontAwesomePath in variables.less
3838
Font-Awesome4,4.7.0,fontawesome.github.com/Font-Awesome,4.7.0,
3939
Font-Awesome5,5.15.4,fontawesome.com,5.15.4,add import all 'fonts' sheets into main sheet
40-
Font-Awesome6,6.4.2,fontawesome.com,6.4.2,add import all 'fonts' sheets into main sheet
40+
Font-Awesome6,6.5.0,fontawesome.com,6.5.0,add import all 'fonts' sheets into main sheet
4141
Bootstrap-Icons,1.11.2,icons.getbootstrap.com,1.11.2,"patched bootstrap-icons.scss for custom folder structure, includes animation & size variables"
4242
Adminer,4.8.1exp,www.adminer.org,4.8.1,"customized plugins: tinymce, ckeditor, previewSerialized, edit-textarea & edit-calendar; edit sql tweak"
4343
SimpleAjaxUploader,2.6.7,github.com/LPology/Simple-Ajax-Uploader,2.6.7,also converted to yui module 2.5.3

0 commit comments

Comments
 (0)