Changeset 3413399
- Timestamp:
- 12/07/2025 08:32:45 AM (3 months ago)
- Location:
- shopbuild/tags/3.0.9
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shopbuild.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopbuild/tags/3.0.9/readme.txt
r3413388 r3413399 8 8 WC requires at least: 5.6 9 9 WC tested up to: 8.2 10 Stable tag: 4.0. 010 Stable tag: 4.0.1 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.1.html … … 510 510 * Variation Swatches Updated. 511 511 512 = 4.0.1 = 513 * Archive Grid Pagination Fixed. 514 * Variation Swatches Updated. 515 512 516 == Upgrade Notice == 513 517 -
shopbuild/tags/3.0.9/shopbuild.php
r3413372 r3413399 12 12 * 13 13 * @link https://storebuild.shop 14 * @since 4.0. 014 * @since 4.0.1 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: 4.0. 021 * Version: 4.0.1 22 22 * Author: ThemePure 23 23 * Author URI: https://themepure.net … … 37 37 } 38 38 39 define('STOREBUILD_VERSION', '4.0. 0');39 define('STOREBUILD_VERSION', '4.0.1'); 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.