Releases: gotenberg/gotenberg-php
Releases · gotenberg/gotenberg-php
0.1.1
This new release fixes #1; Gotenberg::send
and Gotenberg::save
methods do not throw a GotenbergApiErroed
exception anymore if the status code is in the 2xx range.
The GotenbergApiErroed
exception also provides a method to access the response, i.e., $e->getResponse()
.
0.1.0
Very first release of the Gotenberg PHP client.
It supports Gotenberg 7.x up to 7.3.0
.