Plugin Directory

Changeset 3334990


Ignore:
Timestamp:
07/27/2025 08:23:23 PM (8 months ago)
Author:
devozon
Message:

Prepare trunk for v2.4.0

Location:
fense-block-vpn-proxy
Files:
81 added
3 edited

Legend:

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

    r3334974 r3334990  
    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.3.0
     37 * Version:           2.4.0
    3838 * Author:            Devozon
    3939 * Author URI:        https://devozon.com/
     
    4949}
    5050
    51 const FENSE_BPVT_VERSION = '2.3.0';
     51const FENSE_BPVT_VERSION = '2.4.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-stats.php

    r3334974 r3334990  
    3030    public object $DB;
    3131    public bool $ran = false;
    32     public string $url;
     32    public string $url = '';
    3333   
    3434    public function __construct()
     
    5252        /**  Set Data */
    5353        $this->post = $GLOBALS['post'] ?? $this->post;
    54         $this->url = $GLOBALS['uri'] ?? null;
     54        $this->url = get_permalink() ?? '';
    5555       
    5656        /**  Unique */
  • fense-block-vpn-proxy/trunk/readme.txt

    r3334974 r3334990  
    55Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 2.3.0
     7Stable tag: 2.4.0
    88License: GPLv2
    99
Note: See TracChangeset for help on using the changeset viewer.