Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Plugin/MetadataLoader.php4
-rw-r--r--plugins/ExampleAPI/plugin.json (renamed from plugins/ExampleAPI/plugin.piwik.json)0
-rw-r--r--plugins/ExamplePlugin/plugin.json (renamed from plugins/ExamplePlugin/plugin.piwik.json)0
-rw-r--r--plugins/ExampleRssWidget/plugin.json (renamed from plugins/ExampleRssWidget/plugin.piwik.json)0
-rw-r--r--plugins/ExampleTheme/plugin.json (renamed from plugins/ExampleTheme/plugin.piwik.json)0
-rw-r--r--plugins/ExampleUI/plugin.json (renamed from plugins/ExampleUI/plugin.piwik.json)0
-rw-r--r--plugins/LeftMenu/plugin.json (renamed from plugins/LeftMenu/plugin.piwik.json)0
-rw-r--r--plugins/PleineLune/README.md6
-rw-r--r--plugins/PleineLune/plugin.json (renamed from plugins/PleineLune/plugin.piwik.json)0
-rw-r--r--plugins/Zeitgeist/plugin.json (renamed from plugins/Zeitgeist/plugin.piwik.json)0
10 files changed, 5 insertions, 5 deletions
diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php
index 8f4d969abd..60d31f895e 100644
--- a/core/Plugin/MetadataLoader.php
+++ b/core/Plugin/MetadataLoader.php
@@ -22,11 +22,11 @@ require_once PIWIK_INCLUDE_PATH . '/core/Version.php';
/**
* 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.
diff --git a/plugins/ExampleAPI/plugin.piwik.json b/plugins/ExampleAPI/plugin.json
index b2b9631a55..b2b9631a55 100644
--- a/plugins/ExampleAPI/plugin.piwik.json
+++ b/plugins/ExampleAPI/plugin.json
diff --git a/plugins/ExamplePlugin/plugin.piwik.json b/plugins/ExamplePlugin/plugin.json
index 31825c0f23..31825c0f23 100644
--- a/plugins/ExamplePlugin/plugin.piwik.json
+++ b/plugins/ExamplePlugin/plugin.json
diff --git a/plugins/ExampleRssWidget/plugin.piwik.json b/plugins/ExampleRssWidget/plugin.json
index deb5ff49ca..deb5ff49ca 100644
--- a/plugins/ExampleRssWidget/plugin.piwik.json
+++ b/plugins/ExampleRssWidget/plugin.json
diff --git a/plugins/ExampleTheme/plugin.piwik.json b/plugins/ExampleTheme/plugin.json
index b3ab4ac732..b3ab4ac732 100644
--- a/plugins/ExampleTheme/plugin.piwik.json
+++ b/plugins/ExampleTheme/plugin.json
diff --git a/plugins/ExampleUI/plugin.piwik.json b/plugins/ExampleUI/plugin.json
index 66c4611c54..66c4611c54 100644
--- a/plugins/ExampleUI/plugin.piwik.json
+++ b/plugins/ExampleUI/plugin.json
diff --git a/plugins/LeftMenu/plugin.piwik.json b/plugins/LeftMenu/plugin.json
index 00a8a51167..00a8a51167 100644
--- a/plugins/LeftMenu/plugin.piwik.json
+++ b/plugins/LeftMenu/plugin.json
diff --git a/plugins/PleineLune/README.md b/plugins/PleineLune/README.md
index 8898cf9596..8c4d9087b5 100644
--- a/plugins/PleineLune/README.md
+++ b/plugins/PleineLune/README.md
@@ -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
{
@@ -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"
diff --git a/plugins/PleineLune/plugin.piwik.json b/plugins/PleineLune/plugin.json
index b3ab4ac732..b3ab4ac732 100644
--- a/plugins/PleineLune/plugin.piwik.json
+++ b/plugins/PleineLune/plugin.json
diff --git a/plugins/Zeitgeist/plugin.piwik.json b/plugins/Zeitgeist/plugin.json
index 1761842434..1761842434 100644
--- a/plugins/Zeitgeist/plugin.piwik.json
+++ b/plugins/Zeitgeist/plugin.json