Changeset 3419659
- Timestamp:
- 12/15/2025 03:35:04 AM (3 months ago)
- Location:
- wcboost-variation-swatches/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
-
wcboost-variation-swatches.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wcboost-variation-swatches/trunk/readme.txt
r3416062 r3419659 3 3 Tags: woocommerce, product attribute, product color, variation swatches, variable products 4 4 Tested up to: 6.9 5 Stable tag: 1.1. 25 Stable tag: 1.1.3 6 6 Requires PHP: 7.0 7 7 Requires at least: 4.5 8 8 WC requires at least: 3.0.0 9 WC tested up to: 9.99 WC tested up to: 10.4 10 10 License: GPLv3 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 190 190 191 191 == Changelog == 192 193 = 1.1.3 = 194 * Ensured compatibility with WordPress 6.9 195 * Ensured compatibility with WooCommerce 10.4 192 196 193 197 = 1.1.2 = -
wcboost-variation-swatches/trunk/uninstall.php
r3176381 r3419659 2 2 /** 3 3 * Uninstall plugin 4 * 5 * @package WCBoost\VariationSwatches 4 6 */ 5 7 6 // If uninstall not called from WordPress then exit 8 // If uninstall not called from WordPress then exit. 7 9 defined( 'WP_UNINSTALL_PLUGIN' ) || exit; 8 10 -
wcboost-variation-swatches/trunk/wcboost-variation-swatches.php
r3322630 r3419659 5 5 * Plugin URI: https://wcboost.com/plugin/woocommerce-variation-swatches/ 6 6 * Author: WCBoost 7 * Version: 1.1. 27 * Version: 1.1.3 8 8 * Author URI: https://wcboost.com/ 9 9 * … … 13 13 * Requires PHP: 7.0 14 14 * Requires at least: 4.5 15 * Tested up to: 6. 815 * Tested up to: 6.9 16 16 * WC requires at least: 3.0.0 17 * WC tested up to: 9.917 * WC tested up to: 10.4 18 18 * License: GPLv3 or later 19 19 * … … 25 25 } 26 26 27 define( 'WCBOOST_VARIATION_SWATCHES_VERSION', '1.1. 2' );27 define( 'WCBOOST_VARIATION_SWATCHES_VERSION', '1.1.3' ); 28 28 define( 'WCBOOST_VARIATION_SWATCHES_FREE', plugin_basename( __FILE__ ) ); 29 29 … … 37 37 38 38 // Declare compatibility with WooCommerce features. 39 add_action( 'before_woocommerce_init', function () {39 add_action( 'before_woocommerce_init', function () { 40 40 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 41 41 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
Note: See TracChangeset
for help on using the changeset viewer.