Plugin Directory

Changeset 3303795


Ignore:
Timestamp:
05/30/2025 09:07:05 PM (9 months ago)
Author:
saulmorales
Message:

tagging version 7.0.4

Location:
shipping-servientrega-woocommerce
Files:
4 deleted
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • shipping-servientrega-woocommerce/tags/7.0.4/includes/class-shipping-servientrega-wc.php

    r3045271 r3303795  
    242242            "U","n");
    243243        $text = str_replace($not_permitted, $permitted, $string);
    244         $text = mb_strtolower($text);
    245         return $text;
     244        return mb_strtolower($text);
    246245    }
    247246
     
    442441        if ($city === 'san joaquin' && $destination_state_name === 'santander')
    443442            $city = "$city (SAN)";
     443        if ($city === 'armenia' && $destination_state_name === 'quindio')
     444            $city = "$city (QUI)";
    444445
    445446        return $city;
  • shipping-servientrega-woocommerce/tags/7.0.4/readme.txt

    r3302508 r3303795  
    66Tested up to: 6.8.1
    77Requires PHP: 8.1
    8 Stable tag: 7.0.3
     8Stable tag: 7.0.4
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3434
    3535Debe solicitar el servicio desde el portal de Servientrega [ver más al detalle](https://www.servientrega.com/wps/portal/Colombia/personas/soluciones/mercancias).
    36 * Si la tienda se encuentra en ciudades principales, escríbame tal vez yo le pueda facilitar el contacto con servientrega.
    3736
    3837= ¿Funciona para envíos internacionales? =
     
    6463= 7.0.3 =
    6564* Updated custom column by  Woocommerce HPOS
     65= 7.0.4 =
     66* Fixed generate guide with city Armenia
    6667
    6768== Credits ==
  • shipping-servientrega-woocommerce/tags/7.0.4/shipping-servientrega-wc.php

    r3302508 r3303795  
    33 * Plugin Name: Shipping Servientrega Woocommerce
    44 * Description: Shipping Servientrega Woocommerce is available for Colombia
    5  * Version: 7.0.3
     5 * Version: 7.0.4
    66 * Author: Saúl Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
     
    1717
    1818if(!defined('SHIPPING_SERVIENTREGA_WC_SS_VERSION')){
    19     define('SHIPPING_SERVIENTREGA_WC_SS_VERSION', '7.0.3');
     19    define('SHIPPING_SERVIENTREGA_WC_SS_VERSION', '7.0.4');
    2020}
    2121
  • shipping-servientrega-woocommerce/trunk/includes/class-shipping-servientrega-wc.php

    r3045271 r3303795  
    242242            "U","n");
    243243        $text = str_replace($not_permitted, $permitted, $string);
    244         $text = mb_strtolower($text);
    245         return $text;
     244        return mb_strtolower($text);
    246245    }
    247246
     
    442441        if ($city === 'san joaquin' && $destination_state_name === 'santander')
    443442            $city = "$city (SAN)";
     443        if ($city === 'armenia' && $destination_state_name === 'quindio')
     444            $city = "$city (QUI)";
    444445
    445446        return $city;
  • shipping-servientrega-woocommerce/trunk/readme.txt

    r3302508 r3303795  
    66Tested up to: 6.8.1
    77Requires PHP: 8.1
    8 Stable tag: 7.0.3
     8Stable tag: 7.0.4
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3434
    3535Debe solicitar el servicio desde el portal de Servientrega [ver más al detalle](https://www.servientrega.com/wps/portal/Colombia/personas/soluciones/mercancias).
    36 * Si la tienda se encuentra en ciudades principales, escríbame tal vez yo le pueda facilitar el contacto con servientrega.
    3736
    3837= ¿Funciona para envíos internacionales? =
     
    6463= 7.0.3 =
    6564* Updated custom column by  Woocommerce HPOS
     65= 7.0.4 =
     66* Fixed generate guide with city Armenia
    6667
    6768== Credits ==
  • shipping-servientrega-woocommerce/trunk/shipping-servientrega-wc.php

    r3302508 r3303795  
    33 * Plugin Name: Shipping Servientrega Woocommerce
    44 * Description: Shipping Servientrega Woocommerce is available for Colombia
    5  * Version: 7.0.3
     5 * Version: 7.0.4
    66 * Author: Saúl Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
     
    1717
    1818if(!defined('SHIPPING_SERVIENTREGA_WC_SS_VERSION')){
    19     define('SHIPPING_SERVIENTREGA_WC_SS_VERSION', '7.0.3');
     19    define('SHIPPING_SERVIENTREGA_WC_SS_VERSION', '7.0.4');
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.