Plugin Directory

Changeset 3201243


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

Version 0.1.3

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

Legend:

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

    r3121035 r3201243  
    44Tags: woocommerce, gmo, gmopg, payment, gateway
    55Requires at least: 4.4
    6 Tested up to: 6.6
    7 Stable tag: 0.1.2
     6Tested up to: 6.7.1
     7Stable tag: 0.1.3
    88License: GPLv2 or later
    99
     
    4444== Changelog ==
    4545
     46= 0.1.3 =
     47* Support for High-Performance Order Storage.
     48
    4649= 0.1.2 =
    4750* Support for UnionPay.
  • wc-gmopg-gateway/trunk/wc-gmopg-gateway.php

    r3121035 r3201243  
    66 * Author: Hiroaki Miyashita
    77 * Author URI: https://www.wpmarket.jp/
    8  * Version: 0.1.2
     8 * Version: 0.1.3
    99 * Requires at least: 4.4
    10  * Tested up to: 6.6
     10 * Tested up to: 6.7.1
    1111 * WC requires at least: 3.0
    12  * WC tested up to: 9.1.2
     12 * WC tested up to: 9.4.2
    1313 * Text Domain: wc-gmopg-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_gmopg_gateway_missing_admin_notices() {
Note: See TracChangeset for help on using the changeset viewer.