Fix Unraid lexical version ordering

This commit is contained in:
Mikei386
2026-06-14 22:57:56 +02:00
parent c3698bb1f5
commit 145e04153e
6 changed files with 16 additions and 8 deletions
-1
View File
@@ -1 +0,0 @@
e440c00eec4f43ed4bcfbe6a2e3fcda72f4da0a15fb58fdf6b72346b1c7b0ec9 backupper-2026.06.14.9.13-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
36a28159888f68f530ff3ace024e0adcdd0f0673ca89d4a5d4aaa6123cf4efc0 backupper-2026.06.14.r001-x86_64-1.txz
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.13">
<!ENTITY version "2026.06.14.r001">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "e440c00eec4f43ed4bcfbe6a2e3fcda72f4da0a15fb58fdf6b72346b1c7b0ec9">
<!ENTITY packageSHA256 "36a28159888f68f530ff3ace024e0adcdd0f0673ca89d4a5d4aaa6123cf4efc0">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues" icon="backupper.png">
<CHANGES>
### 2026.06.14.r001
- Switch to a zero-padded release identifier that remains sortable by Unraid's lexical version comparison.
- Add the complete German WebGUI translation from the superseded 2026.06.14.9.13 build.
### 2026.06.14.9.13
- Add a complete German translation for navigation, forms, activities, settings, actions, and user-facing messages.