Releases: eugenefvdm/whmcs-api
Releases · eugenefvdm/whmcs-api
Release v1.02
Description of what’s new in v1.02
v1.0
bump ubuntu and php version for tests
v0.1.2
- Also ask for setting when retrieving registrar values
v0.1.1
- Added a custom action setregistrarvalue
- Added a helper to add custom action to the WHMCS API, for now overwriting UpdateClientAddon
- Added updateClientDomain command in main API
- Added direct links to WHMCS manual for all commands
- Added exception handling in constructor if the environment is not set
- Moved custom API command to /includes/api to mirror WHMCS setup
- The custom API action now has rudimentary logging
- The README has been updated to reflect how to test when doing custom actions
- GetClientByPhoneNumber doesn't return both result "success" and message "ok". Only result.
- Simplified all commands to be less lines long by removing redundant action variable
- Most commands and now alphabetical with private methods at the bottom
- API limits are now a global variable fixed to 10000
v0.1.0
v0.1.0
v0.0.5
5
v0.0.4
update api to understand spaces in numbers
v0.0.3
new version
v0.0.2
Simplified name spacing and fixed .env bug
v0.0.1
initial release