Plugin Directory

Changeset 710114


Ignore:
Timestamp:
05/08/2013 11:36:37 PM (13 years ago)
Author:
byrev
Message:

solve problem with new g+ user agent

Location:
byrev-wp-picshield-hotlink-defence/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-import-admin.php

    r709110 r710114  
    55   
    66    $__ONLINE_TRANSLATORS = array('translate.google.com','translate.googleusercontent.com','www.microsofttranslator.com');
    7     $__SOCIAL_SHARE_USER_AGENT = array ('facebookexternalhit','facebookplatform','pinterest','feedfetcher');
     7    $__SOCIAL_SHARE_USER_AGENT = array ('facebookexternalhit','facebookplatform','pinterest','feedfetcher','ggpht');
    88    $__SOCIAL_SHARE_REFERER = array ('pinterest.com','tumblr.com','facebook.com','plus.google','twitter.com');
    99   
     
    3939    'images_extension' => array('jpg jpeg png gif','Files To Protect', 'Image Extensions Files to protected by <b>WP-PICShield</b> plugin (without the dot)', ""),
    4040    'allowed_domains' => array($_SERVER['SERVER_NAME'], 'Allowed Domains', 'Domains that you will allow to hotlink images', array()),       
    41     'allowed_user_agents' => array('googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon|tineye', 'Allowed User Agents', 'User Agents list that you will be served directly', array()),
     41    'allowed_user_agents' => array('googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon|tineye|developers', 'Allowed User Agents', 'User Agents list that you will be served directly', array()),
    4242    'allowed_remote_ip' => array("", 'Allowed Remote IP', 'Remote IP that you will allow to hotlink/get images <i>(like CDN, or other services)</i>', array()),     
    4343    'allow_online_translators' => array('Enable','Allow Online Translators', 'Online translatos will be served directly', array('Enable|1','Disable|0')),       
  • byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php

    r709110 r710114  
    44Plugin URI: http://wp-picshield.com/
    55Description: 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: 1.9.1
     6Version: 1.9.2
    77Author: Emilian Robert Vicol
    88Author URI: http://publicphoto.org/
     
    3434?>
    3535<?php
    36 define('_BYREV_WP_PICSHIELD', '1.9.1');
     36define('_BYREV_WP_PICSHIELD', '1.9.2');
    3737
    3838define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']);
  • byrev-wp-picshield-hotlink-defence/trunk/readme.txt

    r709110 r710114  
    55Requires at least: 3.5.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88
    99== Description ==
     
    208208*  add option: Clean CacheFolder after Update; by default, cache wil not be deleted after every plugin option update, only if this option is checked!!!
    209209
     210= 1.9.1 =
     211
     212*  add support for tineye
     213
     214= 1.9.2 =
     215
     216*  solve problems with new user-agent from google+ (F***K this)
     217
    210218== Upgrade Notice ==
    211219
Note: See TracChangeset for help on using the changeset viewer.