Releases: contributte/image-storage
Releases · contributte/image-storage
v3.0.0
Bumped! 🤪
Diff: v2.1.0...v3.0.0
Changes:
- Add orig_path to save resized images into different folder than original [5594e97] (@attreid)
- Namespace can contain slashes (subfolders), tests correction (#39) [3060bce] (@PavelWeirich)
- Update to Latte 3 [6bad294] [86f45b5] [fdbdc02] [82e5b73] (@Ozzrell)
- ImageStorageExtension: fix for Latte < 3 (#45) [03100c7] (@Ozzrell)
- Composer: require PHP 8.1+ [ca3faa6] (@f3l1x)
- Composer: upgrade deps [a3a29db] (@f3l1x)
- Code: add types [01d10da] (@f3l1x)
Maintenance:
- Codestyle: improvements (#36) [a69e121] (@f3l1x)
- fixed composer in CI [364cc37] (@petrparolek)
- Code: phpstan + codesniffer [6cd893c] (@petrparolek)
- Composer: allow codesniffer [ab50502] (@f3l1x)
- Fixed typos in documentation (#42) [e6c4828] (@jvitasek)
- CI: modernize [56cb46a] (@f3l1x)
- Maintenance: editorconfig, makefile, git, phpstan, codesniffer [87f4485] (@f3l1x)
- Composer: upgrade dev tools [dbd2133] (@f3l1x)
- Tests: refactoring [b91932f] (@f3l1x)
- Cleanup: drop support of latte v2 [7440506] (@f3l1x)
- Code: apply phpstan [43b44d6] (@f3l1x)
- Composer: little optimization [1b8b33a] (@f3l1x)
- Versions: bump 3.0.0 [671ec1b] (@f3l1x)
v2.1.0
Bumped!
Diff: v2.0.5...v2.1.0
Changes:
- Readme (@petrparolek)
- Feature: no-image generation fix (fixes #33) [3543f6c] (@premekkoch)
v2.0.5
Bump!
Diff: v2.0.4...v2.0.5
v2.0.4
Bump!
- Added option to delete only changed images (eg crop, resize, ...) (@Sikipiki)
Diff: v2.0.3...v2.0.4
v2.0.3
Bump!
v2.0.2
Bump!
Changes:
- Fix - catch exception from Nette\Utils\Image::fromFile() when the image is unknown (e.g empty file) (@Sikipiki)
v2.0.1
Bump!
Changes:
- Fix: Bad variable for creating directory and checking is_writable() in getNoImage() method (@Sikipiki)
v2.0.0
v1.1.3
Bumped! 🇨🇳
Diff: v1.1.2...v1.1.3
Changes:
- Update README.md [4cb2dcd] (@paveljanda)
- Update composer.json [9f5d5a7] (@paveljanda)
- Use trait Nette\SmartObject instead of Nette\Object class, .travis.yml: Added tests for php 7.1, 7.2 [cbb8c5b] (@paveljanda)
- .tarvis.yml: drop support of php 5.5 [a9a792b] (@paveljanda)
v1.1.2
Bumped! 💦
Diff: v1.1.1...v1.1.2
Changes:
- Travis update, Nette 2.4 to composer [dd98c00] (@paveljanda)