Changeset 722264
- Timestamp:
- 06/03/2013 09:03:22 PM (13 years ago)
- Location:
- underconstruction
- Files:
-
- 12 added
- 3 edited
-
tags/1.09 (added)
-
tags/1.09/ajax-loader.gif (added)
-
tags/1.09/defaultMessage.php (added)
-
tags/1.09/readme.txt (added)
-
tags/1.09/screenshot-1.png (added)
-
tags/1.09/screenshot-2.png (added)
-
tags/1.09/screenshot-3.png (added)
-
tags/1.09/screenshot-4.png (added)
-
tags/1.09/ucOptions.php (added)
-
tags/1.09/underConstruction.php (added)
-
tags/1.09/underconstruction.dev.js (added)
-
tags/1.09/underconstruction.min.js (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ucOptions.php (modified) (3 diffs)
-
trunk/underConstruction.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
underconstruction/trunk/readme.txt
r601807 r722264 4 4 Tags: construction, under construction, private, preview, security, coming soon 5 5 Requires at least: 2.7 6 Tested up to: 3. 4.27 Stable tag: 1.0 86 Tested up to: 3.5.1 7 Stable tag: 1.09 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.09 = 47 * Fixed an issue identified Charlie Eriksen. Listed as Secunia Advisory SA52881. Fixes a security issue that could possibly result in the plugin being inadvertently deactivated. 48 * Fixes a typo on the options screen 45 49 46 50 = 1.08 = -
underconstruction/trunk/ucOptions.php
r460071 r722264 1 1 <?php 2 3 if($_SERVER['REQUEST_METHOD'] == "POST"){ 4 if(!wp_verify_nonce($_POST['save_options_field'], 'save_options')){ 5 die("Sorry, but this request is invalid"); 6 } 7 } 8 2 9 if (isset($_GET['turnOnUnderConstructionMode'])) 3 10 { … … 293 300 value="1" id="displayOption1" 294 301 <?php if ($this->displayStatusCodeIs(1)) { echo ' checked="checked"'; } ?>> 295 Display the default under construction page , but use custom text302 Display the default under construction page, but use custom text 296 303 </label> <br /> <label title="HTTP503"> <input type="radio" 297 304 name="display_options" value="2" id="displayOption2" … … 338 345 </div> 339 346 <p class="submit"> 347 <?php wp_nonce_field('save_options','save_options_field'); ?> 348 349 340 350 <input type="submit" name="Submit" class="button-primary" 341 351 value="Save Changes" id="submitChangesToUnderConstructionPlugin" /> -
underconstruction/trunk/underConstruction.php
r602499 r722264 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 86 Version: 1.09 7 7 Author: Jeremy Massel 8 8 Author URI: http://www.masseltech.com/
Note: See TracChangeset
for help on using the changeset viewer.