Plugin Directory

Changeset 3344151


Ignore:
Timestamp:
08/13/2025 09:23:51 PM (7 months ago)
Author:
saulmorales
Message:

tagging version 4.0.29

Location:
shipping-envia-colvanes-woo
Files:
6 edited
7 copied

Legend:

Unmodified
Added
Removed
  • shipping-envia-colvanes-woo/tags/4.0.29/lib/vendor/saulmoralespa/envia-colvanes-api-php/.git/config

    r2606415 r3344151  
    1111    remote = origin
    1212    merge = refs/heads/master
     13    vscode-merge-base = origin/master
    1314[remote "composer"]
    1415    url = https://github.com/saulmoralespa/envia-colvanes-api-php.git
  • shipping-envia-colvanes-woo/tags/4.0.29/lib/vendor/saulmoralespa/envia-colvanes-api-php/src/Client.php

    r2606417 r3344151  
    1111class Client
    1212{
    13     const SANDBOX_URL_LIQUIDATION = 'http://200.69.100.66/ServicioLiquidacionRESTpruebas/Service1.svc/Liquidacion/';
    14     const URL_LIQUIDATION = 'http://200.69.100.66/ServicioLiquidacionREST/Service1.svc/Liquidacion/';
     13    const SANDBOX_URL_LIQUIDATION = 'https://hub.envia.co/ServicioLiquidacionRESTpruebas/Service1.svc/Liquidacion/';
     14    const URL_LIQUIDATION = 'https://hub.envia.co/ServicioLiquidacionREST/Service1.svc/Liquidacion/';
    1515
    16     const SANDBOX_URL_GUIDES = 'http://200.69.100.66/ServicioLiquidacionRESTpruebas/Service1.svc/Generacion/';
    17     const URL_GUIDES = 'http://200.69.100.66/ServicioLiquidacionREST/Service1.svc/Generacion/';
     16    const SANDBOX_URL_GUIDES = 'https://hub.envia.co/ServicioLiquidacionRESTpruebas/Service1.svc/Generacion/';
     17    const URL_GUIDES = 'https://hub.envia.co/ServicioLiquidacionREST/Service1.svc/Generacion/';
    1818
    19     const SANDBOX_URL_GET_GUIDES = 'http://200.69.100.66/ServicioRESTConsultaEstadospruebas/Service1Consulta.svc/ConsultaGuia/';
    20     const URL_GET_GUIDES = 'http://200.69.100.66/ServicioRESTConsultaEstados/Service1Consulta.svc/ConsultaGuia/';
     19    const SANDBOX_URL_GET_GUIDES = 'https://hub.envia.co/ServicioRESTConsultaEstadospruebas/Service1Consulta.svc/ConsultaGuia/';
     20    const URL_GET_GUIDES = 'https://hub.envia.co/ServicioRESTConsultaEstados/Service1Consulta.svc/ConsultaGuia/';
    2121
    2222    private $user;
  • shipping-envia-colvanes-woo/tags/4.0.29/readme.txt

    r3108899 r3344151  
    44Tags: commerce, e-commerce, commerce, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, Colombia, envia colvanes
    55Requires at least: 6.0
    6 Tested up to: 6.5.2
     6Tested up to: 6.8.2
    77Requires PHP: 8.1
    8 Stable tag: 4.0.28
     8Stable tag: 4.0.29
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Fixed validate code_account
    101101* Fixed repeat field _shipping_custom_price_product_smp in variation product
    102 = 4.0.27 =
     102= 4.0.28 =
    103103* Fixed define return value type in get_shop
     104= 4.0.29 =
     105* Updated endpoints
    104106
    105107== Additional Info ==
     
    107109
    108110== Credits ==
    109 *  [Saul Morales Pacheco](https://saulmoralespa.com) [@saulmoralesp](http://twitter.com/saulmoralesp)
     111*  [Saul Morales Pacheco](https://saulmoralespa.com)
  • shipping-envia-colvanes-woo/tags/4.0.29/shipping-envia-colvanes-woo.php

    r3108899 r3344151  
    33 * Plugin Name: Shipping Envia Colvanes Woo
    44 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia
    5  * Version: 4.0.28
     5 * Version: 4.0.29
    66 * Author: Saul Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
    88 * License: GNU General Public License v3.0
    99 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
    10  * WC tested up to: 8.8.3
    11  * WC requires at least: 4.0
     10 * WC tested up to: 10.0.4
     11 * WC requires at least: 8.0
    1212 * Requires Plugins: woocommerce,departamentos-y-ciudades-de-colombia-para-woocommerce
    1313 *
     
    1919
    2020if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){
    21     define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28');
     21    define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.29');
    2222}
    2323
  • shipping-envia-colvanes-woo/trunk/lib/vendor/saulmoralespa/envia-colvanes-api-php/.git/config

    r2606415 r3344151  
    1111    remote = origin
    1212    merge = refs/heads/master
     13    vscode-merge-base = origin/master
    1314[remote "composer"]
    1415    url = https://github.com/saulmoralespa/envia-colvanes-api-php.git
  • shipping-envia-colvanes-woo/trunk/lib/vendor/saulmoralespa/envia-colvanes-api-php/src/Client.php

    r2606417 r3344151  
    1111class Client
    1212{
    13     const SANDBOX_URL_LIQUIDATION = 'http://200.69.100.66/ServicioLiquidacionRESTpruebas/Service1.svc/Liquidacion/';
    14     const URL_LIQUIDATION = 'http://200.69.100.66/ServicioLiquidacionREST/Service1.svc/Liquidacion/';
     13    const SANDBOX_URL_LIQUIDATION = 'https://hub.envia.co/ServicioLiquidacionRESTpruebas/Service1.svc/Liquidacion/';
     14    const URL_LIQUIDATION = 'https://hub.envia.co/ServicioLiquidacionREST/Service1.svc/Liquidacion/';
    1515
    16     const SANDBOX_URL_GUIDES = 'http://200.69.100.66/ServicioLiquidacionRESTpruebas/Service1.svc/Generacion/';
    17     const URL_GUIDES = 'http://200.69.100.66/ServicioLiquidacionREST/Service1.svc/Generacion/';
     16    const SANDBOX_URL_GUIDES = 'https://hub.envia.co/ServicioLiquidacionRESTpruebas/Service1.svc/Generacion/';
     17    const URL_GUIDES = 'https://hub.envia.co/ServicioLiquidacionREST/Service1.svc/Generacion/';
    1818
    19     const SANDBOX_URL_GET_GUIDES = 'http://200.69.100.66/ServicioRESTConsultaEstadospruebas/Service1Consulta.svc/ConsultaGuia/';
    20     const URL_GET_GUIDES = 'http://200.69.100.66/ServicioRESTConsultaEstados/Service1Consulta.svc/ConsultaGuia/';
     19    const SANDBOX_URL_GET_GUIDES = 'https://hub.envia.co/ServicioRESTConsultaEstadospruebas/Service1Consulta.svc/ConsultaGuia/';
     20    const URL_GET_GUIDES = 'https://hub.envia.co/ServicioRESTConsultaEstados/Service1Consulta.svc/ConsultaGuia/';
    2121
    2222    private $user;
  • shipping-envia-colvanes-woo/trunk/readme.txt

    r3108899 r3344151  
    44Tags: commerce, e-commerce, commerce, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, Colombia, envia colvanes
    55Requires at least: 6.0
    6 Tested up to: 6.5.2
     6Tested up to: 6.8.2
    77Requires PHP: 8.1
    8 Stable tag: 4.0.28
     8Stable tag: 4.0.29
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Fixed validate code_account
    101101* Fixed repeat field _shipping_custom_price_product_smp in variation product
    102 = 4.0.27 =
     102= 4.0.28 =
    103103* Fixed define return value type in get_shop
     104= 4.0.29 =
     105* Updated endpoints
    104106
    105107== Additional Info ==
     
    107109
    108110== Credits ==
    109 *  [Saul Morales Pacheco](https://saulmoralespa.com) [@saulmoralesp](http://twitter.com/saulmoralesp)
     111*  [Saul Morales Pacheco](https://saulmoralespa.com)
  • shipping-envia-colvanes-woo/trunk/shipping-envia-colvanes-woo.php

    r3108899 r3344151  
    33 * Plugin Name: Shipping Envia Colvanes Woo
    44 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia
    5  * Version: 4.0.28
     5 * Version: 4.0.29
    66 * Author: Saul Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
    88 * License: GNU General Public License v3.0
    99 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
    10  * WC tested up to: 8.8.3
    11  * WC requires at least: 4.0
     10 * WC tested up to: 10.0.4
     11 * WC requires at least: 8.0
    1212 * Requires Plugins: woocommerce,departamentos-y-ciudades-de-colombia-para-woocommerce
    1313 *
     
    1919
    2020if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){
    21     define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28');
     21    define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.29');
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.