Removes Changelog detection

This commit is contained in:
erwanlr
2019-03-28 13:40:58 +00:00
parent 1cf330b389
commit 0aa1f20d47
11 changed files with 2 additions and 32 deletions

View File

@@ -8,9 +8,6 @@
<% if @wp_item.readme_url -%>
| Readme: <%= @wp_item.readme_url %>
<% end -%>
<% if @wp_item.changelog_url -%>
| Changelog: <%= @wp_item.changelog_url %>
<% end -%>
<% if @wp_item.latest_version && @wp_item.outdated? -%>
| <%= warning_icon %> The version is out of date, the latest version is <%= @wp_item.latest_version %>
<% end -%>