Plugin Directory

Changeset 3314613


Ignore:
Timestamp:
06/19/2025 12:44:46 PM (10 months ago)
Author:
adunblock
Message:

Prepare for version 1.0.5 release.

Location:
ad-unblock/trunk
Files:
3 edited

Legend:

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

    r3314604 r3314613  
    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.4
     6 * Version: 1.0.5
    77 * Author: Ad Unblock
    88 * Author URI: https://ad-unblock.com
     
    1717}
    1818
    19 define('AD_UNBLOCK_VERSION', '1.0.4');
     19define('AD_UNBLOCK_VERSION', '1.0.5');
    2020define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__));
  • ad-unblock/trunk/readme.txt

    r3314605 r3314613  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575== Changelog ==
    7676
     77= 1.0.5 =
     78* Fix version issue
     79
    7780= 1.0.4 =
    7881* Lazy load categories and tags selection
  • ad-unblock/trunk/uninstall.php

    r3314604 r3314613  
    44 *
    55 * @link       https://ad-unblock.com
    6  * @since      1.0.4
     6 * @since      1.0.5
    77 *
    88 * @package    Ad_Unblock
Note: See TracChangeset for help on using the changeset viewer.