Plugin Directory

Changeset 3392632


Ignore:
Timestamp:
11/10/2025 03:49:05 AM (4 months ago)
Author:
themepure
Message:

Error Fixed

Location:
shopbuild/tags/3.0.9
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shopbuild/tags/3.0.9/includes/class-pure-wc-shopbuild.php

    r3392329 r3392632  
    8686            $this->version = STOREBUILD_VERSION;
    8787        } else {
    88             $this->version = '3.0.7';
     88            $this->version = '3.0.9';
    8989        }
    9090        $this->plugin_name = 'storebuild';
  • shopbuild/tags/3.0.9/readme.txt

    r3392329 r3392632  
    88WC requires at least: 5.6
    99WC tested up to: 8.2
    10 Stable tag: 3.0.8
     10Stable tag: 3.0.9
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.1.html
  • shopbuild/tags/3.0.9/shopbuild.php

    r3392329 r3392632  
    1212 *
    1313 * @link              https://storebuild.shop
    14  * @since             3.0.8
     14 * @since             3.0.9
    1515 * @package           Storebuild
    1616 *
     
    1919 * Plugin URI:        https://storebuild.shop
    2020 * Description:       Build your shop with amazing woocommerce tools. Customize your shop and product page. Order invoices, order tracking now in one package.
    21  * Version:           3.0.8
     21 * Version:           3.0.9
    2222 * Author:            ThemePure
    2323 * Author URI:        https://themepure.net
     
    3737}
    3838
    39 define('STOREBUILD_VERSION', '3.0.8');
     39define('STOREBUILD_VERSION', '3.0.9');
    4040define('STOREBUILD_PATH', plugin_dir_path(__FILE__));
    4141define('STOREBUILD_URL', plugins_url('/', __FILE__));
Note: See TracChangeset for help on using the changeset viewer.