update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -68,9 +68,10 @@
|
|||
<div id="tabs-changelog">
|
||||
{{ pluginsMacro.missingRequirementsPleaseUpdateNotice(plugin) }}
|
||||
{% if plugin.canBeUpdated %}
|
||||
<p class="updateAvailableNotice">{{ 'CorePluginsAdmin_PluginUpdateAvailable'|translate(plugin.currentVersion, plugin.latestVersion) }}
|
||||
{% if plugin.repositoryChangelogUrl %}<a target="_blank" href="{{ plugin.repositoryChangelogUrl }}">{{ 'CorePluginsAdmin_ViewRepositoryChangelog'|translate }}</a>{% endif %}
|
||||
</p>
|
||||
<div class="alert alert-warning">
|
||||
{{ 'CorePluginsAdmin_PluginUpdateAvailable'|translate(plugin.currentVersion, plugin.latestVersion) }}
|
||||
{% if plugin.repositoryChangelogUrl %}<a rel="noreferrer" target="_blank" href="{{ plugin.repositoryChangelogUrl }}">{{ 'CorePluginsAdmin_ViewRepositoryChangelog'|translate }}</a>{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if latestVersion.readmeHtml.changelog %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue