Changeset 460264
- Timestamp:
- 11/07/2011 04:00:35 PM (14 years ago)
- Location:
- underconstruction
- Files:
-
- 3 added
- 1 deleted
- 2 edited
- 10 copied
-
tags/1.07 (added)
-
tags/1.07/ajax-loader.gif (added)
-
tags/1.07/defaultMessage.php (copied) (copied from underconstruction/trunk/defaultMessage.php)
-
tags/1.07/readme.txt (copied) (copied from underconstruction/trunk/readme.txt) (2 diffs)
-
tags/1.07/screenshot-1.png (copied) (copied from underconstruction/trunk/screenshot-1.png)
-
tags/1.07/screenshot-2.png (copied) (copied from underconstruction/trunk/screenshot-2.png)
-
tags/1.07/screenshot-3.png (copied) (copied from underconstruction/trunk/screenshot-3.png)
-
tags/1.07/screenshot-4.png (copied) (copied from underconstruction/trunk/screenshot-4.png)
-
tags/1.07/ucOptions.php (copied) (copied from underconstruction/trunk/ucOptions.php)
-
tags/1.07/underConstruction.php (copied) (copied from underconstruction/trunk/underConstruction.php) (2 diffs)
-
tags/1.07/underconstruction.dev.js (copied) (copied from underconstruction/trunk/underconstruction.dev.js)
-
tags/1.07/underconstruction.min.js (copied) (copied from underconstruction/trunk/underconstruction.min.js)
-
trunk/.project (deleted)
-
trunk/ajax-loader.gif (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/underConstruction.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
underconstruction/tags/1.07/readme.txt
r460071 r460264 5 5 Requires at least: 2.7 6 6 Tested up to: 3.2.1 7 Stable tag: 1.0 67 Stable tag: 1.07 8 8 9 9 Creates a 'Coming Soon' page that will show for all users who are not logged in … … 43 43 44 44 == Changelog == 45 46 = 1.07 = 47 * Fixed a bug where a warning could get emitted causing errors to be printed to the screen 45 48 46 49 = 1.06 = -
underconstruction/tags/1.07/underConstruction.php
r460071 r460264 4 4 Plugin URI: http://www.masseltech.com/ 5 5 Description: Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it 6 Version: 1.0 66 Version: 1.07 7 7 Author: Jeremy Massel 8 8 Author URI: http://www.masseltech.com/ … … 82 82 { 83 83 $array = get_option('underConstructionIPWhitelist'); 84 84 85 if(!is_array($array)){ 86 $array = array(); 87 } 88 85 89 if(!in_array($_SERVER['REMOTE_ADDR'], $array)){ 86 90 -
underconstruction/trunk/readme.txt
r460071 r460264 5 5 Requires at least: 2.7 6 6 Tested up to: 3.2.1 7 Stable tag: 1.0 67 Stable tag: 1.07 8 8 9 9 Creates a 'Coming Soon' page that will show for all users who are not logged in … … 43 43 44 44 == Changelog == 45 46 = 1.07 = 47 * Fixed a bug where a warning could get emitted causing errors to be printed to the screen 45 48 46 49 = 1.06 = -
underconstruction/trunk/underConstruction.php
r460071 r460264 4 4 Plugin URI: http://www.masseltech.com/ 5 5 Description: Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it 6 Version: 1.0 66 Version: 1.07 7 7 Author: Jeremy Massel 8 8 Author URI: http://www.masseltech.com/ … … 82 82 { 83 83 $array = get_option('underConstructionIPWhitelist'); 84 84 85 if(!is_array($array)){ 86 $array = array(); 87 } 88 85 89 if(!in_array($_SERVER['REMOTE_ADDR'], $array)){ 86 90
Note: See TracChangeset
for help on using the changeset viewer.