Skip to content

Commit 23495a2

Browse files
committed
update bootstrap cdn link
1 parent 2534eae commit 23495a2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

exponent_constants.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
} // cdn Bootstrap v4.x script
593593
if (!defined('BS5_SCRIPT')) {
594594

595-
define('BS5_SCRIPT', '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>');
595+
define('BS5_SCRIPT', '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>');
596596
} // cdn Bootstrap v5.x script
597597
/**
598598
* Font-Awesome CDN links
@@ -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.5.0
683+
define('FPDI_VERSION', '2.3.6'); // 2.6.0
684684
}
685685
/**
686686
* HTTP Message Shim is needed for MPDF v8.2+
@@ -705,7 +705,7 @@
705705
define('DOMPDF8_VERSION', '-1.2.2');
706706
}
707707
if (!defined('DOMPDF2_VERSION')) {
708-
define('DOMPDF2_VERSION', '2.0.3');
708+
define('DOMPDF2_VERSION', '2.0.3'); // 2.0.4
709709
}
710710

711711
if (!defined('HTML2PDF5_VERSION')) {

external/ExtPrograms.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jquery.history.js,1.8b2,github.com/browserstate/history.js,1.8.0,
102102
Webshim,1.16.0,github.com/aFarkas/webshim,1.16.0,
103103
,,,,
104104
"Optional, not included",,,,
105-
dompdf,2.0.3exp/1.2.2exp/0.7.0exp/0.6.2exp,github.com/dompdf/dompdf,2.0.3,"optional, patched to display our images and not break on bad tables and disable links"
105+
dompdf,2.0.3exp/1.2.2exp/0.7.0exp/0.6.2exp,github.com/dompdf/dompdf,2.0.4,"optional, patched to display our images and not break on bad tables and disable links"
106106
mPDF,8.1.4/8.0.17/7.1.9/6.1.4/5.7.4a,github.com/mpdf/mpdf,8.2.0,optional
107107
log,1.1.4,github.com/php-fig/log,1.1.4/2.0.0/3.0.0,"optional, required by mPDF v7+"
108108
DeepCopy,1.7.0,github.com/myclabs/DeepCopy,1.11.1,"optional, suggested by mPDF v7+ for TOC"
@@ -111,7 +111,7 @@ http-message,1,github.com/php-fig/http-message,1.1/2.0,"optional, required by mP
111111
message-factory,1.0.1,github.com/php-http/message-factory,1.1.0,"optional, required by mPDF v8.1.x"
112112
http-message-shim,2.0.0,github.com/mpdf/psr-http-message-shim,2.0.1,"optional, required by mPDF v8.2.x"
113113
log-aware-trait,3.0.0,github.com/mpdf/psr-log-aware-trait,3.0.0,"optional, required by mPDF v8.2.x"
114-
FPDI,2.3.6,github.com/Setasign/FPDI,2.4.1,"optional, required by mPDF v7+"
114+
FPDI,2.3.6,github.com/Setasign/FPDI,2.6.0,"optional, required by mPDF v7+"
115115
HTML2PDF,5.2.7/4.6.1,github.com/spipu/html2pdf,5.2.8,"optional, we tweak tcpdfConfig.php"
116116
TCPDF,6.6.2,sourceforge.net/projects/tcpdf,6.6.5,"optional, used by HTML2PDF"
117117
iLess,2.2.0,github.com/mishal/iless,2.2.0,"optional, has issues with bootstrap v2"

0 commit comments

Comments
 (0)