From de942268c901aa65ea0f94e8b2f5a0c61a82093c Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Tue, 1 Sep 2015 16:53:02 +0200 Subject: [PATCH] Updating version information --- REVISION.md | 6 ++++++ webroot/img.php | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/REVISION.md b/REVISION.md index ac9380e..fff843a 100644 --- a/REVISION.md +++ b/REVISION.md @@ -5,6 +5,12 @@ 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.3 (2015-09-01) +------------------------------------- + +* Support output of ascii images, #67. + + v0.7.2 (2015-08-17) ------------------------------------- diff --git a/webroot/img.php b/webroot/img.php index 46c8de4..a37af67 100644 --- a/webroot/img.php +++ b/webroot/img.php @@ -8,7 +8,7 @@ * */ -$version = "v0.7.2 (2015-08-17)"; +$version = "v0.7.3 (2015-09-01)"; @@ -796,10 +796,6 @@ if ($outputFormat == 'ascii') { $defaultOptions['customCharacterSet'] = $characterString; } - //var_dump($options); - //var_dump($defaultOptions); - //exit; - $img->setAsciiOptions($defaultOptions); }