Future point releases will only include bug fixes and the possible inclusion of Skinr support when the Skinr module for D7 is released (hopefully soon!).
* switched from using $_GET['q'] to current_page()
* switched from using 'static' to &drupal_static()
* added redirect to front page from access denied page for users who are logged in. This is for situations where a user's IP is banned, then allowed, and they hit refresh on the access denied page
* Cleaned up javascript to run cleaner
* Updated javascript to be inline with Drupal 7 methods
* Attached javascript to form element using #attached instead of drupal_add_js()
* Updated code to bring node access in line with Drupal 7 methods