Changeset 2910367
- Timestamp:
- 05/09/2023 09:07:35 PM (3 years ago)
- Location:
- appmax/trunk
- Files:
-
- 3 edited
-
appmax-payments.php (modified) (2 diffs)
-
includes/core/checkout/class-appmax-payments-checkout-customer-frontend.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appmax/trunk/appmax-payments.php
r2910317 r2910367 3 3 * Plugin Name: Appmax 4 4 * Description: Maximize suas vendas com as opções de pagamento da Appmax. 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * License: GPLv2 or later 7 7 * Author: Appmax … … 29 29 class Appmax_Payments 30 30 { 31 const VERSION = '1.0. 2';31 const VERSION = '1.0.3'; 32 32 33 33 /** -
appmax/trunk/includes/core/checkout/class-appmax-payments-checkout-customer-frontend.php
r2864369 r2910367 28 28 29 29 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 }); 30 35 } 31 36 -
appmax/trunk/readme.txt
r2910320 r2910367 4 4 Requires at least: 5.8.1 5 5 Tested up to: 6.1.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 160 160 161 161 * 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.