Releases: plesk/api-php-lib
Releases · plesk/api-php-lib
v2.1.1
What's Changed
- Use documented status codes for activation/deactivation of customers and webspaces by @ayvazyan10 in #160
- Minor updates of test dependencies
- Switch CI pipeline to Ubuntu 24.04 by @sibprogrammer in e34be37
- DatabaseTest should not depend on the database server id by @xgin in #135
- Fix test data for DS record by @dpushkarev in #158
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Implement SSL certificates install/remove procedures
- Add ServicePlanAddon operator
- Correct handling of empty resellers list
- Add support for PHP 8.2
- Switch to PHP 8.0 for testing pipelines
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Bump minimal required PHP version to 7.4 (Plesk 18.x+ is required for the extensions based on this version of the library)
- Enforce type checks
Full Changelog: v1.1.3...v2.0.0
v1.1.3
What's Changed
- BUGFIX EXTREST-143 Extend already set properties instead of overwriting them
Full Changelog: v1.1.2...v1.1.3
v1.1.2
- Use PHP 7.3 for 1.x branch
v1.1.1
What's Changed
- BUGFIX EXTREST-137 simpleXml fix for & in values by @vdiomidov in #109
New Contributors
- @vdiomidov made their first contribution in #109
Full Changelog: v1.0.8...1.1.1
v1.1.0
- Add additional properties about webspaces
- Add server statistics details
- Add an ability to provide a description for secret key
- PHP 8 compatibility
- Add an ability to retrieve the details about mailnames
- Add an ability to delete site alias
- Add an ability to create and delete service plans
- Proxy servers support
- Fix the ability to delete webspace by name
New SecretKeys response format support
New SecretKeys response format support & bug fixes
Added protected directories management operations
v1.0.6 Wait for Plesk initialization before tests execution
Getting disk usage details added
Thanx @baldhead for his PR