Releases: Carrooi/Nette-ImagesManager
Releases · Carrooi/Nette-ImagesManager
2.1.4
- Allow dash in images names
For the details you can have a look at the diff.
2.1.3
- Optimize exceptions
- Throw an exception when uploading image with unknown name (eg. without file extension)
- Remove old image before reuploading even with different extension #6
For the details you can have a look at the diff.
2.1.2
- Fix isImage and isNotImage latte macros for missing images
For the details you can have a look at the diff.
2.1.1
- Fix url macros when using with custom objects
- Use CachedImagesStorage by default (replaces MemoryImagesStorage)
For the details you can have a look at the diff.
2.1.0: Merge branch 'develop'
- Optimized caching
- Refactored loading of default images
- Storing loaded random default image #3
For the details you can have a look at the diff.
2.0.3
- Using only forward slashes at urls #4
For the details you can have a look at the diff.
2.0.2
- Names of namespaces configured in DI can now contain any character
For the details you can have a look at the diff.
2.0.1
- Fixed error with loading images without extension and they don't exists
For the details you can have a look at the diff.
2.0.0
- Optimized tests
- Optimized dependencies of all classes
- Removed dependency on whole nette/nette and requiring only needed packages
- Require nette >= 2.2 (bc break)
- Latte macros src and image can return absolute urls
- Returning dummy images for thumbnails if no default image is found (uses satyr.io)
- Change base namespace from
DK
to Carrooi
(bc break)
- Package and repository moved under Carrooi organization
- Packageist package renamed from
sakren/nette-images-manager
to carrooi/images-manager
(bc break)
For the details you can have a look at the diff.
1.1.0
- Optimizations
- Upload method now uses quality from namespace configuration
- Added name resolvers
- Images can be loaded without their files' extensions
- Added caching (now using just in searching for files' extensions)
- Little bit better readme
For the details you can have a look at the diff.