Changeset 179096
- Timestamp:
- 12/03/2009 08:18:27 AM (16 years ago)
- Location:
- ip-allowed-list
- Files:
-
- 5 added
- 2 edited
-
tags/1.01 (added)
-
tags/1.01/admin.css (added)
-
tags/1.01/allowed-admin.php (added)
-
tags/1.01/allowed-list.php (added)
-
tags/1.01/blocked-content.htm (added)
-
trunk/allowed-list.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ip-allowed-list/trunk/allowed-list.php
r178213 r179096 4 4 Plugin URI: http://www.fergusweb.net/software/ip-allowed-list/ 5 5 Description: 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 6 Version: 1.01 7 7 Author: Anthony Ferguson 8 8 Author URI: http://www.fergusweb.net … … 12 12 13 13 // Definitions 14 define('WLIST_PLUGIN_URL', WP_PLUGIN_URL.'/ allowed-list');15 define('WLIST_PLUGIN_DIR', WP_PLUGIN_DIR.'/ allowed-list');14 define('WLIST_PLUGIN_URL', WP_PLUGIN_URL.'/ip-allowed-list'); 15 define('WLIST_PLUGIN_DIR', WP_PLUGIN_DIR.'/ip-allowed-list'); 16 16 define('WLIST_CONTENTFILE', WLIST_PLUGIN_DIR.'/blocked-content.htm'); 17 17 define('WLIST_OPTKEY', 'ip-allowlist'); -
ip-allowed-list/trunk/readme.txt
r178213 r179096 5 5 Tested up to: 2.8.6 6 6 Requires at least: 2.5 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 9 9 Limits access to the site to people on an allowed list of IP addresses. … … 40 40 == Changelog == 41 41 42 = 1.01 = 43 * Minor fix in definitions, improved is_writable error message. 42 44 = 1.0 = 43 44 45 * 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.