Changeset 680810
- Timestamp:
- 03/12/2013 09:08:57 PM (13 years ago)
- Location:
- byrev-wp-picshield-hotlink-defence/trunk
- Files:
-
- 3 edited
-
byrev-wp-picshield-import-admin.php (modified) (2 diffs)
-
byrev-wp-picshield-interface.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-import-admin.php
r674819 r680810 450 450 <p class="submit"> 451 451 <input style="color: #44f; background: #f7f7f7; height: 30px; font-size: 20px;" type="submit" name="Submit" value="<?php _e('Update Options', _PREFIX_FIELD.'_trdom' ) ?>" /> 452 <span> and <b>Clean CacheFolder after Update</b> <input style="width: auto; " type="checkbox" name="clean-cache" value="1"></span> 452 453 <!-- 453 454 <input style="width: 30px;" type="checkbox" name="<?=_OPTION_CHECK_RESET;?>" value="1" ><?php _e('Reset to Default', _PREFIX_FIELD.'_trdom' ); ?> … … 455 456 </p> 456 457 </form> 457 458 <?php if($_POST[_OPTION_CHECK_UPDATE] == 'Y') : include('byrev-wp-picshield-clearcache.php'); endif; ?> 458 <?php if(isset($_POST['clean-cache'])) : include('byrev-wp-picshield-clearcache.php'); endif; ?> -
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php
r680724 r680810 4 4 Plugin URI: http://wp-picshield.com/ 5 5 Description: Images Hotlink Protection for Your Wordpress Websites; Anti-Hotlinking images/photos - Extensive Plugin for Watermark Pictures and images links redirect to the original page, based on Invalid Refferers and Boot. 6 Version: v1.8.9 K6 Version: v1.8.9 K2 7 7 Author: Emilian Robert Vicol 8 8 Author URI: http://publicphoto.org/ … … 34 34 ?> 35 35 <?php 36 define('_BYREV_WP_PICSHIELD', '1.8.9 K');36 define('_BYREV_WP_PICSHIELD', '1.8.9 K2'); 37 37 38 38 define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']); -
byrev-wp-picshield-hotlink-defence/trunk/readme.txt
r680724 r680810 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.8.9 K7 Stable tag: 1.8.9 K2 8 8 9 9 == Description == … … 204 204 * add redirection for IE 9/10 and Safari 205 205 206 = 1.8.9 K2 = 207 208 * add option: Clean CacheFolder after Update; by default, cache wil not be deleted after every plugin option update, only if this option is checked!!! 209 206 210 == Upgrade Notice == 207 211
Note: See TracChangeset
for help on using the changeset viewer.