Plugin Directory

Changeset 3396365


Ignore:
Timestamp:
11/15/2025 08:09:18 PM (2 months ago)
Author:
adunblock
Message:

Prepare for version 1.1.1 release.

Location:
ad-unblock/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ad-unblock/trunk/ad-unblock.php

    r3366120 r3396365  
    44 * Plugin Name: Ad Unblock
    55 * Description: Integrates your WordPress site with Ad Unblock service to recover ad revenue lost to ad blockers.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: Ad Unblock
    88 * Author URI: https://ad-unblock.com
     
    1717}
    1818
    19 define('AD_UNBLOCK_VERSION', '1.1.0');
     19define('AD_UNBLOCK_VERSION', '1.1.1');
    2020define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    3434     * API endpoint for script sources
    3535     */
    36     const API_ENDPOINT = 'https://config.adunblocker.com/valid_script_sources.json';
     36    const API_ENDPOINT = 'https://public.adunblocker.com/api/vendor_scripts';
    3737
    3838    /**
  • ad-unblock/trunk/readme.txt

    r3366120 r3396365  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4141== External services ==
    4242
    43 This plugin connects to the Ad Unblock service (https://config.adunblocker.com/valid_script_sources.json) to obtain script source URLs. The script source URLs may change hence the server side fetch.
     43This plugin connects to the Ad Unblock service (https://public.adunblocker.com/api/vendor_scripts) to obtain script source URLs. The script source URLs may change hence the server side fetch.
    4444
    4545= Data Transmitted =
    46 * The plugin fetches script source URLs from https://config.adunblocker.com/valid_script_sources.json (cached for 5 minutes)
     46* The plugin fetches script source URLs from https://public.adunblocker.com/api/vendor_scripts (cached for 5 minutes)
    4747* No personal user data is collected or transmitted by the plugin itself
    4848
     
    7474
    7575== Changelog ==
     76
     77= 1.1.1 =
     78* Update server side API URL
    7679
    7780= 1.1.0 =
  • ad-unblock/trunk/uninstall.php

    r3366120 r3396365  
    44 *
    55 * @link       https://ad-unblock.com
    6  * @since      1.1.0
     6 * @since      1.1.1
    77 *
    88 * @package    Ad_Unblock
Note: See TracChangeset for help on using the changeset viewer.