Skip to content

Releases: krystal/katapult-whmcs

v1.2.1

12 Jan 09:56
dc7ea7d
Compare
Choose a tag to compare

1.2.1 (2024-01-12)

Bug Fixes

Miscellaneous Chores

  • add CODEOWNERS for auto PR-review tagging (ba99c1d)
  • add release-please (3c2a178)
  • release-please: fix inability for rp to parse version string (931ee6a)
  • remove files from readme example structure (7e57fe3)

v1.2

17 May 08:38
1dbfca2
Compare
Choose a tag to compare

Following end user feedback we now open VM consoles using an embedded inline frame (iframe) within the WHMCS client area instead of using a new tab. Note that owing to a poor user experience on smaller devices we still open a new window for any device with a pixel width less than 500px.

v1.1.2

23 Mar 18:18
90459fd
Compare
Choose a tag to compare

Improve error message when the module cannot find a parent organization to use when creating a managed organization.

v1.1.1

19 Mar 18:36
a79c77a
Compare
Choose a tag to compare

Fixes an issue introduced in v1.1, where the module tried to fetch the parent organization before an API key had been set.

v1.1

19 Mar 15:54
257f3ee
Compare
Choose a tag to compare

Remove the requirement for an organization ID when using an organization API key as it can be fetched from the API.

v1.0

19 Mar 15:29
fe5ae39
Compare
Choose a tag to compare

🎉 First release

Virtual Machines

  • Create, terminate, suspend, unsuspend and change package module functions
  • Start, stop, shutdown, reset controls
  • SSO into a VM's console
  • Automatic configurable option syncing for data centers and disk templates
  • Overridable client area templates
  • Overridable client and admin JS and CSS assets
  • Hooks for VM build events
  • Documentation

Development

  • Automated tool for building future versions
  • Extendability with Katapult-PHP references