Plugin Directory

Changeset 3024037


Ignore:
Timestamp:
01/19/2024 11:27:40 AM (2 years ago)
Author:
wupo
Message:
  • Compatibility with WooCommerce 8.3.x and WordPress 6.4.x
  • Compatibility with HPOS
Location:
wupo-group-attributes/trunk
Files:
3 edited

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
    18## [2.3.3] - 2023-07-22
    29### Added
  • wupo-group-attributes/trunk/README.txt

    r2941794 r3024037  
    11=== WUPO Group Attributes for WooCommerce ===
    2 Contributors: wupo
     2Contributors: wupo, freemius
    33Tags: group, attributes, set, attribute, organize, woocommerce, wupo
    44Requires at least: 5.0
    5 Tested up to: 6.2.2
    6 Stable tag: 2.3.3
     5Tested up to: 6.4.2
     6Stable tag: 2.3.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wupo-group-attributes/trunk/wupo-group-attributes.php

    r2941794 r3024037  
    1010 * Plugin URI:        https://wupoplugins.com/group-attributes-woocommerce/
    1111 * 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.3
     12 * Version:           2.3.4
    1313 * Author:            WUPO Plugins
    1414 * Author URI:        https://wupoplugins.com
     
    1818 * Domain Path:       /languages
    1919 * Requires at least: 5.0.0
    20  * Tested up to:      6.2.2
     20 * Tested up to:      6.4.2
    2121 * WC requires at least: 3.0.0
    22  * WC tested up to:   7.9
     22 * WC tested up to:   8.3.1
    2323 *
    2424 * Copyright: (c) 2022 WUPO Plugins - Premium WordPress and WooCommerce Extensions
     
    202202   
    203203    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    } );
    204209}
Note: See TracChangeset for help on using the changeset viewer.