From b7f678b51b21c96049bd0a535382520a596d6526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20DECOOL?= Date: Sun, 5 Jul 2015 11:07:41 +0200 Subject: [PATCH] Update README with latest changelog --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae2f07..435df26 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ http://phpimageworkshop.com/ ### Latest updates +**Version 2.0.9 - 2015-07-05** + +- Fix ImageWorkshop::initFromPath with remote URL + +**Version 2.0.8 - 2015-06-01** + +- Fix exception code when file not found + **Version 2.0.7 - 2015-03-22** - Allow `ImageWorkshop::initFromPath` factory working with remote URL @@ -111,4 +119,4 @@ The class is designed for PHP 5.3+, but it can work with older PHP versions... C ### @todo - Adding a method to add easily borders to a layer (external, inside and middle border) -- Check given hexa' color and remove # if exists. \ No newline at end of file +- Check given hexa' color and remove # if exists.