Changeset 2678350
- Timestamp:
- 02/14/2022 10:03:23 AM (4 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 8 copied
-
tags/1.27 (copied) (copied from redbox-pickup/trunk)
-
tags/1.27/admin/config.php (copied) (copied from redbox-pickup/trunk/admin/config.php)
-
tags/1.27/admin/new_method.php (copied) (copied from redbox-pickup/trunk/admin/new_method.php)
-
tags/1.27/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css) (1 diff)
-
tags/1.27/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php)
-
tags/1.27/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js)
-
tags/1.27/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (1 diff)
-
tags/1.27/redbox.php (copied) (copied from redbox-pickup/trunk/redbox.php) (2 diffs)
-
trunk/css/front.css (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/redbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
redbox-pickup/tags/1.27/css/front.css
r2622672 r2678350 12 12 left: 0px; 13 13 background: #040404c4; 14 z-index: 100000;14 z-index: 999999999; 15 15 width: 100%; 16 16 height: 100%; -
redbox-pickup/tags/1.27/readme.txt
r2650250 r2678350 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 67 Stable tag: 1.27 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/tags/1.27/redbox.php
r2650250 r2678350 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 66 * Version: 1.27 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 128 128 function redbox_load_scrip_and_style_front() { 129 129 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' ); 131 131 wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' ); 132 132 wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' ); -
redbox-pickup/trunk/css/front.css
r2622672 r2678350 12 12 left: 0px; 13 13 background: #040404c4; 14 z-index: 100000;14 z-index: 999999999; 15 15 width: 100%; 16 16 height: 100%; -
redbox-pickup/trunk/readme.txt
r2650250 r2678350 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 67 Stable tag: 1.27 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/trunk/redbox.php
r2650250 r2678350 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 66 * Version: 1.27 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 128 128 function redbox_load_scrip_and_style_front() { 129 129 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' ); 131 131 wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' ); 132 132 wp_enqueue_style( 'redbox_font_cario', 'https://fonts.googleapis.com/css?family=Cairo' );
Note: See TracChangeset
for help on using the changeset viewer.