Changeset 3024037
- Timestamp:
- 01/19/2024 11:27:40 AM (2 years ago)
- Location:
- wupo-group-attributes/trunk
- Files:
-
- 3 edited
-
CHANGELOG.txt (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
wupo-group-attributes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wupo-group-attributes/trunk/CHANGELOG.txt
r2941794 r3024037 1 ## [2.3.4] - 2023-12-08 2 ### Added 3 - Compatibility with WooCommerce 8.3.x and WordPress 6.4.x 4 5 ### Fixed 6 - Creation of group sets 7 1 8 ## [2.3.3] - 2023-07-22 2 9 ### Added -
wupo-group-attributes/trunk/README.txt
r2941794 r3024037 1 1 === WUPO Group Attributes for WooCommerce === 2 Contributors: wupo 2 Contributors: wupo, freemius 3 3 Tags: group, attributes, set, attribute, organize, woocommerce, wupo 4 4 Requires at least: 5.0 5 Tested up to: 6. 2.26 Stable tag: 2.3. 35 Tested up to: 6.4.2 6 Stable tag: 2.3.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wupo-group-attributes/trunk/wupo-group-attributes.php
r2941794 r3024037 10 10 * Plugin URI: https://wupoplugins.com/group-attributes-woocommerce/ 11 11 * Description: Organize product attributes into groups. These will be shown in separate sections on your product pages. Increase readability for your product properties. The plugin works with your existing products and attributes. No need to adapt your products in the backend. 12 * Version: 2.3. 312 * Version: 2.3.4 13 13 * Author: WUPO Plugins 14 14 * Author URI: https://wupoplugins.com … … 18 18 * Domain Path: /languages 19 19 * Requires at least: 5.0.0 20 * Tested up to: 6. 2.220 * Tested up to: 6.4.2 21 21 * WC requires at least: 3.0.0 22 * WC tested up to: 7.922 * WC tested up to: 8.3.1 23 23 * 24 24 * Copyright: (c) 2022 WUPO Plugins - Premium WordPress and WooCommerce Extensions … … 202 202 203 203 wugrat_fs()->add_action( 'after_uninstall', 'wugrat_fs_uninstall_cleanup' ); 204 add_action( 'before_woocommerce_init', function () { 205 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 206 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 207 } 208 } ); 204 209 }
Note: See TracChangeset
for help on using the changeset viewer.