-
Get the D6 version checking both REQUEST_URI and QUERY_STRING
-
Fix to the path checking. There was a / that required a trailing slash on all URLs it was causing some false negatives.
-
Fixes to path checking.
-
Updates to 404 page options and some other tweaks
-
Allow whitelisting of URL fragments.
-
Re-ordered some text to make the imagecache IF statement easier to read.
-
Applying the AdvAgg support
-
Applying patch 1166622-13-D6
-
Addition of the 'robots' allowance to the README.TXT
-
#1297098 - Change checking of $_GET['q'] in the path check function to use !empty() rather than isset()