Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

69 lines (54 loc) · 3.16 KB

Change log

  • Try to create base directory automatically
  • Lock on Nette >= 2.4 and PHP >= 5.6
  • Fix latte isImage macros: can't be true for default images
  • Fix case sensitivity #13
  • Add presets for sizes and resize flags
  • Fix tests for some environments
  • Fix readme
  • Complete rewrite (huge BC break)
  • Storing image version and showing it in URLs
  • Allow dash in images names
  • 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
  • Fix isImage and isNotImage latte macros for missing images
  • Fix url macros when using with custom objects
  • Use CachedImagesStorage by default (replaces MemoryImagesStorage)
  • Optimized caching
  • Refactored loading of default images
  • Storing loaded random default image #3
  • Using only forward slashes at urls #4
  • Names of namespaces configured in DI can now contain any character
  • Fixed error with loading images without extension and they don't exists
  • 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)
  • Some 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

1.0.0

  • Initial version