- Removed service dependencies from PageController constructor - Fixed AdminController config API signatures - Cleaned up Application.php resource loading - Updated template with proper resource includes - Simplified routes.php - Reduced analyticshub.zip from 50KB to 27KB - Status: Fixed and ready for redeployment
19 lines
537 B
XML
19 lines
537 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>analyticshub</id>
|
|
<name>Mini-CMO Analytics Hub</name>
|
|
<description>AI-powered Google Analytics 4 reporting with automated daily reports</description>
|
|
<licence>AGPL</licence>
|
|
<author>Shortcut Solutions</author>
|
|
<version>1.0.0</version>
|
|
<namespace>AnalyticsHub</namespace>
|
|
<category>integration</category>
|
|
<dependencies>
|
|
<nextcloud min-version="25" max-version="26"/>
|
|
<php min-version="7.4"/>
|
|
</dependencies>
|
|
<navigation>
|
|
<admin>page#index</admin>
|
|
</navigation>
|
|
</info>
|