Plugin Directory

Changeset 2517374


Ignore:
Timestamp:
04/19/2021 07:30:06 AM (5 years ago)
Author:
redboxsa
Message:

Update version 1.6

Location:
redbox-pickup
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • redbox-pickup/tags/1.6/readme.txt

    r2517345 r2517374  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • redbox-pickup/tags/1.6/redbox.php

    r2517345 r2517374  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.5
     6        * Version: 1.6
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
     
    120120                wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' );
    121121                wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' );
    122                 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.7' );
     122                wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.8' );
    123123                wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' );
    124124                wp_enqueue_script( 'redbox_front_js_map_clustor', 'https://unpkg.com/@google/markerclustererplus@4.0.1/dist/markerclustererplus.min.js' );
  • redbox-pickup/trunk/readme.txt

    r2517345 r2517374  
    55Requires at least: 3.3
    66Tested up to: 5.5.1
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • redbox-pickup/trunk/redbox.php

    r2517345 r2517374  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.5
     6        * Version: 1.6
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
     
    120120                wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' );
    121121                wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' );
    122                 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.7' );
     122                wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.8' );
    123123                wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' );
    124124                wp_enqueue_script( 'redbox_front_js_map_clustor', 'https://unpkg.com/@google/markerclustererplus@4.0.1/dist/markerclustererplus.min.js' );
Note: See TracChangeset for help on using the changeset viewer.