Skip to content

Commit

Permalink
* themes or plugins should not have the php requirement in JSON, it s…
Browse files Browse the repository at this point in the history
…hould only be in "Piwik installation check".

... unless some non-core plugins would indeed require more recent than 5.3 (but core plugins will always work if Piwik was successfully installed)
Refs #4019
  • Loading branch information
mattab committed Jun 30, 2013
1 parent 448c3a6 commit 84bf3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugins/Zeitgeist/piwik.plugin.json
Expand Up @@ -12,8 +12,7 @@
}
],
"require": {
"piwik": ">=2.0",
"php": ">=5.3.0"
"piwik": ">=2.0"
},
"theme": true
}
2 changes: 1 addition & 1 deletion plugins/Zeitgeist/templates/_indexBeforeMenu.twig
@@ -1,4 +1,4 @@
{% include "@CoreHome/_warningInvalidHost.twig" %}
{% include "@CoreHome/_warningInvalidHost.twig" %}

{% if (showTopMenu == false or showTopMenu) %}
{% include "@CoreHome/_topBar.twig" %}
Expand Down

0 comments on commit 84bf3a5

Please sign in to comment.