Changeset 3292206
- Timestamp:
- 05/13/2025 03:28:01 AM (8 months ago)
- Location:
- ad-unblock
- Files:
-
- 8 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/ad-unblock.php (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/admin.css (added)
-
tags/1.0.2/logo.png (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/uninstall.php (added)
-
trunk/ad-unblock.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ad-unblock/trunk/ad-unblock.php
r3287000 r3292206 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. 16 * Version: 1.0.2 7 7 * Author: Ad Unblock 8 8 * Author URI: https://ad-unblock.com … … 17 17 } 18 18 19 define('AD_UNBLOCK_VERSION', '1.0. 1');19 define('AD_UNBLOCK_VERSION', '1.0.2'); 20 20 define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 78 78 79 79 // Front-end functionality 80 add_action('wp_head', array($this, 'insert_script'), 1);80 add_action('wp_head', array($this, 'insert_script'), 0); 81 81 } 82 82 … … 475 475 esc_url($script_url), 476 476 array(), 477 null, 478 array('strategy' => 'async') 477 null 479 478 ); 480 479 } -
ad-unblock/trunk/readme.txt
r3287000 r3292206 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 == Changelog == 76 76 77 = 1.0.2 = 78 * Updated script to be synchronous. It won't affect site speed since the script itself is behind async functions. 79 77 80 = 1.0.1 = 78 81 * Remove verification code from script URL query param to improve cache performance -
ad-unblock/trunk/uninstall.php
r3287000 r3292206 4 4 * 5 5 * @link https://ad-unblock.com 6 * @since 1.0. 16 * @since 1.0.2 7 7 * 8 8 * @package Ad_Unblock
Note: See TracChangeset
for help on using the changeset viewer.