restrict_ip 8.x-2.0-beta2

Bug fixes

Fixed bug where country for white/blacklist was only checked on authenticated users. Now checking for both anonymous and authenticated users.

restrict_ip 7.x-2.1

New features

Adding functionality to whitelist or blacklist by country. This functionality requires both the Countries and IP-based Determination of a Visitor's Country modules to be enabled, though they are not required for the module as a whole, just for this functionality.

Fixed the text in README.txt to show how to disable the module if someone locks themselves out of their site.

restrict_ip 8.x-2.0-beta1

New features

Adds ability to white or blacklist by country. This feature requires the IP-based Determination of a Visitor's Country module, though it is not a requirement of the module, only of this feature.

restrict_ip 8.x-1.2

Bug fixes

Fixing invalid YML syntax causing error on module install

restrict_ip 8.x-1.1

New features

Adding functionality to use wildecards in white and blacklisted page paths

restrict_ip 8.x-1.0-rc1

Bug fixes

First Release Candidate for 8.x-1.0
Added functional tests for admin page and access functionality
Added Unit tests for RestrictIpService

restrict_ip 7.x-2.0

Bug fixes
New features

There have been no bug reports for two weeks after the last code updates, so we are releasing a full-release that can be covered by the Drupal security policy.

restrict_ip 7.x-2.0-beta2

Bug fixes

Cleaning up variables deleted upon uninstall, as some were previously left behind.

restrict_ip 7.x-2.0-beta1

Bug fixes
New features

Added options to whitelist paths or blacklist paths
Added support for IPv6 addresses
Added options for login when certain roles are whitelisted

restrict_ip 7.x-2.0-alpha1

New features

This is the initial commit of the 7.x-2.0 branch. This branch fixes a few issues, and adds some new features.

Issues fixed:
* hook_init() has been removed, and replaced with hook_boot(). This is to allow the module to work with page caching turned on.
* Removal of blocks was changed from hook_preprocess_block to hook_block_alter()
* Removal of regions was moved from hook_preprocess_page() to hook_page_alter()

restrict_ip 7.x-1.0-rc2

* 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

restrict_ip 7.x-1.0-rc1

New features

Initial release of version 7.x-1.0.
Added simple javascript obfuscation of email address shown in error message.

restrict_ip 6.x-1.0-beta2

Bug fixes

Beta 1 had the main code that did all the work commented out (for testing purposes). This version has all the code restored to working order.

restrict_ip 6.x-1.0-beta1

Bug fixes

* Initial beta release
* Added functionality to remove all javascript from page when IP address is restricted. This prevents any rendering of javascript based menus such as the Admin Menu module

restrict_ip 6.x-1.0-alpha3

Bug fixes

Fixed a bug whereby the even though a user was denied access, an accessible version of the page was being shown underneath the non-accessible version of the page.

Subscribe with RSS Subscribe to Releases for Restrict IP