Skip to content

Releases: gotenberg/gotenberg-php

v2.19.0

28 Mar 21:47

Choose a tag to compare

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

20 Mar 16:14

Choose a tag to compare

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

22 Feb 17:03

Choose a tag to compare

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

27 Jan 12:05

Choose a tag to compare

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

28 Nov 12:42

Choose a tag to compare

This release brings PHP 8.5 support.

v2.15.0

16 Nov 17:31

Choose a tag to compare

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.

v2.14.0

21 May 08:01

Choose a tag to compare

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

New method:

  • $chromium->generateTaggedPdf

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

v2.13.0

17 Mar 13:58

Choose a tag to compare

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

New method:

  • $libreoffice->updateIndexes

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

v2.12.1

12 Feb 09:54
e7f36af

Choose a tag to compare

This release fixes the skipNetworkIdleEvent when setting its argument to false. Thanks @Tugzrida!

v2.12.0

29 Jan 20:47

Choose a tag to compare

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

New methods:

  • $pdfEngines->flatten
  • $pdfEngines->flattening
  • $libreOffice->flatten

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