Changeset 3303795
- Timestamp:
- 05/30/2025 09:07:05 PM (9 months ago)
- Location:
- shipping-servientrega-woocommerce
- Files:
-
- 4 deleted
- 3 edited
- 7 copied
-
tags/7.0.4 (copied) (copied from shipping-servientrega-woocommerce/trunk)
-
tags/7.0.4/assets/js/shipping-servientrega-wc.js (copied) (copied from shipping-servientrega-woocommerce/trunk/assets/js/shipping-servientrega-wc.js)
-
tags/7.0.4/includes/class-method-shipping-servientrega-wc.php (copied) (copied from shipping-servientrega-woocommerce/trunk/includes/class-method-shipping-servientrega-wc.php)
-
tags/7.0.4/includes/class-shipping-servientrega-wc-plugin.php (copied) (copied from shipping-servientrega-woocommerce/trunk/includes/class-shipping-servientrega-wc-plugin.php)
-
tags/7.0.4/includes/class-shipping-servientrega-wc.php (copied) (copied from shipping-servientrega-woocommerce/trunk/includes/class-shipping-servientrega-wc.php) (2 diffs)
-
tags/7.0.4/lib/lib (deleted)
-
tags/7.0.4/lib/vendor/saulmoralespa/servientrega-webservice-php/.env (deleted)
-
tags/7.0.4/lib/vendor/saulmoralespa/servientrega-webservice-php/.git (deleted)
-
tags/7.0.4/lib/vendor/saulmoralespa/servientrega-webservice-php/src/SoapClientNG.php (deleted)
-
tags/7.0.4/readme.txt (copied) (copied from shipping-servientrega-woocommerce/trunk/readme.txt) (3 diffs)
-
tags/7.0.4/shipping-servientrega-wc.php (copied) (copied from shipping-servientrega-woocommerce/trunk/shipping-servientrega-wc.php) (2 diffs)
-
trunk/includes/class-shipping-servientrega-wc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/shipping-servientrega-wc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipping-servientrega-woocommerce/tags/7.0.4/includes/class-shipping-servientrega-wc.php
r3045271 r3303795 242 242 "U","n"); 243 243 $text = str_replace($not_permitted, $permitted, $string); 244 $text = mb_strtolower($text); 245 return $text; 244 return mb_strtolower($text); 246 245 } 247 246 … … 442 441 if ($city === 'san joaquin' && $destination_state_name === 'santander') 443 442 $city = "$city (SAN)"; 443 if ($city === 'armenia' && $destination_state_name === 'quindio') 444 $city = "$city (QUI)"; 444 445 445 446 return $city; -
shipping-servientrega-woocommerce/tags/7.0.4/readme.txt
r3302508 r3303795 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 8.1 8 Stable tag: 7.0. 38 Stable tag: 7.0.4 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 34 34 35 35 Debe 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.37 36 38 37 = ¿Funciona para envíos internacionales? = … … 64 63 = 7.0.3 = 65 64 * Updated custom column by Woocommerce HPOS 65 = 7.0.4 = 66 * Fixed generate guide with city Armenia 66 67 67 68 == Credits == -
shipping-servientrega-woocommerce/tags/7.0.4/shipping-servientrega-wc.php
r3302508 r3303795 3 3 * Plugin Name: Shipping Servientrega Woocommerce 4 4 * Description: Shipping Servientrega Woocommerce is available for Colombia 5 * Version: 7.0. 35 * Version: 7.0.4 6 6 * Author: Saúl Morales Pacheco 7 7 * Author URI: https://saulmoralespa.com … … 17 17 18 18 if(!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'); 20 20 } 21 21 -
shipping-servientrega-woocommerce/trunk/includes/class-shipping-servientrega-wc.php
r3045271 r3303795 242 242 "U","n"); 243 243 $text = str_replace($not_permitted, $permitted, $string); 244 $text = mb_strtolower($text); 245 return $text; 244 return mb_strtolower($text); 246 245 } 247 246 … … 442 441 if ($city === 'san joaquin' && $destination_state_name === 'santander') 443 442 $city = "$city (SAN)"; 443 if ($city === 'armenia' && $destination_state_name === 'quindio') 444 $city = "$city (QUI)"; 444 445 445 446 return $city; -
shipping-servientrega-woocommerce/trunk/readme.txt
r3302508 r3303795 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 8.1 8 Stable tag: 7.0. 38 Stable tag: 7.0.4 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 34 34 35 35 Debe 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.37 36 38 37 = ¿Funciona para envíos internacionales? = … … 64 63 = 7.0.3 = 65 64 * Updated custom column by Woocommerce HPOS 65 = 7.0.4 = 66 * Fixed generate guide with city Armenia 66 67 67 68 == Credits == -
shipping-servientrega-woocommerce/trunk/shipping-servientrega-wc.php
r3302508 r3303795 3 3 * Plugin Name: Shipping Servientrega Woocommerce 4 4 * Description: Shipping Servientrega Woocommerce is available for Colombia 5 * Version: 7.0. 35 * Version: 7.0.4 6 6 * Author: Saúl Morales Pacheco 7 7 * Author URI: https://saulmoralespa.com … … 17 17 18 18 if(!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'); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.