Plugin Directory

Changeset 1790160


Ignore:
Timestamp:
12/20/2017 03:23:31 PM (8 years ago)
Author:
ecomerciar
Message:

Version 1.6.1

Location:
woo-oca
Files:
27 added
4 edited

Legend:

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

    r1790145 r1790160  
    565565               
    566566                $res['peso'] = number_format($res['peso'], 2);
    567                 if($res['volumen'] < 0.01 ){
     567                if($res['volumen'] < 0.000001 ){
    568568                    $res['volumen'] = -1;
    569569                }
  • woo-oca/trunk/oca-shipping.php

    r1790145 r1790160  
    8989        $value = str_replace('"', "", $value);
    9090        $value = str_replace("'", "", $value);
     91        $value = str_replace("<", "", $value);
     92        $value = str_replace(">", "", $value);
    9193        return $value;
    9294    }, $datos);
  • woo-oca/trunk/readme.txt

    r1790145 r1790160  
    66Tested up to: 4.9
    77Requires PHP: 5.6
    8 Stable tag: 1.6
     8Stable tag: 1.6.1
    99Language: Spanish
    1010License: GPLv2 or later
     
    5454== Changelog ==
    5555
     56= 1.6.1 =
     57* Expansión de medida minima permitida para los envios
     58
    5659= 1.6 =
    5760* Corregido bug que permitia finalizar compra sin seleccionar una sucursal
  • woo-oca/trunk/woocommerce-oca.php

    r1790145 r1790160  
    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
     7Version: 1.6.1
    88Author: Ecomerciar
    99Author URI: http://ecomerciar.com
Note: See TracChangeset for help on using the changeset viewer.