Plugin Directory

Changeset 2590015


Ignore:
Timestamp:
08/27/2021 08:10:59 PM (4 years ago)
Author:
appmaxplataforma
Message:

Ajustando formulário de pagamento

Location:
appmax-woocommerce/trunk
Files:
3 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • appmax-woocommerce/trunk/appmax-woocommerce.php

    r2589980 r2590015  
    33 * Plugin Name: AppMax WooCommerce
    44 * Description: Gateway de pagamento AppMax para WooCommerce.
    5  * Version: 2.0.42
     5 * Version: 2.0.43
    66 * License: GPLv2 or later
    77 * Author: AppMax Plataforma de Vendas Ltda
     
    2424    class AppMax_WC
    2525    {
    26         const VERSION = '2.0.42';
     26        const VERSION = '2.0.43';
    2727
    2828        /**
  • appmax-woocommerce/trunk/includes/class-awc-gateway-pix.php

    r2589822 r2590015  
    3939
    4040        add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) );
    41            
    4241        add_action( 'wp_enqueue_scripts', array( $this, 'frontend_scripts' ) );
    4342    }
  • appmax-woocommerce/trunk/readme.txt

    r2589822 r2590015  
    44Requires at least: 4.0
    55Tested up to: 5.1
    6 Stable tag: 2.0.42
     6Stable tag: 2.0.43
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Changelog ==
    120120
     121= 2.0.43 =
     122
     123* Ajuste formulário de pagamento pix.
     124
    121125= 2.0.42 =
    122126
Note: See TracChangeset for help on using the changeset viewer.