-
released this
2026-05-08 15:19:19 -04:00 | 7 commits to main since this releaseDocumentation
- Install/upgrade snippets now pull tagged releases instead of cloning
main. The previousgit cloneflow 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 aVERSION=vX.Y.Zoverride for pinned installs and rollbacks. Pure POSIX — only requirescurl,sed,tar, andrsync, all standard on any WHMCS host. Thearchive/refs/tags/<TAG>.tar.gzendpoint 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
- Install/upgrade snippets now pull tagged releases instead of cloning