after upgrade message

This commit is contained in:
Yuri Kuznetsov
2023-11-23 10:54:23 +02:00
parent 376d3ad3b0
commit 5098603d83
+3 -2
View File
@@ -51,8 +51,9 @@ class AfterUpgrade
if (php_sapi_name() === 'cli') {
echo "Important. The 'Tcpdf' PDF engine has been removed from EspoCRM. " .
"Now PDF printing is handled by the 'Dompdf' engine. " .
"If you would like to continue using the 'Tcpdf', download and install the free extension: {link}. " .
"After that, set 'Tcpdf' at Administration > Settings > PDF Engine.";
"If you would like to continue using the 'Tcpdf', download and install the free extension: " .
"https://github.com/yurikuzn/ext-tcpdf/releases. " .
"After that, select 'Tcpdf' PDF Engine at Administration > Settings.";
}
}