Changeset 2768963
- Timestamp:
- 08/10/2022 02:16:05 PM (4 years ago)
- Location:
- redbox-pickup
- Files:
-
- 3 edited
- 8 copied
-
tags/1.29 (copied) (copied from redbox-pickup/trunk)
-
tags/1.29/admin/config.php (copied) (copied from redbox-pickup/trunk/admin/config.php)
-
tags/1.29/admin/new_method.php (copied) (copied from redbox-pickup/trunk/admin/new_method.php)
-
tags/1.29/css/front.css (copied) (copied from redbox-pickup/trunk/css/front.css)
-
tags/1.29/front/front.php (copied) (copied from redbox-pickup/trunk/front/front.php)
-
tags/1.29/js/front.js (copied) (copied from redbox-pickup/trunk/js/front.js) (1 diff)
-
tags/1.29/readme.txt (copied) (copied from redbox-pickup/trunk/readme.txt) (1 diff)
-
tags/1.29/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.29/js/front.js
r2622679 r2768963 32 32 label_confirm_can_access_retricted_area: "نعم، لدي تصريح للوصول لموقع الخزانة", 33 33 day: "أيام", 34 select_other_point: " Select other Pickup point",34 select_other_point: "اختر نقطة التقاط أخرى", 35 35 select_a_point: "Select a Pickup point", 36 36 counter_locker: "خزانة وكاونتر", -
redbox-pickup/tags/1.29/readme.txt
r2678417 r2768963 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 87 Stable tag: 1.29 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/tags/1.29/redbox.php
r2678417 r2768963 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 86 * Version: 1.29 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 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' ); 133 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0. 19' );133 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.20' ); 134 134 wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' ); 135 135 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
r2622679 r2768963 32 32 label_confirm_can_access_retricted_area: "نعم، لدي تصريح للوصول لموقع الخزانة", 33 33 day: "أيام", 34 select_other_point: " Select other Pickup point",34 select_other_point: "اختر نقطة التقاط أخرى", 35 35 select_a_point: "Select a Pickup point", 36 36 counter_locker: "خزانة وكاونتر", -
redbox-pickup/trunk/readme.txt
r2678417 r2768963 5 5 Requires at least: 3.3 6 6 Tested up to: 5.5.1 7 Stable tag: 1.2 87 Stable tag: 1.29 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
redbox-pickup/trunk/redbox.php
r2678417 r2768963 4 4 * Description: This plugin allows customers pickup package at RedBox Locker. 5 5 * Plugin URI: https://woocommerce.com/ 6 * Version: 1.2 86 * Version: 1.29 7 7 * Author: RedBox 8 8 * Author URI: https://redboxsa.com … … 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' ); 133 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0. 19' );133 wp_enqueue_script( 'redbox_front_js', REDBOX_PLUGIN_DIR . '/js/front.js', false, '1.0.20' ); 134 134 wp_enqueue_script( 'redbox_front_js_map', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBY1xlGe6jLbugOJegCsUGnzlufYWa5CRw&sensor=false&libraries=places' ); 135 135 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.