1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-07 00:26:33 +02:00

Support filenames of uppercase JPEG, JPG, PNG and GIF, as proposed in #37.

This commit is contained in:
Mikael Roos
2014-11-21 21:01:22 +01:00
parent c83eac8c3c
commit 3b7485b3b9
2 changed files with 7 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ Revision history
v0.5.x (latest)
* Support filenames of uppercase JPEG, JPG, PNG and GIF, as proposed in #37.
* Changing `CImage::output()` as proposed in #37.
* Adding security check that image filename is always below the path `image_path` as specified in `img_config.php` #37.
* Adding configuration item in `img_config.php` for setting valid characters in image filename.