![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magefan/module-blog/view/adminhtml/templates/ |
<?php /** * Copyright © Magefan ([email protected]). All rights reserved. * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement). * * Glory to Ukraine! Glory to the heroes! */ ?> <?php /** * Blog available for to get notification * * @var $block \Magefan\Blog\Block\Adminhtml\System\Config\Form\UpdateInfo */ ?> <?php if ($block->needToUpdate() && \Magefan\Community\Model\UrlChecker::showUrl($block->getUrl())) { ?> <div class="messages"> <div class="message message-notice notice"> <div data-ui-id="messages-message-error"> <?php $url1 = 'https://magefan.com/blog/update-magefan-blog-extension' . '?utm_source=m2admin_blog_updateinfo&utm_medium=link1&utm_campaign=new_blog_version'; $url2 = 'https://magefan.com/magento2-blog-extension' . '?utm_source=m2admin_blog_updateinfo&utm_medium=link1&utm_campaign=new_blog_version'; $url3 = 'https://magefan.com/contact' . '?utm_source=m2admin_blog_updateinfo&utm_medium=link2&utm_campaign=new_blog_version'; ?> <?= /*@noEscape*/ __( 'Your Blog Extension is out of date. <a href="%1" target="_blank">Use this guide</a> to update it to <strong>version %2</strong> via composer or download the new version archive from the <a href="%3" target="_blank">Magefan Store</a>. Please <a href="%4" target="_blank">contact</a> the Magefan team if you have any questions or need help with an update.', $url1, $block->escapeHtml($block->getLatestVersion()), $url2, $url3 ); ?> </div> </div> </div> <?php } ?>