From 39cee7647e82b92cf26188251f016e3daefb0ceb Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 25 Nov 2015 10:04:24 +0100 Subject: [PATCH] Added Gitter badge to README, #126. --- README.md | 5 ++--- REVISION.md | 7 +++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce64a7a..8193cf2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -[![Build Status](https://travis-ci.org/mosbth/cimage.svg?branch=master)](https://travis-ci.org/mosbth/cimage) -[![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master) - Image conversion on the fly using PHP ===================================== [![Join the chat at https://gitter.im/mosbth/cimage](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mosbth/cimage?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://travis-ci.org/mosbth/cimage.svg?branch=master)](https://travis-ci.org/mosbth/cimage) +[![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master) About ------------------------------------- diff --git a/REVISION.md b/REVISION.md index 3473578..300976a 100644 --- a/REVISION.md +++ b/REVISION.md @@ -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.7* (2015-10-25) +------------------------------------- + +* Added Gitter badge to README, #126. +* Fix proper download url in README, #125. + + v0.7.7 (2015-10-21) -------------------------------------