Plugin Directory

Changeset 2782085


Ignore:
Timestamp:
09/08/2022 04:58:54 PM (3 years ago)
Author:
javier4mar
Message:

Version 1.0.21

Location:
moovin-delivery
Files:
92 added
3 edited

Legend:

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

    r2780361 r2782085  
    166166        $this->loader->add_action( 'isa_add_every_three_minutes', $plugin_admin, 'every_three_minutes_event_func' );
    167167
    168         wp_register_style(
    169             'moovin-font-awesome',
    170             'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css',
    171             array(),
    172             '5.15.3'
    173 );
    174168    }
    175169
  • moovin-delivery/trunk/moovin-delivery.php

    r2780361 r2782085  
    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.20
     19 * Version:           1.0.21
    2020 * Author:            Moovin Developer
    2121 * Author URI:        https://www.moovin.me/contacto/
     
    4545}
    4646
    47 define( 'MOOVIN_DELIVERY_VERSION', '1.0.19' );
     47define( 'MOOVIN_DELIVERY_VERSION', '1.0.21' );
    4848define( 'MOOVIN_PLUGIN_PATH', plugin_dir_path(__FILE__));
    4949define( 'MOOVIN_PLUGIN_URL', plugin_dir_url(__FILE__));
  • moovin-delivery/trunk/readme.txt

    r2780361 r2782085  
    66Tested up to: 6.0
    77Requires PHP: 5.6
    8 Stable tag: 1.0.20
     8Stable tag: 1.0.21
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    174174* Ajustes de compatibilidad con procesamiento TiloPay
    175175
     176= 1.0.21 =
     177* Ajuste menor
     178
    176179== Upgrade Notice ==
    177180
     
    262265= 1.0.20 =
    263266* Ajustes de compatibilidad con procesamiento TiloPay
     267
     268= 1.0.21 =
     269* Ajuste menor
Note: See TracChangeset for help on using the changeset viewer.