Plugin Directory

Changeset 3084914


Ignore:
Timestamp:
05/11/2024 09:32:26 AM (21 months ago)
Author:
xtoool
Message:

fix bug

File:
1 edited

Legend:

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

    r3084908 r3084914  
    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.8
     6Version: 1.0.9
    77Author: xtoool.com
    88Author URI: https://www.xtoool.com
     
    4040    private static $instance = null;
    4141    public $db;
    42     const XTPLB_VERSION = '1.0.7';
     42    const XTPLB_VERSION = '1.0.9';
    4343    public $AdsbxAdmin_obj = null;
    4444
     
    8888
    8989    private function _checkUpdate(){
    90         if(str_replace('.', '', self::XTPLB_VERSION) <= 108){
     90        if(str_replace('.', '', self::XTPLB_VERSION) <= 109){
    9191            return true;
    9292        }else{
Note: See TracChangeset for help on using the changeset viewer.