{** * NOTICE OF LICENSE * * This file is licenced under the Software License Agreement. * With the purchase or the installation of the software in your application * you accept the licence agreement. * * You must not modify, adapt or create derivative works of this source code * * @author PrestaHelp.com * @copyright 2019 PrestaHelp * @license LICENSE.txt *}
Changelog
{$moduleName} aktualna wersja {$chlogInfo.module_version} - {$chlogInfo.date_add}
{if !empty($chlogInfo.details)} {foreach $chlogInfo.details as $detail} {$detail->chlog_description} {/foreach} {/if}
{if $chlogInfoOther} {foreach $chlogInfoOther as $item}
{$moduleName} wersja {$item->module_version} - {$item->date_add}
{if !empty($item->details)} {foreach $item->details as $detail} {$detail->chlog_description} {/foreach} {/if}
{/foreach} {/if}