Plugin Directory

Changeset 2910367


Ignore:
Timestamp:
05/09/2023 09:07:35 PM (3 years ago)
Author:
appmaxplataforma
Message:

ajustes

Location:
appmax/trunk
Files:
3 edited

Legend:

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

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

    r2864369 r2910367  
    2828
    2929        add_filter( 'woocommerce_get_order_address', array( $this, 'order_address' ), 10, 3 );
     30
     31        add_filter('kses_allowed_protocols', function ($protocols) {
     32            $protocols[] = 'data';
     33            return $protocols;
     34        });
    3035    }
    3136
  • appmax/trunk/readme.txt

    r2910320 r2910367  
    44Requires at least: 5.8.1
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    160160
    161161* Correções qrcode pix
     162
     163= 1.0.3 =
     164
     165* Correções qrcode pix
Note: See TracChangeset for help on using the changeset viewer.