diff --git a/Makefile b/Makefile index bba40e6..c1e394d 100644 --- a/Makefile +++ b/Makefile @@ -85,5 +85,6 @@ help: @echo " make check-translations Validate translation integrity & lock state" @echo " make json2po Convert all locale JSON files → .po files" @echo " make build Create distribution ZIP via build.sh" + @echo " make release Build, tag, push, and upload a GitHub release" @echo " make clean Remove build artifacts" @echo "" diff --git a/assets/css/admin.css b/assets/css/admin.css index a6804c8..082f9f1 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -236,6 +236,18 @@ color: #757575; } +.piperless-about-link { + display: inline-flex; + align-items: center; + gap: 6px; +} + +.piperless-about-link-icon { + width: 18px; + height: 18px; + flex-shrink: 0; +} + /* Cache browser badges */ .piperless-cache-badge { display: inline-block; diff --git a/includes/class-settings.php b/includes/class-settings.php index 4bc0532..6166d9e 100644 --- a/includes/class-settings.php +++ b/includes/class-settings.php @@ -634,10 +634,16 @@ class Settings {

- + + + +

- + + + +