Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.3 KB

3.0.0

Breaking Changes

  • Support Slim 4 instead of Slim 3
  • Support Laravel 8 / 9 / 10 / 11 (Dropped support for Laravel 5)
  • Support PHP 8.1 / 8.2 / 8.3

2.0.0

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

1.2.1 Retina Support

  • Fixed retina images support, is now fully tested and integrated
  • Improved documentation

1.2.0 Laravel 5 Support

  • PHP 5.5 is the new minimum version
  • Laravel 5 is now supported
  • Laravel 4 is still supported
  • Added integration tests for Laravel 5

1.1.0 Test all the things

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

1.0.0 First Release

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