Plugin Directory

Changeset 3293309


Ignore:
Timestamp:
05/14/2025 01:40:07 PM (8 months ago)
Author:
adunblock
Message:

v1.0.3 release

Location:
ad-unblock/trunk
Files:
3 edited

Legend:

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

    r3292206 r3293309  
    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.0.2
     6 * Version: 1.0.3
    77 * Author: Ad Unblock
    88 * Author URI: https://ad-unblock.com
     
    1717}
    1818
    19 define('AD_UNBLOCK_VERSION', '1.0.2');
     19define('AD_UNBLOCK_VERSION', '1.0.3');
    2020define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    475475            esc_url($script_url),
    476476            array(),
    477             null
     477            null,
     478            array('strategy' => 'async')
    478479        );
    479480    }
  • ad-unblock/trunk/readme.txt

    r3292206 r3293309  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575== Changelog ==
    7676
     77= 1.0.3 =
     78* Updated script back to asynchronous.
     79
    7780= 1.0.2 =
    7881* Updated script to be synchronous. It won't affect site speed since the script itself is behind async functions.
  • ad-unblock/trunk/uninstall.php

    r3292206 r3293309  
    44 *
    55 * @link       https://ad-unblock.com
    6  * @since      1.0.2
     6 * @since      1.0.3
    77 *
    88 * @package    Ad_Unblock
Note: See TracChangeset for help on using the changeset viewer.