Skip to content

Releases: wasinger/adaptimage

v0.5.3

Choose a tag to compare

@wasinger wasinger released this 15 Apr 15:09

Add return types

v0.5.2: ImageFileInfo objects can be created for non-supported file types

Choose a tag to compare

@wasinger wasinger released this 26 Apr 15:45
When using an ImageFileInfo object in resize operations, first check
whether it is supported using the isSupported() method.

Check for allowed image types, options for getResponsiveHtmlImageTag

Choose a tag to compare

@wasinger wasinger released this 20 Mar 14:37

BC break!
- getResponsiveHtmlImageTag() gets options as third argument instead of attrs, width and height html attributes are no longer written by default.
- ResponsiveImage constructor gets ResponsiveImageHelper as first argument instead of router

v0.4.1

Choose a tag to compare

@wasinger wasinger released this 13 Mar 11:07
  • Bugfix in FixOrientation filter: Orientation value 5 and 7 swapped
  • don't throw Exception in getResponsiveHtmlImageTag when image is not available (return img tag with empty src attribute instead)

v0.4.0

Choose a tag to compare

@wasinger wasinger released this 11 Mar 14:27

new method ResponsiveImageHelper::getResponsiveHtmlImageTag()

Version 0.3.0

Choose a tag to compare

@wasinger wasinger released this 17 Feb 16:07
v0.3.0

added default settings for image classes

Version 0.2.0

Choose a tag to compare

@wasinger wasinger released this 17 Feb 11:06

There are API changes.

Version 0.1.0

Choose a tag to compare

@wasinger wasinger released this 11 Feb 10:40
v0.1.0

updated README