Plugin Directory

Changeset 2678350


Ignore:
Timestamp:
02/14/2022 10:03:23 AM (4 years ago)
Author:
redboxsa
Message:

Version 1.27

Location:
redbox-pickup
Files:
3 edited
8 copied

Legend:

Unmodified
Added
Removed
  • redbox-pickup/tags/1.27/css/front.css

    r2622672 r2678350  
    1212    left: 0px;
    1313    background: #040404c4;
    14     z-index: 100000;
     14    z-index: 999999999;
    1515    width: 100%;
    1616    height: 100%;
  • redbox-pickup/tags/1.27/readme.txt

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

    r2650250 r2678350  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.26
     6        * Version: 1.27
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
     
    128128            function redbox_load_scrip_and_style_front() {
    129129                wp_enqueue_style( 'redbox_font_awesome', 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css' );
    130                 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.19' );
     130                wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.20' );
    131131                wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' );
    132132                wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' );
  • redbox-pickup/trunk/css/front.css

    r2622672 r2678350  
    1212    left: 0px;
    1313    background: #040404c4;
    14     z-index: 100000;
     14    z-index: 999999999;
    1515    width: 100%;
    1616    height: 100%;
  • redbox-pickup/trunk/readme.txt

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

    r2650250 r2678350  
    44        * Description: This plugin allows customers pickup package at RedBox Locker.
    55        * Plugin URI: https://woocommerce.com/
    6         * Version: 1.26
     6        * Version: 1.27
    77        * Author: RedBox
    88        * Author URI: https://redboxsa.com
     
    128128            function redbox_load_scrip_and_style_front() {
    129129                wp_enqueue_style( 'redbox_font_awesome', 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css' );
    130                 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.19' );
     130                wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.20' );
    131131                wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' );
    132132                wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' );
Note: See TracChangeset for help on using the changeset viewer.