Plugin Directory

Changeset 3292206


Ignore:
Timestamp:
05/13/2025 03:28:01 AM (8 months ago)
Author:
adunblock
Message:

release v1.0.2

Location:
ad-unblock
Files:
8 added
3 edited

Legend:

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

    r3287000 r3292206  
    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.1
     6 * Version: 1.0.2
    77 * Author: Ad Unblock
    88 * Author URI: https://ad-unblock.com
     
    1717}
    1818
    19 define('AD_UNBLOCK_VERSION', '1.0.1');
     19define('AD_UNBLOCK_VERSION', '1.0.2');
    2020define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    7878
    7979        // Front-end functionality
    80         add_action('wp_head', array($this, 'insert_script'), 1);
     80        add_action('wp_head', array($this, 'insert_script'), 0);
    8181    }
    8282
     
    475475            esc_url($script_url),
    476476            array(),
    477             null,
    478             array('strategy' => 'async')
     477            null
    479478        );
    480479    }
  • ad-unblock/trunk/readme.txt

    r3287000 r3292206  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575== Changelog ==
    7676
     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
    7780= 1.0.1 =
    7881* Remove verification code from script URL query param to improve cache performance
  • ad-unblock/trunk/uninstall.php

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