Changeset 3392632
- Timestamp:
- 11/10/2025 03:49:05 AM (4 months ago)
- Location:
- shopbuild/tags/3.0.9
- Files:
-
- 3 edited
-
includes/class-pure-wc-shopbuild.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shopbuild.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopbuild/tags/3.0.9/includes/class-pure-wc-shopbuild.php
r3392329 r3392632 86 86 $this->version = STOREBUILD_VERSION; 87 87 } else { 88 $this->version = '3.0. 7';88 $this->version = '3.0.9'; 89 89 } 90 90 $this->plugin_name = 'storebuild'; -
shopbuild/tags/3.0.9/readme.txt
r3392329 r3392632 8 8 WC requires at least: 5.6 9 9 WC tested up to: 8.2 10 Stable tag: 3.0. 810 Stable tag: 3.0.9 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.1.html -
shopbuild/tags/3.0.9/shopbuild.php
r3392329 r3392632 12 12 * 13 13 * @link https://storebuild.shop 14 * @since 3.0. 814 * @since 3.0.9 15 15 * @package Storebuild 16 16 * … … 19 19 * Plugin URI: https://storebuild.shop 20 20 * 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. 821 * Version: 3.0.9 22 22 * Author: ThemePure 23 23 * Author URI: https://themepure.net … … 37 37 } 38 38 39 define('STOREBUILD_VERSION', '3.0. 8');39 define('STOREBUILD_VERSION', '3.0.9'); 40 40 define('STOREBUILD_PATH', plugin_dir_path(__FILE__)); 41 41 define('STOREBUILD_URL', plugins_url('/', __FILE__));
Note: See TracChangeset
for help on using the changeset viewer.