Changeset 3396849
- Timestamp:
- 11/17/2025 02:55:56 AM (5 months ago)
- Location:
- wc-variations-as-single-product
- Files:
-
- 37 added
- 2 edited
-
tags/4.1.2 (added)
-
tags/4.1.2/LICENSE.txt (added)
-
tags/4.1.2/README.txt (added)
-
tags/4.1.2/admin (added)
-
tags/4.1.2/admin/class-woo-variations-as-single-product-admin.php (added)
-
tags/4.1.2/admin/css (added)
-
tags/4.1.2/admin/css/woo-variations-as-single-product-admin.css (added)
-
tags/4.1.2/admin/index.php (added)
-
tags/4.1.2/admin/js (added)
-
tags/4.1.2/admin/js/woo-variations-as-single-product-admin.js (added)
-
tags/4.1.2/admin/partials (added)
-
tags/4.1.2/admin/partials/woo-variations-as-single-product-admin-display.php (added)
-
tags/4.1.2/includes (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-activator.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-deactivator.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-exclude-products.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-i18n.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-insights.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-loader.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product-taxonomy.php (added)
-
tags/4.1.2/includes/class-woo-variations-as-single-product.php (added)
-
tags/4.1.2/includes/index.php (added)
-
tags/4.1.2/index.php (added)
-
tags/4.1.2/languages (added)
-
tags/4.1.2/languages/wc-variations-as-single-product.pot (added)
-
tags/4.1.2/languages/woo-variations-as-single-product.pot (added)
-
tags/4.1.2/public (added)
-
tags/4.1.2/public/class-woo-variations-as-single-product-public.php (added)
-
tags/4.1.2/public/css (added)
-
tags/4.1.2/public/css/woo-variations-as-single-product-public.css (added)
-
tags/4.1.2/public/index.php (added)
-
tags/4.1.2/public/js (added)
-
tags/4.1.2/public/js/woo-variations-as-single-product-public.js (added)
-
tags/4.1.2/public/partials (added)
-
tags/4.1.2/public/partials/woo-variations-as-single-product-public-display.php (added)
-
tags/4.1.2/uninstall.php (added)
-
tags/4.1.2/wc-variations-as-single-product.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wc-variations-as-single-product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-variations-as-single-product/trunk/README.txt
r3353067 r3396849 3 3 Tags: WooCommerce, variations, single product, Single Variations, product variations 4 4 Requires at least: 4.0 5 Tested up to: 6.8. 25 Tested up to: 6.8.3 6 6 Requires PHP: 7.0 7 Stable tag: 4.1. 17 Stable tag: 4.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 == Changelog == 136 136 137 = 4.1.2 = 138 * Other: Compatible with WordPress 6.8.3 139 * Other: Compatible with WooCommerce 10.2.2 140 137 141 = 4.1.1 = 138 142 * New: Option to disable Variation as single product on Shop page -
wc-variations-as-single-product/trunk/wc-variations-as-single-product.php
r3353067 r3396849 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.1. 113 * Version: 4.1.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.1. 1' );30 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.1.2' ); 31 31 32 32 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT__FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.