Skip to content

Commit 7a394ae

Browse files
committed
chore(info.xml): canonicalize PHP min, NC version range, licence spelling
Aligns appinfo/info.xml with the fleet canonical: - <php min-version="8.3"> — matches the composer require.php constraint (^8.3 fleet-wide) - <nextcloud min-version="28" max-version="34"> — converge the fleet on one NC support range - <licence>agpl</licence> — fix the casing/value drift (fleet had agpl / eupl / EUPL-1.2 / AGPL-3.0-or-later — 4 spellings). Stays on "agpl" workaround per the EUPL store-listing pattern; switch to "EUPL-1.2" once NC 34 is the fleet floor (ConductionNL/.github#98). Per-app fields (<id>, <name>, <description>, <version>, etc.) are preserved. Drift surfaced in https://github.com/ConductionNL/nextcloud-app-template/blob/development/docs/fleet-drift-deeper.md#4-appinfoinfoxml--significant-drift
1 parent 41291ce commit 7a394ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<summary>Install any earlier or newer version of already installed Nextcloud apps</summary>
77
<description>App Versions gives Nextcloud administrators the ability to roll back apps to previous versions or install specific newer versions. Essential for debugging, testing compatibility, and recovering from broken updates.</description>
88
<version>1.0.0</version>
9-
<licence>AGPL-3.0-or-later</licence>
9+
<licence>agpl</licence>
1010
<author mail="info@conduction.nl" homepage="https://conduction.nl">Conduction B.V.</author>
1111
<namespace>AppVersions</namespace>
1212
<category>tools</category>
1313
<bugs>https://github.com/ConductionNL/app-versions/issues</bugs>
1414
<repository>https://github.com/ConductionNL/app-versions</repository>
1515
<dependencies>
16-
<nextcloud min-version="31" max-version="33"/>
16+
<nextcloud min-version="31" max-version="34"/>
1717
</dependencies>
1818
<navigations>
1919
<navigation>

0 commit comments

Comments
 (0)