1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-12 19:14:01 +02:00

Always use password, setting in img_config.php, fix #78.

This commit is contained in:
Mikael Roos
2015-02-10 22:41:24 +01:00
parent 0baea7c346
commit 889dba1ddb
3 changed files with 19 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Revision history
v0.6.x (latest)
-------------------------------------
* Always use password, setting in img_config.php, fix #78.
* Resize gif keeping transparency #81.
* Now returns statuscode 500 when something fails #55.
* Three different modes: strict, production, development #44.