Changeset 3314613
- Timestamp:
- 06/19/2025 12:44:46 PM (10 months ago)
- Location:
- ad-unblock/trunk
- Files:
-
- 3 edited
-
ad-unblock.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ad-unblock/trunk/ad-unblock.php
r3314604 r3314613 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. 46 * Version: 1.0.5 7 7 * Author: Ad Unblock 8 8 * Author URI: https://ad-unblock.com … … 17 17 } 18 18 19 define('AD_UNBLOCK_VERSION', '1.0. 4');19 define('AD_UNBLOCK_VERSION', '1.0.5'); 20 20 define('AD_UNBLOCK_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('AD_UNBLOCK_PLUGIN_URL', plugin_dir_url(__FILE__)); -
ad-unblock/trunk/readme.txt
r3314605 r3314613 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 == Changelog == 76 76 77 = 1.0.5 = 78 * Fix version issue 79 77 80 = 1.0.4 = 78 81 * Lazy load categories and tags selection -
ad-unblock/trunk/uninstall.php
r3314604 r3314613 4 4 * 5 5 * @link https://ad-unblock.com 6 * @since 1.0. 46 * @since 1.0.5 7 7 * 8 8 * @package Ad_Unblock
Note: See TracChangeset
for help on using the changeset viewer.