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

Releases: thecodingmachine/gotenberg-php-client

6.3.0

Choose a tag to compare

@gulien gulien released this 04 Jan 10:09
7bfaaa7
  1. Adds an interface GotenbergClientInterface, implemented by the Client class - #21
  2. Removes thecodingmachine/safe - #22

Thanks @rodnaph 🎉

6.2.0

Choose a tag to compare

@gulien gulien released this 10 Feb 09:18

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

Choose a tag to compare

@gulien gulien released this 24 Jan 08:15
ad6ea58

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

6.1.0

Choose a tag to compare

@gulien gulien released this 10 Dec 15:15
1829b37

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

Choose a tag to compare

@gulien gulien released this 07 Oct 16:29
44e0369

This release upgrades the client for Gotenberg 6.0.1.

6.0.0

Choose a tag to compare

@gulien gulien released this 02 Oct 13:13

This release upgrades the client for Gotenberg 6.0.0.

5.0.0

Choose a tag to compare

@gulien gulien released this 14 Apr 15:39
6776748

This release upgrades the client for Gotenberg 5.0.0.

4.3.0

Choose a tag to compare

@gulien gulien released this 15 Mar 16:09

Following up Gotenberg last release.

4.1.0

Choose a tag to compare

@gulien gulien released this 01 Feb 09:03

Adding support for web fonts timeout.

4.0.0

Choose a tag to compare

@gulien gulien released this 28 Jan 14:55

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