Releases: thecodingmachine/gotenberg-php-client
Releases · thecodingmachine/gotenberg-php-client
6.3.0
04 Jan 10:09
Compare
Sorry, something went wrong.
No results found
Adds an interface GotenbergClientInterface, implemented by the Client class - #21
Removes thecodingmachine/safe - #22
Thanks @rodnaph 🎉
6.2.0
10 Feb 09:18
Compare
Sorry, something went wrong.
No results found
This release upgrades the client for Gotenberg 6.2.0 - thanks @mdjward
New feature
Scale
$ request = new URLRequest ('https://google.com ' );
$ request ->setScale (0.75 );
6.1.1
24 Jan 08:15
Compare
Sorry, something went wrong.
No results found
Upgrade thecodingmachine/safe and phpstan+deps to the latest releases (thanks @bendavies ).
6.1.0
10 Dec 15:15
Compare
Sorry, something went wrong.
No results found
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 ).
6.0.1
07 Oct 16:29
Compare
Sorry, something went wrong.
No results found
This release upgrades the client for Gotenberg 6.0.1.
6.0.0
02 Oct 13:13
Compare
Sorry, something went wrong.
No results found
This release upgrades the client for Gotenberg 6.0.0.
5.0.0
14 Apr 15:39
Compare
Sorry, something went wrong.
No results found
This release upgrades the client for Gotenberg 5.0.0.
4.3.0
15 Mar 16:09
Compare
Sorry, something went wrong.
No results found
Following up Gotenberg last release.
4.1.0
01 Feb 09:03
Compare
Sorry, something went wrong.
No results found
Adding support for web fonts timeout.
4.0.0
28 Jan 14:55
Compare
Sorry, something went wrong.
No results found
New feature:
Breaking changes:
Office conversions: paper size option has been removed
store method: now one have to specify directly the output file path