mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-04 23:27:43 +02:00
Composer suggests ext-imagick and ext-curl.
This commit is contained in:
@@ -5,6 +5,12 @@ Revision history
|
|||||||
[](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
|
[](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
|
||||||
|
|
||||||
|
|
||||||
|
v0.7.19* (2016-08-11)
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
|
* Composer suggests ext-imagick and ext-curl.
|
||||||
|
|
||||||
|
|
||||||
v0.7.18 (2016-08-09)
|
v0.7.18 (2016-08-09)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
@@ -22,7 +22,9 @@
|
|||||||
"ext-gd": "*"
|
"ext-gd": "*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-exif": "*"
|
"ext-exif": "*",
|
||||||
|
"ext-curl": "*",
|
||||||
|
"ext-imagick": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
"files": [
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// Version of cimage and img.php
|
// Version of cimage and img.php
|
||||||
define("CIMAGE_VERSION", "v0.7.18 (2016-08-09)");
|
define("CIMAGE_VERSION", "v0.7.19* (2016-08-11)");
|
||||||
|
|
||||||
// For CRemoteImage
|
// For CRemoteImage
|
||||||
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);
|
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);
|
||||||
|
Reference in New Issue
Block a user