Files
virtfusion-whmcs-module/CHANGELOG.md
semantic-release-bot 3d3df6e2dc chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-03-19)

### Bug Fixes

* add null/false guards, proper error handling, and VNC popup fix ([49fdd9e](49fdd9e49b))
* OS gallery accordion auto-collapses other sections when one opens ([a9565ff](a9565ff6f9))
* OS gallery accordion layout and remove broken remote icon fetching ([9cd737c](9cd737c5d5))
* 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))
* major enhancement — OS gallery, server rename, traffic chart, backups, VNC toggle, password reset, Redis caching, UX improvements ([90a97c4](90a97c4afb))
* streamline network panel, conditional self-service, remove IP add endpoints ([e73e85c](e73e85c5a9))
2026-03-19 18:52:21 +00:00

4.4 KiB

1.0.0 (2026-03-19)

Bug Fixes

  • add null/false guards, proper error handling, and VNC popup fix (49fdd9e)
  • OS gallery accordion auto-collapses other sections when one opens (a9565ff)
  • OS gallery accordion layout and remove broken remote icon fetching (9cd737c)
  • 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)
  • major enhancement — OS gallery, server rename, traffic chart, backups, VNC toggle, password reset, Redis caching, UX improvements (90a97c4)
  • streamline network panel, conditional self-service, remove IP add endpoints (e73e85c)

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.sql file
  • 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)