Removes Changelog detection
This commit is contained in:
@@ -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 -%>
|
||||
|
||||
@@ -4,6 +4,5 @@
|
||||
"last_updated": <%= @wp_item.last_updated.to_json %>,
|
||||
"outdated": <%= @wp_item.outdated?.to_json %>,
|
||||
"readme_url": <%= @wp_item.readme_url.to_json %>,
|
||||
"changelog_url": <%= @wp_item.changelog_url.to_json %>,
|
||||
"directory_listing": <%= @wp_item.directory_listing?.to_json %>,
|
||||
"error_log_url": <% if @wp_item.error_log? %><%= @wp_item.url('error_log').to_json %><% else %>null<% end %>
|
||||
Reference in New Issue
Block a user