1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-04-21 01:11:54 +02:00

prepare to tag

This commit is contained in:
Mikael Roos 2017-11-06 10:24:47 +01:00
parent 91dd92d483
commit cd142c5880
5 changed files with 6 additions and 5 deletions

View File

@ -5,9 +5,10 @@ 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.* (2017-06-26)
v0.7.20 (2017-11-06)
-------------------------------------
* Remove webroot/img/{round8.PNG,wider.JPEG,wider.JPG} to avoid unzip warning message when installing with composer.
* Adding docker-compose.yml #169.

View File

@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.19 (2017-03-31)");
define("CIMAGE_VERSION", "v0.7.20 (2017-11-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.19 (2017-03-31)");
define("CIMAGE_VERSION", "v0.7.20 (2017-11-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.19 (2017-03-31)");
define("CIMAGE_VERSION", "v0.7.20 (2017-11-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

File diff suppressed because one or more lines are too long