• v1.4.2 5249d6bc19

    v1.4.2
    All checks were successful
    Publish Release / release (push) Successful in 16s
    Stable

    gitea-actions released this 2026-05-08 15:19:19 -04:00 | 7 commits to main since this release

    Documentation

    • Install/upgrade snippets now pull tagged releases instead of cloning main. The previous git clone flow always pulled HEAD, which could include in-flight commits between releases — the same trap the v1.4.1 storage-type-code bug fell into for anyone who installed during the v1.4.0 release window. The new snippets default to the latest published release (queried live from the GitHub API at install time) and accept a VERSION=vX.Y.Z override for pinned installs and rollbacks. Pure POSIX — only requires curl, sed, tar, and rsync, all standard on any WHMCS host. The archive/refs/tags/<TAG>.tar.gz endpoint is public and cacheable, so only the version lookup hits the GitHub API (well under the 60/hr unauthenticated rate limit).

    Full Changelog: v1.4.1...v1.4.2

    Downloads