Plugin Directory

Changeset 179096


Ignore:
Timestamp:
12/03/2009 08:18:27 AM (16 years ago)
Author:
ajferg
Message:
 
Location:
ip-allowed-list
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • ip-allowed-list/trunk/allowed-list.php

    r178213 r179096  
    44Plugin URI:     http://www.fergusweb.net/software/ip-allowed-list/
    55Description:    Limits access to the site to people on an allowed list of IP addresses.  If you're not on the list, you only get to see a customisable "Coming Soon" style of page.  To remove protection, simply disable this plugin.
    6 Version:        1.0
     6Version:        1.01
    77Author:         Anthony Ferguson
    88Author URI:     http://www.fergusweb.net
     
    1212
    1313// Definitions
    14 define('WLIST_PLUGIN_URL', WP_PLUGIN_URL.'/allowed-list');
    15 define('WLIST_PLUGIN_DIR', WP_PLUGIN_DIR.'/allowed-list');
     14define('WLIST_PLUGIN_URL', WP_PLUGIN_URL.'/ip-allowed-list');
     15define('WLIST_PLUGIN_DIR', WP_PLUGIN_DIR.'/ip-allowed-list');
    1616define('WLIST_CONTENTFILE', WLIST_PLUGIN_DIR.'/blocked-content.htm');
    1717define('WLIST_OPTKEY', 'ip-allowlist');
  • ip-allowed-list/trunk/readme.txt

    r178213 r179096  
    55Tested up to:   2.8.6
    66Requires at least:  2.5
    7 Stable tag:     1.0
     7Stable tag:     1.0.1
    88
    99Limits access to the site to people on an allowed list of IP addresses.
     
    4040== Changelog ==
    4141
     42= 1.01 =
     43* Minor fix in definitions, improved is_writable error message.
    4244= 1.0 =
    43 
    4445* Initial release.  Provides core functionality to shut down your blog, allowing only people on the allowed list to see your site.
Note: See TracChangeset for help on using the changeset viewer.