vtenext/modules/Update/changes/1979_1980.php
2021-04-28 20:10:26 +02:00

12 lines
499 B
PHP

<?php
// crmv@181170
Update::info('The file Smarty_setup.php has been moved in include/utils folder, renamed in VteSmarty.php and');
Update::info('the vtigerCRM_Smarty class has replaced by the VteSmarty class.');
Update::info('If you have customizations using the old files, please review them.');
Update::info('');
Update::info('The Smarty library has been updated to version 3.');
Update::info('If you have customizations that use deprecated features, please review them.');
Update::info('');