# 1.0.0 (2026-02-07) ### Bug Fixes * add null/false guards, proper error handling, and VNC popup fix ([49fdd9e](49fdd9e49b)) * TestConnection for unsaved servers, traffic display, and cache-busting ([e8d2eb0](e8d2eb0aa1)) * XSS escaping, null guards, JS bug fixes, and documentation updates ([6c7cdc6](6c7cdc6421)) ### Features * add client-side SSH Ed25519 key generator on order page ([209e01d](209e01deb6)) * add VNC check, SSH key paste, resources panel, sliders, and self-service billing ([1e471af](1e471affd0)) * streamline network panel, conditional self-service, remove IP add endpoints ([e73e85c](e73e85c5a9))
2.6 KiB
2.6 KiB
1.0.0 (2026-02-07)
Bug Fixes
- add null/false guards, proper error handling, and VNC popup fix (49fdd9e)
- TestConnection for unsaved servers, traffic display, and cache-busting (e8d2eb0)
- XSS escaping, null guards, JS bug fixes, and documentation updates (6c7cdc6)
Features
- add client-side SSH Ed25519 key generator on order page (209e01d)
- add VNC check, SSH key paste, resources panel, sliders, and self-service billing (1e471af)
- streamline network panel, conditional self-service, remove IP add endpoints (e73e85c)
Changelog
All notable changes to the VirtFusion Direct Provisioning Module for WHMCS.
[0.0.18] - 2025-10-01
Changed
- Updated GitHub Actions publish workflow
- Moved custom field SQL to
modify.sqlfile - Minor code tweaks
[0.0.17] - 2024-01-16
Fixed
- Fix in hooks.php (PR #2 by Prophet731)
[0.0.16] - 2023-09-11
Added
- GitHub issue templates
[0.0.15] - 2023-09-10
Fixed
- Typo fixes in module code
[0.0.14] - 2023-09-10
Fixed
- Fix hook event registration placement
[0.0.13] - 2023-09-10
Added
- Contributions from BlinkohHost
- Database-first package ID lookup with API fallback by product name
- Server build initialization on successful server creation
Changed
- Custom fields changed to not required
- Removed linter workflow (not needed for this project)
- Code cleanup
[0.0.9] - 2023-09-10
Changed
- Refactored codebase to object-oriented architecture (OOP)
- Updated README with badges and documentation
[0.0.6] - 2023-09-10
Added
- Initial release
- Core provisioning: server create, suspend, unsuspend, terminate
- WHMCS hooks for dynamic OS template and SSH key dropdowns
- Checkout validation for OS selection
- Client area overview template with server information
- Admin services tab with server ID management
- Package change (upgrade/downgrade) support
- Configurable option mapping for dynamic resource allocation
- GitHub Actions CI/CD with semantic-release
- Security policy (SECURITY.md)
- License (GPL v3)