Changeset 3149976
- Timestamp:
- 09/11/2024 11:09:52 AM (19 months ago)
- Location:
- boxo-return
- Files:
-
- 6 edited
- 1 copied
-
tags/0.0.16 (copied) (copied from boxo-return/trunk)
-
tags/0.0.16/boxo-return.php (modified) (1 diff)
-
tags/0.0.16/checkout/checkout.php (modified) (2 diffs)
-
tags/0.0.16/readme.txt (modified) (1 diff)
-
trunk/boxo-return.php (modified) (1 diff)
-
trunk/checkout/checkout.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boxo-return/tags/0.0.16/boxo-return.php
r3149329 r3149976 2 2 /* 3 3 * Plugin Name: BOXO Return 4 * Version: 0.0.1 54 * Version: 0.0.16 5 5 * Description: Allows customers to select Boxo during checkout. 6 6 * Author: Boxo -
boxo-return/tags/0.0.16/checkout/checkout.php
r3149329 r3149976 48 48 .boxo_info_container { 49 49 /* Reset */ 50 display: inline !important; 50 51 border: none !important; 51 52 box-shadow: none !important; … … 67 68 .boxo_info_icon { 68 69 /* Reset */ 70 display: inline !important; 69 71 border: none !important; 70 72 box-shadow: none !important; -
boxo-return/tags/0.0.16/readme.txt
r3149329 r3149976 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5.3 6 Stable tag: 0.0.1 56 Stable tag: 0.0.16 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
boxo-return/trunk/boxo-return.php
r3149329 r3149976 2 2 /* 3 3 * Plugin Name: BOXO Return 4 * Version: 0.0.1 54 * Version: 0.0.16 5 5 * Description: Allows customers to select Boxo during checkout. 6 6 * Author: Boxo -
boxo-return/trunk/checkout/checkout.php
r3149329 r3149976 48 48 .boxo_info_container { 49 49 /* Reset */ 50 display: inline !important; 50 51 border: none !important; 51 52 box-shadow: none !important; … … 67 68 .boxo_info_icon { 68 69 /* Reset */ 70 display: inline !important; 69 71 border: none !important; 70 72 box-shadow: none !important; -
boxo-return/trunk/readme.txt
r3149329 r3149976 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5.3 6 Stable tag: 0.0.1 56 Stable tag: 0.0.16 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.