Skip to content

Releases: onigoetz/imagecache

2.1.1 - Make it compatible with Composer 2

11 Mar 21:32
eb71296
Compare
Choose a tag to compare

rename vfsstream package to make it work on Composer 2

Make it compatible with Laravel 5.4.*

11 Apr 19:26
Compare
Choose a tag to compare
2.1.0

Fix for latest laravel version

extracted getOriginalImage method

26 Jun 19:07
Compare
Choose a tag to compare

This allows to override the method that retrieves the image that will be compressed.

Allows for example to serve images directly from zip archives

Nicer configuration

17 Nov 23:08
Compare
Choose a tag to compare

Breaking Changes

  • path_images is now path_web, the value that goes inside is the same as before
  • path_images_root is now path_local, the value is now the absolute path to the images directory
  • Dropped support for Laravel 4
  • Dropped support for Slim 2

Other

  • We use intervention/image to generate images instead of imagine/imagine
  • Added support for Slim 3
  • Ensured php 7 and php 7.1 are supported (hhvm should work as well)

Retina Support

17 Nov 20:08
Compare
Choose a tag to compare
  • Fixed retina images support, is now fully tested and integrated
  • Improved documentation

Laravel 5 support

18 Jan 12:00
Compare
Choose a tag to compare
  • PHP 5.5 is the new minimum
  • Laravel 5 is now supported
  • Laravel 4 is still supported
  • Added integration tests for Laravel 5

Use a package to generate images, test all the things

18 Jan 11:49
Compare
Choose a tag to compare

Major changes

  • We use imagine/imagine to generate images instead of raw GD
  • Minimum PHP version is now 5.4

Fixes

  • Fix incorrect headers

Tests

  • Decent code coverage
  • Integration tests with Slim and with Laravel

First release

18 Jan 11:37
Compare
Choose a tag to compare

Works with

  • Laravel 4
  • Slim 2
  • Raw PHP

Features

  • Completely configurable
  • Already generated images are served by the web server, not PHP
  • Support retina images and retina specific presets