Files
Mitgliederverwaltung/appinfo/info.xml
T
shahondin1624 c67b9f04a0 chore: bump version to 0.2.5 and add webpack content hash for cache busting
Version bump across info.xml, webpack.config.js, and main.js. Webpack now
outputs content-hashed filenames and templates/index.php dynamically resolves
them. Makefile cleans stale JS bundles before rebuilding.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 16:10:06 +02:00

39 lines
1.8 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>mitgliederverwaltung</id>
<name>Mitgliederverwaltung</name>
<summary>Mitgliederverwaltung für Pfadfindervereine</summary>
<description><![CDATA[Verwaltung von Mitgliedern, Familien, Beiträgen, Lagern und mehr für Pfadfindervereine. Integriert sich in Nextcloud Kalender, Kontakte und Dateien.]]></description>
<version>0.2.5</version>
<licence>agpl</licence>
<author>shahondin1624</author>
<namespace>Mitgliederverwaltung</namespace>
<category>organization</category>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
<php min-version="8.1"/>
<database>mysql</database>
<database>pgsql</database>
<database>sqlite</database>
</dependencies>
<background-jobs>
<job>OCA\Mitgliederverwaltung\BackgroundJob\SyncQueueJob</job>
<job>OCA\Mitgliederverwaltung\BackgroundJob\CalendarFullSyncJob</job>
<job>OCA\Mitgliederverwaltung\BackgroundJob\ContactsFullSyncJob</job>
<job>OCA\Mitgliederverwaltung\BackgroundJob\BackupJob</job>
</background-jobs>
<commands>
<command>OCA\Mitgliederverwaltung\Command\BackupCreateCommand</command>
<command>OCA\Mitgliederverwaltung\Command\BackupRestoreCommand</command>
<command>OCA\Mitgliederverwaltung\Command\BackupListCommand</command>
<command>OCA\Mitgliederverwaltung\Command\AppUpdateCommand</command>
</commands>
<navigations>
<navigation>
<name>Mitgliederverwaltung</name>
<route>mitgliederverwaltung.page.index</route>
</navigation>
</navigations>
</info>