Changeset 3287000
- Timestamp:
- 05/03/2025 10:19:39 PM (8 months ago)
- Location:
- ad-unblock
- Files:
-
- 8 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/ad-unblock.php (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/admin.css (added)
-
tags/1.0.1/logo.png (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/ad-unblock.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ad-unblock/trunk/ad-unblock.php
r3271831 r3287000 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.0. 06 * Version: 1.0.1 7 7 * Author: Ad Unblock 8 8 * Author URI: https://ad-unblock.com … … 17 17 } 18 18 19 define('AD_UNBLOCK_VERSION', '1.0. 0');19 define('AD_UNBLOCK_VERSION', '1.0.1'); 20 20 define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 467 467 $script_url = reset($script_sources); 468 468 469 // A ppend verification code as query parameter470 $script_url = add_query_arg('code', $verification_code, $script_url);469 // Add verification code as a meta tag in DOM 470 echo '<meta name="ad-unblock-verification" content="' . esc_attr($verification_code) . '" />'; 471 471 472 472 // Enqueue the single script -
ad-unblock/trunk/readme.txt
r3271831 r3287000 3 3 Tags: ad blocker, revenue recovery, monetization, ad recovery 4 4 Requires at least: 5.0 5 Tested up to: 6. 76 Stable tag: 1.0. 05 Tested up to: 6.8 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 == Changelog == 76 76 77 = 1.0.1 = 78 * Remove verification code from script URL query param to improve cache performance 79 * Add verification code as a meta tag in header 80 77 81 = 1.0.0 = 78 82 * Initial release -
ad-unblock/trunk/uninstall.php
r3271831 r3287000 4 4 * 5 5 * @link https://ad-unblock.com 6 * @since 1.0. 06 * @since 1.0.1 7 7 * 8 8 * @package Ad_Unblock
Note: See TracChangeset
for help on using the changeset viewer.