Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 1.47 KB

Changelog

All notable changes to the package will be documented in this file.

v3.4 - 2024-05-15

  • Update for PHP 8.1+ and base library v4
  • Add static analyser and docker environment

v3.3 - 2024-02-19

  • Implement cPanel (manage2) provider
  • Added basic Unit Test functionality for cPanel Provider
  • Added docker examples to support automated testing

v3.2.1 - 2024-01-20

  • Fix various Generic provider bugs:
    • Return EmptyResult where appropriate
    • Fix incorrect provision configuration property names
    • Fix incorrect usage of provision configuration properties

v3.2 - 2023-06-16

  • Implement WHMCS provider
  • Fix CreateResult validation of license_key

v3.1 - 2023-06-13

  • Implement Blesta provider

v3.0 - 2023-05-30

  • Add changePackage() function

v2.0 - 2023-05-30

  • Initial public release