Plugin Directory

Changeset 2873080


Ignore:
Timestamp:
03/01/2023 02:37:47 PM (3 years ago)
Author:
appmaxplataforma
Message:

correcao metodo de pagamento

Location:
appmax/trunk
Files:
3 edited

Legend:

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

    r2864369 r2873080  
    33 * Plugin Name: Appmax
    44 * Description: Maximize suas vendas com as opções de pagamento da Appmax.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * License: GPLv2 or later
    77 * Author: Appmax
     
    2929    class Appmax_Payments
    3030    {
    31         const VERSION = '1.0.0';
     31        const VERSION = '1.0.1';
    3232
    3333        /**
  • appmax/trunk/includes/core/class-appmax-payments-api.php

    r2864369 r2873080  
    5353    {
    5454        if ( 'POST' == strtoupper( $method ) ) {
    55             $data = array_map('sanitize_text_field', $data);
    5655            return $this->post( $this->get_full_url( $endpoint ), $data );
    5756        }
  • appmax/trunk/readme.txt

    r2864406 r2873080  
    44Requires at least: 5.8.1
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    152152
    153153* Versão inicial do plugin
     154
     155= 1.0.1 =
     156
     157* Correções métodos de pagamento
Note: See TracChangeset for help on using the changeset viewer.