Plugin Directory

Changeset 3149976


Ignore:
Timestamp:
09/11/2024 11:09:52 AM (19 months ago)
Author:
boxodev
Message:

Update to version 0.0.16 from GitHub

Location:
boxo-return
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • boxo-return/tags/0.0.16/boxo-return.php

    r3149329 r3149976  
    22/*
    33* Plugin Name: BOXO Return
    4 * Version: 0.0.15
     4* Version: 0.0.16
    55* Description: Allows customers to select Boxo during checkout.
    66* Author: Boxo
  • boxo-return/tags/0.0.16/checkout/checkout.php

    r3149329 r3149976  
    4848                .boxo_info_container {
    4949                    /* Reset */
     50                    display: inline !important;
    5051                    border: none !important;
    5152                    box-shadow: none !important;
     
    6768                .boxo_info_icon {
    6869                    /* Reset */
     70                    display: inline !important;
    6971                    border: none !important;
    7072                    box-shadow: none !important;
  • boxo-return/tags/0.0.16/readme.txt

    r3149329 r3149976  
    44Requires at least: 4.7
    55Tested up to: 6.5.3
    6 Stable tag: 0.0.15
     6Stable tag: 0.0.16
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • boxo-return/trunk/boxo-return.php

    r3149329 r3149976  
    22/*
    33* Plugin Name: BOXO Return
    4 * Version: 0.0.15
     4* Version: 0.0.16
    55* Description: Allows customers to select Boxo during checkout.
    66* Author: Boxo
  • boxo-return/trunk/checkout/checkout.php

    r3149329 r3149976  
    4848                .boxo_info_container {
    4949                    /* Reset */
     50                    display: inline !important;
    5051                    border: none !important;
    5152                    box-shadow: none !important;
     
    6768                .boxo_info_icon {
    6869                    /* Reset */
     70                    display: inline !important;
    6971                    border: none !important;
    7072                    box-shadow: none !important;
  • boxo-return/trunk/readme.txt

    r3149329 r3149976  
    44Requires at least: 4.7
    55Tested up to: 6.5.3
    6 Stable tag: 0.0.15
     6Stable tag: 0.0.16
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.