This repository was archived by the owner on Apr 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Releases: thecodingmachine/gotenberg-php-client
Releases · thecodingmachine/gotenberg-php-client
6.3.0
6.2.0
6.1.1
@gulien
gulien
ad6ea58
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Upgrade thecodingmachine/safe and phpstan+deps to the latest releases (thanks @bendavies).
Assets 2
6.1.0
@gulien
gulien
1829b37
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release upgrades the client for Gotenberg 6.1.0.
New features
Custom HTTP headers
# remote URL $request = new URLRequest('https://google.com'); $request->addRemoteURLHTTPHeader('A-Header', 'Foo'); # webhook URL $request = new URLRequest('https://google.com'); $request->setWebhookURL('https://google.com'); $request->addWebhookURLHTTPHeader('A-Header', 'Foo');
Page ranges
$request = new URLRequest('https://google.com'); $request->setPageRanges('1-1');
Improvements
- Improved README (fixes #9).
Assets 2
6.0.1
6.0.0
This release upgrades the client for Gotenberg 6.0.0.
Assets 2
5.0.0
4.3.0
Following up Gotenberg last release.
Assets 2
4.1.0
Adding support for web fonts timeout.
Assets 2
4.0.0
New feature:
- URL conversions
Breaking changes:
- Office conversions: paper size option has been removed
storemethod: now one have to specify directly the output file path