- Changed PHP min-version from 8.0 to 7.4 in appinfo/info.xml - Replaced all str_contains() calls with strpos() !== false - GoogleAnalyticsService.php: 1 instance - LLMService.php: 6 instances - Verified no other PHP 8.0+ features in use - Plugin now compatible with PHP 7.4 and PHP 8.0+
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>analyticshub</id>
|
|
<name>Mini-CMO Analytics Hub</name>
|
|
<summary>AI-powered Google Analytics 4 reporting with automated daily reports</summary>
|
|
<description>Nextcloud internal application for Google Analytics 4 monitoring with intelligent delta calculations and AI-generated client reports via Anthropic Claude API.</description>
|
|
<version>1.0.0</version>
|
|
<licence>AGPL</licence>
|
|
<author>Shortcut Solutions</author>
|
|
<namespace>AnalyticsHub</namespace>
|
|
<types>
|
|
<logging/>
|
|
<authentication/>
|
|
<filesystem/>
|
|
<preventing-directory-creation/>
|
|
<preventing-user-group-creation/>
|
|
<preventing-other-apps-creation/>
|
|
<encryption/>
|
|
<files_sharing/>
|
|
<public/>
|
|
</types>
|
|
<category>integration</category>
|
|
<dependencies>
|
|
<nextcloud min-version="25" max-version="26"/>
|
|
<php min-version="7.4"/>
|
|
</dependencies>
|
|
<repair-steps>
|
|
<step>Repair steps not needed</step>
|
|
<repair-step>Or remove and reinstall</repair-step>
|
|
<repair-step>Check Nextcloud logs for errors</repair-step>
|
|
</repair-steps>
|
|
</info>
|