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/Manager.php3
-rw-r--r--core/Version.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index d067333b26..f8e72d6610 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -74,8 +74,7 @@ class Manager extends Singleton
'ExampleVisualization',
'ExamplePluginTemplate',
'ExampleTheme',
- 'LeftMenu',
- 'Morpheus'
+ 'LeftMenu'
);
public function getCorePluginsDisabledByDefault()
diff --git a/core/Version.php b/core/Version.php
index f9ffae193e..38383231cf 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0';
+ const VERSION = '2.0.1-rc1';
}