Plugin Directory

Changeset 2645746


Ignore:
Timestamp:
12/17/2021 10:51:32 AM (4 years ago)
Author:
ishanverma
Message:

WooCommerce 6.0 compatibility and new section Authorize.net recent transaction list.

Location:
authorizenet-payment-gateway-for-woocommerce
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • authorizenet-payment-gateway-for-woocommerce/trunk/index.php

    r2633390 r2645746  
    1313
    1414add_action('plugins_loaded', 'woocommerce_tech_autho_init', 0);
     15include( plugin_dir_path( __FILE__ ) . 'internal/utils.php');
    1516
    1617function woocommerce_tech_autho_init() {
     
    462463   add_filter('woocommerce_payment_gateways', 'woocommerce_add_tech_autho_gateway' );
    463464}
    464 
     465$utils  = new Indatos_Authorizenetbasic_Utils();
    465466add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'authsim_action_links' );
    466467function authsim_action_links ( $links ) {
  • authorizenet-payment-gateway-for-woocommerce/trunk/readme.txt

    r2633390 r2645746  
    66Requires at least: 3.0.1
    77Tested up to: 5.8.2
    8 Stable tag: 6.3
     8Stable tag: 6.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    31316. This plugin use hosted solution provided by Authorize.net and payment is processed on secured servers of Authorize.net
    32327. Now with Option to use Authorize only mode.
     338. Recent Unsettled Transaction from authorize.net live can be viewed in wordpress dashbboard.
    3334
    3435**Contact me for any Help you need to setup or need extra feature, just leave a comment**
     
    8384
    8485== Changelog ==
     86= 6.4 =
     87* Authorize.net Unsetted Transaction List
     88
    8589= 5.2 =
    8690* Relay Whitelisting
Note: See TracChangeset for help on using the changeset viewer.