-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c70246e
commit a4f671f
Showing
2 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Change log | ||
|
||
## [2.1.3](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.2...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](https://github.com/Carrooi/Nette-ImagesManager/issues/6) | ||
|
||
## [2.1.2](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.1...2.1.2) | ||
* Fix isImage and isNotImage latte macros for missing images | ||
|
||
## [2.1.1](https://github.com/Carrooi/Nette-ImagesManager/compare/2.1.0...2.1.1) | ||
* Fix url macros when using with custom objects | ||
* Use CachedImagesStorage by default (replaces MemoryImagesStorage) | ||
|
||
## [2.1.0](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.3...2.1.0) | ||
* Optimized caching | ||
* Refactored loading of default images | ||
* Storing loaded random default image [#3](https://github.com/Carrooi/Nette-ImagesManager/issues/3) | ||
|
||
## [2.0.3](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.2...2.0.3) | ||
* Using only forward slashes at urls [#4](https://github.com/Carrooi/Nette-ImagesManager/issues/4) | ||
|
||
## [2.0.2](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.1...2.0.2) | ||
* Names of namespaces configured in DI can now contain any character | ||
|
||
## [2.0.1](https://github.com/Carrooi/Nette-ImagesManager/compare/2.0.0...2.0.1) | ||
* Fixed error with loading images without extension and they don't exists | ||
|
||
## [2.0.0](https://github.com/Carrooi/Nette-ImagesManager/compare/1.1.0...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](http://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) | ||
|
||
## [1.1.0](https://github.com/Carrooi/Nette-ImagesManager/compare/1.0.0...1.1.0) | ||
* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters