532532if (!defined ('JQUERY_RELATIVE ' )) {
533533 define ('JQUERY_VERSION ' , '1.12.4 ' );
534534 define ('JQUERY2_VERSION ' , '2.2.4 ' );
535- define ('JQUERY3_VERSION ' , '3.7.0 ' );
535+ define ('JQUERY3_VERSION ' , '3.7.1 ' );
536536 define ('JQUERY3_MIGRATE_VERSION ' , '3.4.1 ' );
537537 define ('JQUERYUI_VERSION ' , '1.13.2 ' );
538538 define ('JQUERY_RELATIVE ' , PATH_RELATIVE . 'external/jquery/ ' );
591591 define ('BS4_SCRIPT ' , '<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> ' );
592592 } // cdn Bootstrap v4.x script
593593 if (!defined ('BS5_SCRIPT ' )) {
594- define ( ' BS5_SCRIPT ' , ' <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> ' );
595- // define('BS5_SCRIPT', '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0 /dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz " crossorigin="anonymous"></script>');
594+
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
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.0 /css/all.min.css ' );
608+ define ('FA6_SCRIPT ' , 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1 /css/all.min.css ' );
609609 } // cdn FontAwesome v6.x stylesheet
610610//}
611611
617617 if (version_compare (PHP_VERSION , '7.1.0 ' , 'lt ' )) {
618618 define ('SMARTY_VERSION ' , '3.1.27 ' );
619619 } else {
620- define ('SMARTY_VERSION ' , '4.3.1 ' ); //note smarty v3.1.28+ won't work properly with php < v7.1+
620+ define ('SMARTY_VERSION ' , '4.3.4 ' ); //note smarty v3.1.28+ won't work properly with php < v7.1+
621621 }
622622 define ('SMARTY_PATH ' , BASE . 'external/smarty- ' . SMARTY_VERSION . '/libs/ ' );
623623// define('SMARTY_DEVELOPMENT', false);
637637 /**
638638 * Lexer is needed for Swiftmailer v6
639639 */
640- define ('LEXER_VERSION ' , '2.1.0 ' );
640+ define ('LEXER_VERSION ' , '2.1.0 ' ); // 3.0.0
641641 define ('SWIFT_LEXER_PATH ' , BASE . 'external/lexer- ' . LEXER_VERSION . '/src/ ' );
642642 /**
643643 * Deprecations is needed for Lexer v2
644644 */
645- define ('DEPRECATIONS_VERSION ' , '1.0.0 ' );
645+ define ('DEPRECATIONS_VERSION ' , '1.1.2 ' );
646646 define ('SWIFT_DEPRECATIONS_PATH ' , BASE . 'external/deprecations- ' . DEPRECATIONS_VERSION . '/lib/Doctrine/Deprecations/ ' );
647647 /**
648648 * EmailValidator is needed for Swiftmailer v6
649649 */
650- define ('EMAIL_VALIDATOR_VERSION ' , '3.2.4 ' );
650+ define ('EMAIL_VALIDATOR_VERSION ' , '3.2.6 ' ); // 4.0.2
651651 define ('SWIFT_EMAIL_PATH ' , BASE . 'external/EmailValidator- ' . EMAIL_VALIDATOR_VERSION . '/EmailValidator/ ' );
652652}
653653
662662 define ('MPDF8_VERSION ' , '8.0.17 ' );
663663}
664664if (!defined ('MPDF81_VERSION ' )) {
665- define ('MPDF81_VERSION ' , '8.1.4 ' ); // 8.1.6
665+ define ('MPDF81_VERSION ' , '8.1.4 ' ); // 8.2.2
666666}
667667/**
668668 * Log is needed for MPDF v7+
669669 */
670670if (!defined ('LOG_VERSION ' )) {
671- define ('LOG_VERSION ' , '1.1.4 ' );
671+ define ('LOG_VERSION ' , '1.1.4 ' ); // 2.0.0, 3.0.0
672672}
673673/**
674674 * random_compat is needed for MPDF v7+ under PHP v5.6
680680 * FPDI is needed for MPDF v8+
681681 */
682682if (!defined ('FPDI_VERSION ' )) {
683- define ('FPDI_VERSION ' , '2.3.6 ' ); // 2.3.7
683+ define ('FPDI_VERSION ' , '2.3.6 ' ); // 2.6.0
684+ }
685+ /**
686+ * HTTP Message Shim is needed for MPDF v8.2+
687+ */
688+ if (!defined ('HTTP_MSG_SHM_VERSION ' )) {
689+ define ('HTTP_MSG_SHM_VERSION ' , '2.0.1 ' );
690+ }
691+ /**
692+ * Log Aware Trait is needed for MPDF v8.1.6+
693+ */
694+ if (!defined ('LOG_AWARE_VERSION ' )) {
695+ define ('LOG_AWARE_VERSION ' , '3.0.0 ' );
696+ }
697+ /**
698+ * HTTP Message is needed for MPDF v8+
699+ */
700+ if (!defined ('HTTP_MSG_VERSION ' )) {
701+ define ('HTTP_MSG_VERSION ' , '1.0 ' ); // 1.1.0
684702}
685703
686704if (!defined ('DOMPDF8_VERSION ' )) {
687705 define ('DOMPDF8_VERSION ' , '-1.2.2 ' );
688706}
689707if (!defined ('DOMPDF2_VERSION ' )) {
690- define ('DOMPDF2_VERSION ' , '2.0.3 ' );
708+ define ('DOMPDF2_VERSION ' , '2.0.3 ' ); // 2.0.4
691709}
692710
693711if (!defined ('HTML2PDF5_VERSION ' )) {
694- define ('HTML2PDF5_VERSION ' , '5.2.7 ' );
712+ define ('HTML2PDF5_VERSION ' , '5.2.7 ' ); // 5.2.8
695713}
696714/**
697715 * TCPDF is needed for HTML2PDF5
698716 */
699717if (!defined ('TCPDF5_VERSION ' )) {
700- define ('TCPDF5_VERSION ' , '6.6.2 ' );
718+ define ('TCPDF5_VERSION ' , '6.6.2 ' ); // 6.6.5
701719}
702720
703721?>
0 commit comments