From 6916fc35933f0f0275eeaafc79d57ab6cedd9e86 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Thu, 27 Jul 2017 16:21:14 +0200 Subject: [PATCH] Version 1.4.0: Restructured extension files. --- .../Block => Block}/Backend/Dashboard.php | 0 .../Backend/Dashboard/Grid/Column/Statuses.php | 0 .../Adminhtml/Dashboard/Index.php | 0 .../ResourceModel/Grid/Collection.php | 0 README.md | 2 +- composer.json | 8 +++++--- {docs => doc}/screenshot.png | Bin .../etc => etc}/adminhtml/menu.xml | 0 .../etc => etc}/adminhtml/routes.xml | 0 .../PerformanceDashboard/etc => etc}/module.xml | 0 .../registration.php => registration.php | 0 .../layout/magehost_performance_dashboard_block.xml | 0 .../layout/magehost_performance_dashboard_index.xml | 0 13 files changed, 6 insertions(+), 4 deletions(-) rename {app/code/MageHost/PerformanceDashboard/Block => Block}/Backend/Dashboard.php (100%) rename {app/code/MageHost/PerformanceDashboard/Block => Block}/Backend/Dashboard/Grid/Column/Statuses.php (100%) rename {app/code/MageHost/PerformanceDashboard/Controller => Controller}/Adminhtml/Dashboard/Index.php (100%) rename {app/code/MageHost/PerformanceDashboard/Model => Model}/ResourceModel/Grid/Collection.php (100%) rename {docs => doc}/screenshot.png (100%) rename {app/code/MageHost/PerformanceDashboard/etc => etc}/adminhtml/menu.xml (100%) rename {app/code/MageHost/PerformanceDashboard/etc => etc}/adminhtml/routes.xml (100%) rename {app/code/MageHost/PerformanceDashboard/etc => etc}/module.xml (100%) rename app/code/MageHost/PerformanceDashboard/registration.php => registration.php (100%) rename {app/code/MageHost/PerformanceDashboard/view => view}/adminhtml/layout/magehost_performance_dashboard_block.xml (100%) rename {app/code/MageHost/PerformanceDashboard/view => view}/adminhtml/layout/magehost_performance_dashboard_index.xml (100%) diff --git a/app/code/MageHost/PerformanceDashboard/Block/Backend/Dashboard.php b/Block/Backend/Dashboard.php similarity index 100% rename from app/code/MageHost/PerformanceDashboard/Block/Backend/Dashboard.php rename to Block/Backend/Dashboard.php diff --git a/app/code/MageHost/PerformanceDashboard/Block/Backend/Dashboard/Grid/Column/Statuses.php b/Block/Backend/Dashboard/Grid/Column/Statuses.php similarity index 100% rename from app/code/MageHost/PerformanceDashboard/Block/Backend/Dashboard/Grid/Column/Statuses.php rename to Block/Backend/Dashboard/Grid/Column/Statuses.php diff --git a/app/code/MageHost/PerformanceDashboard/Controller/Adminhtml/Dashboard/Index.php b/Controller/Adminhtml/Dashboard/Index.php similarity index 100% rename from app/code/MageHost/PerformanceDashboard/Controller/Adminhtml/Dashboard/Index.php rename to Controller/Adminhtml/Dashboard/Index.php diff --git a/app/code/MageHost/PerformanceDashboard/Model/ResourceModel/Grid/Collection.php b/Model/ResourceModel/Grid/Collection.php similarity index 100% rename from app/code/MageHost/PerformanceDashboard/Model/ResourceModel/Grid/Collection.php rename to Model/ResourceModel/Grid/Collection.php diff --git a/README.md b/README.md index 95ce670..f2eef06 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ php bin/magento setup:di:compile ``` # Screenshot # -![screenshot](https://raw.githubusercontent.com/magehost/performance-dashboard/master/docs/screenshot.png) +![screenshot](https://raw.githubusercontent.com/magehost/performance-dashboard/master/doc/screenshot.png) diff --git a/composer.json b/composer.json index c90c258..dd640bf 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { "name": "magehost/performance-dashboard", "description": "MageHost.pro Performance Dashboard", + "homepage": "https://github.com/magehost/performance-dashboard", "type": "magento2-module", - "version": "1.3.2", + "version": "1.4.0", "minimum-stability": "beta", "license": "MIT", "authors":[ @@ -12,16 +13,17 @@ } ], "require": { + "php": "~5.5.0|~5.6.0|~7.0.0", "magento/framework": "100.1.*", "magento/module-backend": "100.1.*", "magento/module-store": "100.1.*" }, "autoload": { "files": [ - "app/code/MageHost/PerformanceDashboard/registration.php" + "registration.php" ], "psr-4": { - "MageHost\\PerformanceDashboard\\": "app/code/MageHost/PerformanceDashboard" + "MageHost\\PerformanceDashboard\\": "" } } } diff --git a/docs/screenshot.png b/doc/screenshot.png similarity index 100% rename from docs/screenshot.png rename to doc/screenshot.png diff --git a/app/code/MageHost/PerformanceDashboard/etc/adminhtml/menu.xml b/etc/adminhtml/menu.xml similarity index 100% rename from app/code/MageHost/PerformanceDashboard/etc/adminhtml/menu.xml rename to etc/adminhtml/menu.xml diff --git a/app/code/MageHost/PerformanceDashboard/etc/adminhtml/routes.xml b/etc/adminhtml/routes.xml similarity index 100% rename from app/code/MageHost/PerformanceDashboard/etc/adminhtml/routes.xml rename to etc/adminhtml/routes.xml diff --git a/app/code/MageHost/PerformanceDashboard/etc/module.xml b/etc/module.xml similarity index 100% rename from app/code/MageHost/PerformanceDashboard/etc/module.xml rename to etc/module.xml diff --git a/app/code/MageHost/PerformanceDashboard/registration.php b/registration.php similarity index 100% rename from app/code/MageHost/PerformanceDashboard/registration.php rename to registration.php diff --git a/app/code/MageHost/PerformanceDashboard/view/adminhtml/layout/magehost_performance_dashboard_block.xml b/view/adminhtml/layout/magehost_performance_dashboard_block.xml similarity index 100% rename from app/code/MageHost/PerformanceDashboard/view/adminhtml/layout/magehost_performance_dashboard_block.xml rename to view/adminhtml/layout/magehost_performance_dashboard_block.xml diff --git a/app/code/MageHost/PerformanceDashboard/view/adminhtml/layout/magehost_performance_dashboard_index.xml b/view/adminhtml/layout/magehost_performance_dashboard_index.xml similarity index 100% rename from app/code/MageHost/PerformanceDashboard/view/adminhtml/layout/magehost_performance_dashboard_index.xml rename to view/adminhtml/layout/magehost_performance_dashboard_index.xml