Plugin Directory

Changeset 2951454


Ignore:
Timestamp:
08/10/2023 11:33:04 AM (3 years ago)
Author:
provesource
Message:

Update WooCommerce HPOS compatability

Location:
provesource/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • provesource/trunk/provesrc.php

    r2821555 r2951454  
    77 * Plugin Name: ProveSource
    88 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box
    9  * Version: 2.2.16
     9 * Version: 2.3.0
    1010 * Author: ProveSource LTD
    1111 * Author URI: https://provesrc.com
     
    4747
    4848    public static function version() {
    49         return '2.2.16';
     49        return '2.3.0';
    5050    }
    5151}
    5252
    5353/* hooks */
     54add_action( 'before_woocommerce_init', function() {
     55    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     56        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     57    }
     58} );
    5459add_action('admin_menu', 'provesrc_admin_menu'); //1.5.0
    5560add_action('admin_init', 'provesrc_admin_init'); //2.5.0
  • provesource/trunk/readme.txt

    r2821555 r2951454  
    55Requires PHP: 5.2
    66Requires at least: 3.1.0
    7 Tested up to: 6.1
    8 Stable tag: 2.2.16
     7Tested up to: 6.3
     8Stable tag: 2.3.0
    99License: proprietary
    1010
     
    9494== Changelog ==
    9595
     96= 2.3.x =
     97Update WooCommerce HPOS compatability
     98
    9699= 2.2.x =
    97100Fix woocommerce checkout order action handler to support virtual products
Note: See TracChangeset for help on using the changeset viewer.