Releases: Padam87/RasterizeBundle
Releases · Padam87/RasterizeBundle
v4.3.0: Dropped support for PHP 7 and Symfony <5.4
v4.2.0: Symfony 6 and PHP 8 support
Updated dependencies (#30) PHP8 and SF6 support, dropped SF3
v4.1.0
v4.0.0
v3.1.0: Env vars and process customization (#18)
* Env vars and process customization * Documentation for env vars and custom process
v3.0.0 - Puppeteer (headless chrome)
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
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