From 2b6952b0ca53f20b652901115a5bbcc906669d92 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 3 Dec 2014 16:04:10 +0100 Subject: [PATCH] Adding webroot/htaccess to show off how friendly urls can be created for img.php. Fix #45 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab51343..19e359f 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Revision history v0.5.x (latest) +* Adding `webroot/htaccess` to show off how friendly urls can be created for `img.php`. Fix #45. * Added option `fill-to-fit, ff`. Fix #38. * Added option `shortcut, sc` to enable configuration of complex expressions. Fix #2. * Added support for custom convolutions. Fix #49.