Plugin Directory

Changeset 3133152


Ignore:
Timestamp:
08/09/2024 11:04:36 AM (20 months ago)
Author:
themes4wp
Message:

v1.2.6

Location:
popularis-extra/tags/1.2.6
Files:
13 copied

Legend:

Unmodified
Added
Removed
  • popularis-extra/tags/1.2.6/popularis-extra.php

    r3121147 r3133152  
    55 * Plugin URI: https://populariswp.com/
    66 * Description: Extra addon for Popularis Theme
    7  * Version: 1.2.5
     7 * Version: 1.2.6
    88 * Author: Themes4WP
    99 * Author URI: https://themes4wp.com/
     
    153153remove_filter( 'wp_import_post_meta', 'Elementor\Compatibility::on_wp_import_post_meta');
    154154remove_filter( 'wxr_importer.pre_process.post_meta', 'Elementor\Compatibility::on_wxr_importer_pre_process_post_meta');
     155
     156// Declare support for features
     157add_action( 'before_woocommerce_init', function () {
     158    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     159        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     160    }
     161} );
  • popularis-extra/tags/1.2.6/readme.txt

    r3121147 r3133152  
    44Requires at Least: 4.4
    55Tested Up To: 6.6
    6 Stable tag: 1.2.5
     6Stable tag: 1.2.6
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    3434
    3535== Changelog ==
     36
     37= 1.2.6 =
     38* Added WooCommerce HPOS support
     39* Added support for Popularis eCommerce
    3640
    3741= 1.2.5 =
Note: See TracChangeset for help on using the changeset viewer.