Changeset 2873080
- Timestamp:
- 03/01/2023 02:37:47 PM (3 years ago)
- Location:
- appmax/trunk
- Files:
-
- 3 edited
-
appmax-payments.php (modified) (2 diffs)
-
includes/core/class-appmax-payments-api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appmax/trunk/appmax-payments.php
r2864369 r2873080 3 3 * Plugin Name: Appmax 4 4 * Description: Maximize suas vendas com as opções de pagamento da Appmax. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * License: GPLv2 or later 7 7 * Author: Appmax … … 29 29 class Appmax_Payments 30 30 { 31 const VERSION = '1.0. 0';31 const VERSION = '1.0.1'; 32 32 33 33 /** -
appmax/trunk/includes/core/class-appmax-payments-api.php
r2864369 r2873080 53 53 { 54 54 if ( 'POST' == strtoupper( $method ) ) { 55 $data = array_map('sanitize_text_field', $data);56 55 return $this->post( $this->get_full_url( $endpoint ), $data ); 57 56 } -
appmax/trunk/readme.txt
r2864406 r2873080 4 4 Requires at least: 5.8.1 5 5 Tested up to: 6.1.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 152 152 153 153 * 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.