Skip to content

Releases: gotenberg/gotenberg-php

v2.23.0

Choose a tag to compare

@gulien gulien released this 12 Jun 12:16

This release brings the client up-to-date with the latest Gotenberg version.

New class:

  • Gotenberg\FacturX

New methods:

  • $chromium->pdf->facturX
  • $libreoffice->facturX
  • $pdfengines->facturX
  • $pdfengines->injectFacturX
  • ->allowPrinting (Chromium, LibreOffice, PDF Engines)
  • ->allowCopying (Chromium, LibreOffice, PDF Engines)
  • ->allowModifying (Chromium, LibreOffice, PDF Engines)
  • ->allowAnnotating (Chromium, LibreOffice, PDF Engines)
  • ->allowFillingForms (Chromium, LibreOffice, PDF Engines)
  • ->allowAssembling (Chromium, LibreOffice, PDF Engines)

See https://github.com/gotenberg/gotenberg/releases/tag/v8.34.0 for more details.

v2.22.0

Choose a tag to compare

@gulien gulien released this 29 May 14:10

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->screenshot->deviceScaleFactor

See https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0 for more details.

v2.21.0

Choose a tag to compare

@gulien gulien released this 17 Apr 13:56

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->embedsMetadata
  • $libreoffice->embedsMetadata
  • $pdfengines->embedsMetadata

See https://github.com/gotenberg/gotenberg/releases/tag/v8.31.0 for more details.

v2.20.0

Choose a tag to compare

@gulien gulien released this 06 Apr 09:03

This release brings the client up-to-date with the latest Gotenberg version.

Deprecations:

  • public function webhook(string $url, string $errorUrl = '') => $errorUrl is now optional and deprecated.

See https://github.com/gotenberg/gotenberg/releases/tag/v8.30.0 for more details.

v2.19.0

Choose a tag to compare

@gulien gulien released this 28 Mar 21:47

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->skipNetworkAlmostIdleEvent
  • $libreOffice->initialView
  • $libreOffice->initialPage
  • $libreOffice->magnification
  • $libreOffice->zoom
  • $libreOffice->pageLayout
  • $libreOffice->firstPageOnLeft
  • $libreOffice->resizeWindowToInitialPage
  • $libreOffice->centerWindow
  • $libreOffice->openInFullScreenMode
  • $libreOffice->displayPDFDocumentTitle
  • $libreOffice->hideViewerMenubar
  • $libreOffice->hideViewerToolbar
  • $libreOffice->hideViewerWindowControls
  • $libreOffice->useTransitionEffects
  • $libreOffice->openBookmarkLevels
  • ->webhookEventsUrl (all modules)
  • ->correlationId (all modules)
  • $gotenbergApiErrored->getCorrelationId

Deprecations:

  • ->trace β€” use ->correlationId instead
  • $gotenbergApiErrored->getGotenbergTrace β€” use ->getCorrelationId instead

See https://github.com/gotenberg/gotenberg/releases/tag/v8.29.0 for more details.

v2.18.0

Choose a tag to compare

@gulien gulien released this 20 Mar 16:14

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $libreOffice->nativeWatermarkText
  • $libreOffice->nativeWatermarkColor
  • $libreOffice->nativeWatermarkFontHeight
  • $libreOffice->nativeWatermarkRotateAngle
  • $libreOffice->nativeWatermarkFontName
  • $libreOffice->nativeTiledWatermarkText
  • $pdfEngines->bookmarks
  • $pdfEngines->autoIndexBookmarks
  • $pdfEngines->watermark
  • $pdfEngines->stamp
  • $pdfEngines->rotate
  • $pdfEngines->readBookmarks
  • $pdfEngines->writeBookmarks
  • $chromium->watermarking / $chromium->watermarkFile
  • $chromium->stamping / $chromium->stampFile
  • $chromium->rotating

See https://github.com/gotenberg/gotenberg/releases/tag/v8.28.0 for more details.

v2.17.0

Choose a tag to compare

@gulien gulien released this 22 Feb 17:03

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->emulatedMediaFeatures

See https://github.com/gotenberg/gotenberg/releases/tag/v8.27.0 for more details.

v2.16.0

Choose a tag to compare

@gulien gulien released this 27 Jan 12:05

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->waitForSelector
  • $chromium->ignoreResourceHttpStatusDomains

See https://github.com/gotenberg/gotenberg/releases/tag/v8.26.0 for more details.

v2.15.1

Choose a tag to compare

@gulien gulien released this 28 Nov 12:42

This release brings PHP 8.5 support.

v2.15.0

Choose a tag to compare

@gulien gulien released this 16 Nov 17:31

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $pdfEngines->encrypt
  • $pdfEngines->encrypting
  • $libreOffice->encrypt
  • $chromium->encrypt
  • $pdfEngines->embed
  • $pdfEngines->embeds
  • $libreOffice->embeds
  • $chromium->embeds

See https://github.com/gotenberg/gotenberg/releases/tag/v8.25.0 for more details.