Skip to content

Releases: Carrooi/Nette-ImagesManager

2.1.4

09 Sep 12:24
Compare
Choose a tag to compare
  • Allow dash in images names

For the details you can have a look at the diff.

2.1.3

09 Sep 12:21
Compare
Choose a tag to compare
  • 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

09 Sep 12:21
Compare
Choose a tag to compare
  • Fix isImage and isNotImage latte macros for missing images

For the details you can have a look at the diff.

2.1.1

09 Sep 12:20
Compare
Choose a tag to compare
  • 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'

09 Sep 12:19
Compare
Choose a tag to compare
  • 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

09 Sep 12:19
Compare
Choose a tag to compare
  • Using only forward slashes at urls #4

For the details you can have a look at the diff.

2.0.2

09 Sep 12:18
Compare
Choose a tag to compare
  • 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

09 Sep 12:18
Compare
Choose a tag to compare
  • 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

09 Sep 12:17
Compare
Choose a tag to compare
  • 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

09 Sep 12:16
Compare
Choose a tag to compare
  • 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.