Fix Unraid lexical version ordering
This commit is contained in:
@@ -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 "REPLACE_DURING_RELEASE">
|
||||
]>
|
||||
<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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user