Changeset 2517378
- Timestamp:
- 04/19/2021 07:35:47 AM (5 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 6 copied
-
tags/1.7 (copied) (copied from redbox-pickup/trunk)
-
tags/1.7/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css)
-
tags/1.7/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php)
-
tags/1.7/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js) (1 diff)
-
tags/1.7/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (1 diff)
-
tags/1.7/redbox.php (copied) (copied from redbox-pickup/trunk/redbox.php) (2 diffs)
-
trunk/js/front.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/redbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
redbox-pickup/tags/1.7/js/front.js
r2517345 r2517378 203 203 if (isRestrict) { 204 204 msgRestrict = point.alert_message[locale] 205 } 206 point.icon = "https://app.redboxsa.com/icon_locker.png" 207 if (point.type_point == "Both") { 208 point.icon = "https://app.redboxsa.com/icon_counter_locker.png" 209 } else if (point.type_point == "Counter") { 210 point.icon = "https://app.redboxsa.com/icon_counter.png" 205 211 } 206 212 let htmlRestrict = isRestrict ? ` -
redbox-pickup/tags/1.7/readme.txt
r2517374 r2517378 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1. 67 Stable tag: 1.7 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/tags/1.7/redbox.php
r2517374 r2517378 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1. 66 * Version: 1.7 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 117 117 function redbox_load_scrip_and_style_front() { 118 118 wp_enqueue_style( 'redbox_font_awesome', 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css' ); 119 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0. 7' );119 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.9' ); 120 120 wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' ); 121 121 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. 8' );122 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.9' ); 123 123 wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' ); 124 124 wp_enqueue_script( 'redbox_front_js_map_clustor', 'https://unpkg.com/@google/markerclustererplus@4.0.1/dist/markerclustererplus.min.js' ); -
redbox-pickup/trunk/js/front.js
r2517345 r2517378 203 203 if (isRestrict) { 204 204 msgRestrict = point.alert_message[locale] 205 } 206 point.icon = "https://app.redboxsa.com/icon_locker.png" 207 if (point.type_point == "Both") { 208 point.icon = "https://app.redboxsa.com/icon_counter_locker.png" 209 } else if (point.type_point == "Counter") { 210 point.icon = "https://app.redboxsa.com/icon_counter.png" 205 211 } 206 212 let htmlRestrict = isRestrict ? ` -
redbox-pickup/trunk/readme.txt
r2517374 r2517378 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1. 67 Stable tag: 1.7 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/trunk/redbox.php
r2517374 r2517378 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1. 66 * Version: 1.7 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 117 117 function redbox_load_scrip_and_style_front() { 118 118 wp_enqueue_style( 'redbox_font_awesome', 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css' ); 119 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0. 7' );119 wp_enqueue_style( 'redbox_front_css', REDBOX_PLUGIN_DIR . '/css/front.css', false, '1.0.9' ); 120 120 wp_enqueue_style( 'redbox_font_roboto', 'https://fonts.googleapis.com/css?family=Roboto' ); 121 121 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. 8' );122 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.9' ); 123 123 wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' ); 124 124 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.