Changeset 3318383
- Timestamp:
- 06/26/2025 04:58:19 PM (9 months ago)
- Location:
- fense-block-vpn-proxy
- Files:
-
- 1 deleted
- 3 edited
- 15 copied
-
tags/2.2.0 (copied) (copied from fense-block-vpn-proxy/trunk)
-
tags/2.2.0/admin/class-fense-bpvt-admin.php (copied) (copied from fense-block-vpn-proxy/trunk/admin/class-fense-bpvt-admin.php)
-
tags/2.2.0/admin/partials/fense-bpvt-admin-display.php (copied) (copied from fense-block-vpn-proxy/trunk/admin/partials/fense-bpvt-admin-display.php)
-
tags/2.2.0/fense-bpvt.php (copied) (copied from fense-block-vpn-proxy/trunk/fense-bpvt.php) (2 diffs)
-
tags/2.2.0/includes/class-fense-bpvt-activator.php (deleted)
-
tags/2.2.0/includes/class-fense-bpvt-admin-inputs.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/class-fense-bpvt-admin-inputs.php)
-
tags/2.2.0/includes/core/class-fense-bpvt-functions.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/core/class-fense-bpvt-functions.php) (1 diff)
-
tags/2.2.0/includes/core/class-fense-bpvt-run.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/core/class-fense-bpvt-run.php)
-
tags/2.2.0/includes/system/fense-bpvt-activate-plugin.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/system/fense-bpvt-activate-plugin.php)
-
tags/2.2.0/includes/system/fense-bpvt-api-call.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/system/fense-bpvt-api-call.php)
-
tags/2.2.0/includes/system/fense-bpvt-header-code.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/system/fense-bpvt-header-code.php)
-
tags/2.2.0/includes/system/fense-bpvt-plugin-settings.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/system/fense-bpvt-plugin-settings.php)
-
tags/2.2.0/includes/system/fense-bpvt-plugin-updates.php (copied) (copied from fense-block-vpn-proxy/trunk/includes/system/fense-bpvt-plugin-updates.php)
-
tags/2.2.0/languages/fense-block-vpn-proxy-ar.mo (copied) (copied from fense-block-vpn-proxy/trunk/languages/fense-block-vpn-proxy-ar.mo)
-
tags/2.2.0/languages/fense-block-vpn-proxy-ar.po (copied) (copied from fense-block-vpn-proxy/trunk/languages/fense-block-vpn-proxy-ar.po)
-
tags/2.2.0/readme.txt (copied) (copied from fense-block-vpn-proxy/trunk/readme.txt) (1 diff)
-
trunk/fense-bpvt.php (modified) (2 diffs)
-
trunk/includes/core/class-fense-bpvt-functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fense-block-vpn-proxy/tags/2.2.0/fense-bpvt.php
r3317988 r3318383 35 35 * Plugin URI: https://fense.in/ 36 36 * 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.037 * Version: 2.2.0 38 38 * Author: Devozon 39 39 * Author URI: https://devozon.com/ … … 49 49 } 50 50 51 const FENSE_BPVT_VERSION = '2. 1.0';51 const FENSE_BPVT_VERSION = '2.2.0'; 52 52 const FENSE_BPVT_API_LINK = 'https://api.fense.in/'; 53 53 const FENSE_BPVT_MAIN_LINK = 'https://fense.in/'; -
fense-block-vpn-proxy/tags/2.2.0/includes/core/class-fense-bpvt-functions.php
r3317988 r3318383 90 90 $rData = [ 'time' => time() + 1800, 'data' => $result ]; 91 91 92 //set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );92 set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 ); 93 93 } 94 94 -
fense-block-vpn-proxy/tags/2.2.0/readme.txt
r3317988 r3318383 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.4 7 Stable tag: 2. 1.07 Stable tag: 2.2.0 8 8 License: GPLv2 9 9 -
fense-block-vpn-proxy/trunk/fense-bpvt.php
r3317988 r3318383 35 35 * Plugin URI: https://fense.in/ 36 36 * 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.037 * Version: 2.2.0 38 38 * Author: Devozon 39 39 * Author URI: https://devozon.com/ … … 49 49 } 50 50 51 const FENSE_BPVT_VERSION = '2. 1.0';51 const FENSE_BPVT_VERSION = '2.2.0'; 52 52 const FENSE_BPVT_API_LINK = 'https://api.fense.in/'; 53 53 const FENSE_BPVT_MAIN_LINK = 'https://fense.in/'; -
fense-block-vpn-proxy/trunk/includes/core/class-fense-bpvt-functions.php
r3317988 r3318383 90 90 $rData = [ 'time' => time() + 1800, 'data' => $result ]; 91 91 92 //set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 );92 set_transient( 'bpvt_ip_' . md5( $key . '_' . $ip ), $rData, $expireTime * 3600 ); 93 93 } 94 94 -
fense-block-vpn-proxy/trunk/readme.txt
r3317988 r3318383 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.4 7 Stable tag: 2. 1.07 Stable tag: 2.2.0 8 8 License: GPLv2 9 9
Note: See TracChangeset
for help on using the changeset viewer.