Plugin Directory

Changeset 3122283


Ignore:
Timestamp:
07/19/2024 09:45:30 PM (18 months ago)
Author:
javier4mar
Message:

Version 1.0.23 Mejoras Wordpress y pasarela de pagos

Location:
moovin-delivery
Files:
92 added
4 edited

Legend:

Unmodified
Added
Removed
  • moovin-delivery/trunk/includes/class-moovin-delivery.php

    r2782085 r3122283  
    189189
    190190        //Woocommerce hooks
    191         $this->loader->add_action('woocommerce_after_checkout_validation', $plugin_public, 'moovin_validate_address', 9999, 2);
     191        $this->loader->add_action('woocommerce_before_checkout_validation', $plugin_public, 'moovin_validate_address', 9999, 2);
    192192        $this->loader->add_action('woocommerce_checkout_process', $plugin_public, 'moovin_validate_place_order', 10);
    193193
  • moovin-delivery/trunk/moovin-delivery.php

    r3117171 r3122283  
    1717 * Plugin URI:        https://www.moovin.me/
    1818 * Description:       Vos vendés nosotros entregamos tus paquetes, activa nuestro plugin y Moovin se encargara de entregar tus productos.
    19  * Version:           1.0.22
     19 * Version:           1.0.23
    2020 * Author:            Moovin Developer
    2121 * Author URI:        https://www.moovin.me/contacto/
     
    4545}
    4646
    47 define( 'MOOVIN_DELIVERY_VERSION', '1.0.21' );
     47define( 'MOOVIN_DELIVERY_VERSION', '1.0.22' );
    4848define( 'MOOVIN_PLUGIN_PATH', plugin_dir_path(__FILE__));
    4949define( 'MOOVIN_PLUGIN_URL', plugin_dir_url(__FILE__));
  • moovin-delivery/trunk/public/class-moovin-delivery-public.php

    r3117171 r3122283  
    16951695                        if ($is_billing_valid) {
    16961696                            $errors->add('sg_billing_address', '<b>Seleccione una ubicación de envío</b>');
     1697                            return;
    16971698                        }
    16981699                    }
     
    17071708                        if ($is_shipping_valid) {
    17081709                            $errors->add('sg_shipping_address', '<b>Seleccione una dirreción de envío</b>');
     1710                            return;
    17091711                        }
    17101712                    }
  • moovin-delivery/trunk/readme.txt

    r3117171 r3122283  
    44Tags: moovin, entregas, envios, fulfillment, recolecciones, shipping, delivery, tracking, cr, hn
    55Requires at least: 4.9
    6 Tested up to: 6.5.5
     6Tested up to: 6.6
    77Requires PHP: 5.6
    8 Stable tag: 1.0.21
     8Stable tag: 1.0.23
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    180180* Ajuste menor en mensaje fuera area cobertura Moovin
    181181
     182= 1.0.23 =
     183* Compatibilidad con wordpress 6.6
     184* Compatibilidad con procesadores de pago con redirect
     185
    182186== Upgrade Notice ==
    183187
     
    274278= 1.0.22 =
    275279* Ajuste menor en mensaje fuera area cobertura Moovin
     280
     281= 1.0.23 =
     282* Compatibilidad con wordpress 6.6
     283* Compatibilidad con procesadores de pago con redirect
Note: See TracChangeset for help on using the changeset viewer.