Plugin Directory

Changeset 2948344


Ignore:
Timestamp:
08/07/2023 06:12:25 AM (3 years ago)
Author:
code4life
Message:

v1.2.4

Location:
database-for-cf7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • database-for-cf7/trunk/database-for-cf7.php

    r2856694 r2948344  
    77    Author: Code4Life
    88    Author URI: https://code4life.it/
    9     Version: 1.2.3
     9    Version: 1.2.4
    1010    Text Domain: wpcf7db
    1111    Domain Path: /i18n/
     
    1313    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1414
    15     Tested up to: 6.1
     15    Tested up to: 6.3
    1616 */
    1717
     
    5151add_action( 'init', function() {
    5252    load_plugin_textdomain( 'wpcf7db', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/' );
     53} );
     54
     55// HPOS compatibility
     56add_action( 'before_woocommerce_init', function() {
     57    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     58        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     59    }
    5360} );
    5461
  • database-for-cf7/trunk/readme.txt

    r2856694 r2948344  
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Donazione&item_number=Contributo+libero¤cy_code=EUR&lc=it_IT
    55Requires at least: 4.6
    6 Tested up to: 6.1
    7 Stable tag: 1.2.3
     6Tested up to: 6.3
     7Stable tag: 1.2.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5858For more information, see [Official page](https://code4life.it/shop/plugins/database-for-cf7/).
    5959
     60= v1.2.4
     61* Compatibility check for WP v6.3
     62* Compatibility check for WC HPOS
     63
    6064= v1.2.3 =
    6165* Submitted time column sorting improvements
Note: See TracChangeset for help on using the changeset viewer.