Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Releases: thecodingmachine/gotenberg-php-client

6.3.0

04 Jan 10:09
7bfaaa7
Compare
Choose a tag to compare
  1. Adds an interface GotenbergClientInterface, implemented by the Client class - #21
  2. Removes thecodingmachine/safe - #22

Thanks @rodnaph 🎉

6.2.0

10 Feb 09:18
Compare
Choose a tag to compare

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
ad6ea58
Compare
Choose a tag to compare

Upgrade thecodingmachine/safe and phpstan+deps to the latest releases (thanks @bendavies).

6.1.0

10 Dec 15:15
1829b37
Compare
Choose a tag to compare

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
44e0369
Compare
Choose a tag to compare

This release upgrades the client for Gotenberg 6.0.1.

6.0.0

02 Oct 13:13
Compare
Choose a tag to compare

This release upgrades the client for Gotenberg 6.0.0.

5.0.0

14 Apr 15:39
6776748
Compare
Choose a tag to compare

This release upgrades the client for Gotenberg 5.0.0.

4.3.0

15 Mar 16:09
Compare
Choose a tag to compare

Following up Gotenberg last release.

4.1.0

01 Feb 09:03
Compare
Choose a tag to compare

Adding support for web fonts timeout.

4.0.0

28 Jan 14:55
Compare
Choose a tag to compare

New feature:

  • URL conversions

Breaking changes:

  • Office conversions: paper size option has been removed
  • store method: now one have to specify directly the output file path