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

Made &lossless a requirement to not use the original image.

This commit is contained in:
Mikael Roos
2016-08-09 13:27:30 +02:00
parent e59ef91991
commit 0f9e0220f1
4 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.17 (2016-08-09)");
define("CIMAGE_VERSION", "v0.7.18 (2016-08-09)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);