Releases: plesk/api-php-lib
Releases · plesk/api-php-lib
v2.2.1
What's Changed
- TECH Bump squizlabs/php_codesniffer from 3.11.3 to 3.12.0
- TECH Databases::getAll fix for empty filter
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add support php8.4 by @AlekseiFedorov-Plesk in #174
- Update copyrights by @AlekseiFedorov-Plesk in #175
- Bump squizlabs/php_codesniffer from 3.10.1 to 3.10.2 by @dependabot in #166
- Bump vimeo/psalm from 5.25.0 to 5.26.1 by @dependabot in #168
- Bump squizlabs/php_codesniffer from 3.10.2 to 3.10.3 by @dependabot in #169
- Bump symfony/process from 5.4.40 to 5.4.46 by @dependabot in #170
- Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 by @dependabot in #171
- Bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 by @dependabot in #172
- Bump squizlabs/php_codesniffer from 3.11.2 to 3.11.3 by @dependabot in #173
Full Changelog: v2.1.1...v2.2.0
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