Changeset 3286725
- Timestamp:
- 05/03/2025 11:15:51 AM (11 months ago)
- Location:
- wc-variations-as-single-product
- Files:
-
- 37 added
- 2 edited
-
tags/4.0.2 (added)
-
tags/4.0.2/LICENSE.txt (added)
-
tags/4.0.2/README.txt (added)
-
tags/4.0.2/admin (added)
-
tags/4.0.2/admin/class-woo-variations-as-single-product-admin.php (added)
-
tags/4.0.2/admin/css (added)
-
tags/4.0.2/admin/css/woo-variations-as-single-product-admin.css (added)
-
tags/4.0.2/admin/index.php (added)
-
tags/4.0.2/admin/js (added)
-
tags/4.0.2/admin/js/woo-variations-as-single-product-admin.js (added)
-
tags/4.0.2/admin/partials (added)
-
tags/4.0.2/admin/partials/woo-variations-as-single-product-admin-display.php (added)
-
tags/4.0.2/includes (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-activator.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-deactivator.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-exclude-products.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-i18n.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-insights.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-loader.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product-taxonomy.php (added)
-
tags/4.0.2/includes/class-woo-variations-as-single-product.php (added)
-
tags/4.0.2/includes/index.php (added)
-
tags/4.0.2/index.php (added)
-
tags/4.0.2/languages (added)
-
tags/4.0.2/languages/wc-variations-as-single-product.pot (added)
-
tags/4.0.2/languages/woo-variations-as-single-product.pot (added)
-
tags/4.0.2/public (added)
-
tags/4.0.2/public/class-woo-variations-as-single-product-public.php (added)
-
tags/4.0.2/public/css (added)
-
tags/4.0.2/public/css/woo-variations-as-single-product-public.css (added)
-
tags/4.0.2/public/index.php (added)
-
tags/4.0.2/public/js (added)
-
tags/4.0.2/public/js/woo-variations-as-single-product-public.js (added)
-
tags/4.0.2/public/partials (added)
-
tags/4.0.2/public/partials/woo-variations-as-single-product-public-display.php (added)
-
tags/4.0.2/uninstall.php (added)
-
tags/4.0.2/wc-variations-as-single-product.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/wc-variations-as-single-product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-variations-as-single-product/trunk/README.txt
r3282254 r3286725 3 3 Tags: WooCommerce, variations, single product, Single Variations, product variations 4 4 Requires at least: 4.0 5 Tested up to: 6.8 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.0 7 7 Stable tag: 4.0.1 … … 134 134 135 135 == Changelog == 136 = 4.0.2 = 137 * Other: Compatible with WordPress 6.8.1 138 * Other: Compatible with WooCommerce 9.8.3 139 136 140 = 4.0.1 = 137 141 * Fix: Variation ID in metadata issue fixed … … 139 143 * Other: Compatible with WooCommerce 9.8.2 140 144 141 == Changelog ==142 145 = 4.0.0 = 143 146 * Enhance: Performance optimized. -
wc-variations-as-single-product/trunk/wc-variations-as-single-product.php
r3282254 r3286725 11 11 * Plugin URI: https://storeplugin.net/plugins/variations-as-single-product-for-woocommerce/ 12 12 * Description: Show variations as individual products on the Shop page, Product Category page, and Search result page 13 * Version: 4.0. 113 * Version: 4.0.2 14 14 * Author: StorePlugin 15 15 * Author URI: https://storeplugin.net … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.0. 1' );30 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.0.2' ); 31 31 32 32 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT__FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.