Intervention Request Versions Save

A customizable Intervention Image wrapper to use simple image re-sampling features over urls and a configurable cache.

v3.0.0

3 years ago

Big refactoring: switched to full Event system

  • No more processing logic in InterventionRequest
  • No more response creation in InterventionRequest
  • All Images processors are dependent on one ChainProcessor instance
  • Cache and non-cached logic are now Request event subscribers
  • Fixed WEBP processing for non pass-through caches
  • Refactored cache path resolving (fewer folder depth)
  • Deprecated AbstractProcessor, just implement Processor interface
  • Only use allowed query params to generate a cache hash
  • Refactored response header params names
  • More type-hinting
  • Only instanciate Intervention Image when needed, when we actually need to process image

v2.4.0

4 years ago

Symfony 4.4 support

  • FQCN Event names

v2.2.0

5 years ago

2.1.0

6 years ago

Major changes

v0.1.9

7 years ago
  • Add compatibility with Symfony 3.2 and 2.8 LTS

v0.1.5

8 years ago

Changelog

  • Using Symfony 2.7 LTS libs
  • Added optional file checksum to see if file has been changed with same name
  • Added 404 error response when requested image does not exist
  • Added 400 error response when requested image is not specified
  • Added configurable default quality

v0.1.4

8 years ago