Skip to content

Commit

Permalink
Fixes #4128 JSON files for Piwik plugins are now plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Sep 17, 2013
1 parent 57a0bc0 commit 5aa9eef
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/Plugin/MetadataLoader.php
Expand Up @@ -22,11 +22,11 @@

/**
* Loads plugin metadata found in the following files:
* - plugin.piwik.json
* - piwik.json
*/
class MetadataLoader
{
const PLUGIN_JSON_FILENAME = 'plugin.piwik.json';
const PLUGIN_JSON_FILENAME = 'plugin.json';

/**
* The name of the plugin whose metadata will be loaded.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions plugins/PleineLune/README.md
Expand Up @@ -4,7 +4,7 @@ Create a Theme for Piwik
Quick start
------------

1. Create a file describing your plugin at the following path: "plugins/YourPluginName/plugin.piwik.json"
1. Create a file describing your plugin at the following path: "plugins/YourPluginName/plugin.json"

```json
{
Expand All @@ -18,10 +18,10 @@ Quick start
3. Activate your theme on the Piwik instance: Settings > Platform > Themes


About the plugin.piwik.json file
About the plugin.json file
------------

You can complete your plugin.piwik.json file with the following entries:
You can complete your plugin.json file with the following entries:

* "description"
* "homepage"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5aa9eef

Please sign in to comment.