Plugin Directory

Changeset 3318383


Ignore:
Timestamp:
06/26/2025 04:58:19 PM (9 months ago)
Author:
devozon
Message:

Prepare trunk for v2.2.0

Location:
fense-block-vpn-proxy
Files:
1 deleted
3 edited
15 copied

Legend:

Unmodified
Added
Removed
  • fense-block-vpn-proxy/tags/2.2.0/fense-bpvt.php

    r3317988 r3318383  
    3535 * Plugin URI:        https://fense.in/
    3636 * Description:       With Fense You can easily Protect Your ads and Website From Bad Traffic that Leads To Destroy Your Rank and Force Ad Network To Close Your Account.
    37  * Version:           2.1.0
     37 * Version:           2.2.0
    3838 * Author:            Devozon
    3939 * Author URI:        https://devozon.com/
     
    4949}
    5050
    51 const FENSE_BPVT_VERSION = '2.1.0';
     51const FENSE_BPVT_VERSION = '2.2.0';
    5252const FENSE_BPVT_API_LINK = 'https://api.fense.in/';
    5353const FENSE_BPVT_MAIN_LINK = 'https://fense.in/';
  • fense-block-vpn-proxy/tags/2.2.0/includes/core/class-fense-bpvt-functions.php

    r3317988 r3318383  
    9090                $rData = [ 'time' => time() + 1800, 'data' => $result ];
    9191               
    92                 //set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );
     92                set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );
    9393            }
    9494           
  • fense-block-vpn-proxy/tags/2.2.0/readme.txt

    r3317988 r3318383  
    55Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 2.1.0
     7Stable tag: 2.2.0
    88License: GPLv2
    99
  • fense-block-vpn-proxy/trunk/fense-bpvt.php

    r3317988 r3318383  
    3535 * Plugin URI:        https://fense.in/
    3636 * Description:       With Fense You can easily Protect Your ads and Website From Bad Traffic that Leads To Destroy Your Rank and Force Ad Network To Close Your Account.
    37  * Version:           2.1.0
     37 * Version:           2.2.0
    3838 * Author:            Devozon
    3939 * Author URI:        https://devozon.com/
     
    4949}
    5050
    51 const FENSE_BPVT_VERSION = '2.1.0';
     51const FENSE_BPVT_VERSION = '2.2.0';
    5252const FENSE_BPVT_API_LINK = 'https://api.fense.in/';
    5353const FENSE_BPVT_MAIN_LINK = 'https://fense.in/';
  • fense-block-vpn-proxy/trunk/includes/core/class-fense-bpvt-functions.php

    r3317988 r3318383  
    9090                $rData = [ 'time' => time() + 1800, 'data' => $result ];
    9191               
    92                 //set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );
     92                set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );
    9393            }
    9494           
  • fense-block-vpn-proxy/trunk/readme.txt

    r3317988 r3318383  
    55Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 2.1.0
     7Stable tag: 2.2.0
    88License: GPLv2
    99
Note: See TracChangeset for help on using the changeset viewer.