Plugin Directory

Changeset 3059560


Ignore:
Timestamp:
03/27/2024 08:17:00 AM (2 years ago)
Author:
xtoool
Message:

add banner ads and fix bug

Location:
xtoool-ads-box/trunk
Files:
36 added
3 edited

Legend:

Unmodified
Added
Removed
  • xtoool-ads-box/trunk/lib/Shortcode.php

    r3059542 r3059560  
    7676    private function _showBannerHtml($data){
    7777        $html = '
     78            <!-- Power Xtoool -->
    7879            <div class="adsbx-banner">
    7980                <div class="adsbx-banner-left">
  • xtoool-ads-box/trunk/readme.txt

    r3059542 r3059560  
    55Tags: ads, htaccess, product, image, apache, nginx, post, admin
    66Requires at least: 5.3
    7 Tested up to: 6.3.2
    8 Stable tag: 1.0.1
     7Tested up to: 6.4.3
     8Stable tag: 1.0.2
    99Requires PHP: 5.4
    1010License: GPLv3
  • xtoool-ads-box/trunk/xtoool-ads-box.php

    r3059542 r3059560  
    44Plugin URI: https://www.xtoool.com/wordpress/
    55Description: Xtoool Ads Box helps you create High-converting product bars to engage customers and grow sales.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: xtoool.com
    88Author URI: https://www.xtoool.com
     
    4141    private static $instance = null;
    4242    public $db;
    43     const XTPLB_VERSION = '1.0.1';
     43    const XTPLB_VERSION = '1.0.2';
    4444    public $AdsbxAdmin_obj = null;
    4545
Note: See TracChangeset for help on using the changeset viewer.