Skip to content

Releases: Padam87/RasterizeBundle

v4.3.0: Dropped support for PHP 7 and Symfony <5.4

31 Mar 21:41
Compare
Choose a tag to compare

v4.2.0: Symfony 6 and PHP 8 support

31 Mar 19:06
c956e92
Compare
Choose a tag to compare
Updated dependencies (#30)

PHP8 and SF6 support, dropped SF3

v4.1.0

03 May 17:07
983f3d2
Compare
Choose a tag to compare

SF5 Support

v4.0.0

16 Jan 22:40
Compare
Choose a tag to compare
Updated docs

v3.1.0: Env vars and process customization (#18)

01 May 15:59
c3c0f62
Compare
Choose a tag to compare
* Env vars and process customization

* Documentation for env vars and custom process

v3.0.0 - Puppeteer (headless chrome)

13 Dec 20:37
8bae2c9
Compare
Choose a tag to compare
3.0 (#15)

* Updated dependencies, php compatibility, no longer tied to phantomjs

* Added docs for puppeteer

* Use composer's phpunit for travis

* Fixed phpunit test case namespace

* Fixed psr4 config

v2.0.1 - SF3.4+ deprecations

13 Dec 17:06
Compare
Choose a tag to compare
Updates regarding SF 3.4 + due to deprecations (#14)

* Service made public, added environment

Due to deprecation of access to services through the container.
Process class requires environment in SF 4.0

* Added environment

Due to deprecation since SF 3.3, start method requires an array of environments

* Replaced ProcessBuilder with Process

As of SF 3.4, the ProcessBuilder is deprecated

* Removed import ProcessBuilder

* Updated UnitTest for Rasterizer

v2.0.0

31 Jan 13:28
Compare
Choose a tag to compare
Use streams instead of temp files (2.0) (#13)

* Use streams instead of temp files

* Test and docfix

* Fix tests

v1.2.0

04 Feb 14:53
Compare
Choose a tag to compare
Merge pull request #10 from Padam87/sf3

Sf3

v1.1.4

28 Aug 14:21
Compare
Choose a tag to compare
Merge pull request #6 from Padam87/options_bugfix

Fixed phantomjs options associative config