Changeset 3396365
- Timestamp:
- 11/15/2025 08:09:18 PM (2 months ago)
- Location:
- ad-unblock/trunk
- Files:
-
- 3 edited
-
ad-unblock.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ad-unblock/trunk/ad-unblock.php
r3366120 r3396365 4 4 * Plugin Name: Ad Unblock 5 5 * Description: Integrates your WordPress site with Ad Unblock service to recover ad revenue lost to ad blockers. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Ad Unblock 8 8 * Author URI: https://ad-unblock.com … … 17 17 } 18 18 19 define('AD_UNBLOCK_VERSION', '1.1. 0');19 define('AD_UNBLOCK_VERSION', '1.1.1'); 20 20 define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 34 34 * API endpoint for script sources 35 35 */ 36 const API_ENDPOINT = 'https:// config.adunblocker.com/valid_script_sources.json';36 const API_ENDPOINT = 'https://public.adunblocker.com/api/vendor_scripts'; 37 37 38 38 /** -
ad-unblock/trunk/readme.txt
r3366120 r3396365 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 41 41 == External services == 42 42 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.43 This 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. 44 44 45 45 = 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) 47 47 * No personal user data is collected or transmitted by the plugin itself 48 48 … … 74 74 75 75 == Changelog == 76 77 = 1.1.1 = 78 * Update server side API URL 76 79 77 80 = 1.1.0 = -
ad-unblock/trunk/uninstall.php
r3366120 r3396365 4 4 * 5 5 * @link https://ad-unblock.com 6 * @since 1.1. 06 * @since 1.1.1 7 7 * 8 8 * @package Ad_Unblock
Note: See TracChangeset
for help on using the changeset viewer.