1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 10:29:47 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Mikael Roos
1411adc828 Fix error in composer.json 2020-05-06 09:51:12 +02:00
6 changed files with 12 additions and 5 deletions

View File

@@ -5,6 +5,13 @@ Revision history
[![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
v0.7.23 (2020-05-06)
-------------------------------------
* Fix error in composer.json
v0.7.22 (2020-05-06)
-------------------------------------

View File

@@ -18,7 +18,7 @@
"docs": "http://dbwebb.se/opensource/cimage"
},
"require": {
"php": ">=5.3",
"php": ">=5.3"
},
"suggest": {
"ext-curl": "*",

View File

@@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
define("CIMAGE_VERSION", "v0.7.23 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
define("CIMAGE_VERSION", "v0.7.23 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
define("CIMAGE_VERSION", "v0.7.23 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

File diff suppressed because one or more lines are too long