Plugin Directory

Changeset 3201253


Ignore:
Timestamp:
12/03/2024 12:36:29 AM (13 months ago)
Author:
Hiroaki Miyashita
Message:

Version 0.3.1

Location:
wc-zeus-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-zeus-gateway/trunk/readme.txt

    r2518110 r3201253  
    44Tags: woocommerce, checkout, ec, payments, ecommerce
    55Requires at least: 5.0
    6 Tested up to: 5.7.1
    7 Stable tag: 0.3
     6Tested up to: 6.7.1
     7Stable tag: 0.3.1
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    4545== Changelog ==
    4646
     47= 0.3.1 =
     48* Support for High-Performance Order Storage.
     49
    4750= 0.3 =
    4851* Bugfix: status.
  • wc-zeus-gateway/trunk/wc-zeus-gateway.php

    r2518110 r3201253  
    66 * Author: Hiroaki Miyashita
    77 * Author URI: https://www.wpmarket.jp/
    8  * Version: 0.3
     8 * Version: 0.3.1
    99 * Requires at least: 4.4
    10  * Tested up to: 5.7.1
     10 * Tested up to: 6.7.1
    1111 * WC requires at least: 3.0
    12  * WC tested up to: 5.2.2
     12 * WC tested up to: 9.4.2
    1313 * Text Domain: wc-zeus-gateway
    1414 * Domain Path: /
     
    1919    exit;
    2020}
     21
     22add_action( 'before_woocommerce_init', function() {
     23    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     24        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     25    }
     26} );
    2127
    2228function wc_zeus_gateway_missing_admin_notices() {
Note: See TracChangeset for help on using the changeset viewer.