Plugin Directory

Changeset 1790355


Ignore:
Timestamp:
12/21/2017 12:42:23 AM (8 years ago)
Author:
ecomerciar
Message:

Actualizacion 1.6.2

Location:
woo-oca
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • woo-oca/trunk/oca-shipping.php

    r1790160 r1790355  
    4646}
    4747
    48 
    49 
    5048// =========================================================================
    5149/**
     
    8583    $datos['valor_declarado'] = str_replace(',', "", $datos['valor_declarado']);
    8684
     85    if(html_entity_decode($datos['provincia_cliente']) == 'Tucumán'){
     86        $datos['provincia_cliente'] = 'Tucumán';
     87    }
     88
    8789    // Se filtran las comillas
    8890    $datos = array_map(function($value){
    8991        $value = str_replace('"', "", $value);
    9092        $value = str_replace("'", "", $value);
     93        $value = str_replace(";", "", $value);
     94        $value = str_replace("&", "", $value);
    9195        $value = str_replace("<", "", $value);
    9296        $value = str_replace(">", "", $value);
     97        $value = str_replace("º", "", $value);
     98        $value = str_replace("ª", "", $value);
    9399        return $value;
    94100    }, $datos);
  • woo-oca/trunk/readme.txt

    r1790160 r1790355  
    66Tested up to: 4.9
    77Requires PHP: 5.6
    8 Stable tag: 1.6.1
     8Stable tag: 1.6.2
    99Language: Spanish
    1010License: GPLv2 or later
     
    5454== Changelog ==
    5555
     56= 1.6.2 =
     57* Agregados filtros adicionales para remover caracteres especiales antes de ingresar un envio
     58
    5659= 1.6.1 =
    5760* Expansión de medida minima permitida para los envios
  • woo-oca/trunk/woocommerce-oca.php

    r1790160 r1790355  
    55Plugin URI: http://ecomerciar.com
    66Description: Integración de oca para realizar envíos a través de la plataforma WooCommerce.
    7 Version: 1.6.1
     7Version: 1.6.2
    88Author: Ecomerciar
    99Author URI: http://ecomerciar.com
Note: See TracChangeset for help on using the changeset viewer.