Changeset 3204342
- Timestamp:
- 12/08/2024 11:59:04 AM (13 months ago)
- Location:
- api-bing-map-2018/trunk
- Files:
-
- 8 edited
-
includes/BingMapPro_Includes.php (modified) (2 diffs)
-
includes/BingMapPro_Infobox.php (modified) (1 diff)
-
includes/BingMapPro_LifeCycle.php (modified) (7 diffs)
-
includes/BingMapPro_Maps.php (modified) (2 diffs)
-
js/bmp-script-ajax.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
-
wp-bing-map-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
api-bing-map-2018/trunk/includes/BingMapPro_Includes.php
r2970206 r3204342 114 114 <div id="bmp_feedback_container" style="display: none;"> 115 115 <div class="bmp-feedback-header"> 116 <h2><?php e cho esc_html( __( "We're sorry to see you go", 'bing-map-pro' )); ?></h2>116 <h2><?php esc_html_e("We're sorry to see you go", 'bing-map-pro' ); ?></h2> 117 117 <div id="bmp_modal_close" > 118 118 <svg id="bmp_close_svg" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> … … 131 131 132 132 $radio_buttons = array( 133 __( "Lack of functionality", 'bing-map-pro' ),134 __( "Too difficult to use", 'bing-map-pro' ),135 __( "The plugin isn't working", 'bing-map-pro' ),136 __( "The plugin isn't useful", 'bing-map-pro' ),137 __( 'Temporarily disabling or troubleshooting', 'bing-map-pro' )133 esc_html__( "Lack of functionality", 'bing-map-pro' ), 134 esc_html__( "Too difficult to use", 'bing-map-pro' ), 135 esc_html__( "The plugin isn't working", 'bing-map-pro' ), 136 esc_html__( "The plugin isn't useful", 'bing-map-pro' ), 137 esc_html__( 'Temporarily disabling or troubleshooting', 'bing-map-pro' ) 138 138 ); 139 139 -
api-bing-map-2018/trunk/includes/BingMapPro_Infobox.php
r2970206 r3204342 98 98 echo( 99 99 wp_sprintf( '%s <a href="%s" target="_blank"> %s </a>', 100 __('You can find the Advanced Version ', 'bing-map-pro'),100 esc_html__('You can find the Advanced Version ', 'bing-map-pro'), 101 101 esc_url( BMP_URLS['adv_tinymce'] ) , 102 __('HERE', 'bing-map-pro')102 esc_html__('HERE', 'bing-map-pro') 103 103 ) 104 104 ); -
api-bing-map-2018/trunk/includes/BingMapPro_LifeCycle.php
r2970206 r3204342 608 608 array( 609 609 'error' => true, 610 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')610 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 611 611 )); 612 612 wp_die(); … … 710 710 array( 711 711 'error' => true, 712 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')712 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 713 713 )); 714 714 wp_die(); … … 737 737 array( 738 738 'error' => true, 739 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')739 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 740 740 )); 741 741 wp_die(); … … 766 766 array( 767 767 'error' => true, 768 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')768 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 769 769 )); 770 770 … … 1088 1088 array( 1089 1089 'error' => true, 1090 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')1090 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 1091 1091 )); 1092 1092 … … 1129 1129 array( 1130 1130 'error' => true, 1131 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')1131 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 1132 1132 )); 1133 1133 … … 1214 1214 array( 1215 1215 'error' => true, 1216 'message' => __('Error. Sorry, the page did not verify.', 'bing-map-pro')1216 'message' => esc_html__('Error. Sorry, the page did not verify.', 'bing-map-pro') 1217 1217 )); 1218 1218 -
api-bing-map-2018/trunk/includes/BingMapPro_Maps.php
r2970206 r3204342 35 35 <table id="mapsTable" class='table table-striped'> 36 36 <thead> <tr> 37 <th> <?php esc_html_e('Acti ve', 'bing-map-pro');?> </th>37 <th> <?php esc_html_e('Actions', 'bing-map-pro');?> </th> 38 38 <th> <?php esc_html_e('Title', 'bing-map-pro');?> </th> 39 39 <th> <?php esc_html_e('Short Code', 'bing-map-pro');?> </th> 40 40 <th> <?php esc_html_e('Active Pins', 'bing-map-pro');?> </th> 41 41 <th> <?php esc_html_e('Shapes', 'bing-map-pro');?> </th> 42 <th> <?php esc_html_e('Acti ons', 'bing-map-pro');?> </th>42 <th> <?php esc_html_e('Active', 'bing-map-pro');?> </th> 43 43 </tr> 44 44 </thead> … … 49 49 $shortcode = esc_html( ($map['shortcode'] == '' ) ? "[bing-map-pro id={$map['id']}]" : "[{$map['shortcode']}]" ); 50 50 echo '<tr id="map_' . esc_html($map['id']) . '">'. 51 '<td> '. bmp_showActive( $map['active'], $map['id'] ) . '</td>'. 51 '<td> <button type="button" data-id='.esc_html($map['id']).' id="edit_bmp_map" class="button btn-success edit-bmp-map" 52 data-toggle="tooltip" data-placement="bottom" title="'. esc_html__('Edit', 'bing-map-pro').'"> <i class="fa fa-edit"></i> </button> <span class="spacer"> </span> '. 53 '<button type="button" data-id='.esc_html($map['id']).' onclick="BmpDeleteMap(this)" id="delete_bmp_map" class="button btn-danger delete-bmp-map" 54 data-toggle="tooltip" data-placement="bottom" title="'. esc_html__('Delete', 'bing-map-pro').'"> <i class="fa fa-trash"></i> </button>'. 55 '</td>'. 52 56 '<td> '. str_replace('\\', '', esc_html( $map['title'] ) ) . '</td>'. 53 57 '<td> <input type="text" readonly value="'. $shortcode .'" /> </td>'. 54 58 '<td>'.(isset($map['pin_no']) ? $map['pin_no'] : '0').'</td>' . 55 59 '<td> '.(isset($map['shape_no']) ? $map['shape_no'] : '0').'</td>' . 56 '<td> <button type="button" data-id='.esc_html($map['id']).' id="edit_bmp_map" class="button btn-success edit-bmp-map" 57 data-toggle="tooltip" data-placement="bottom" title="'. esc_html__('Edit', 'bing-map-pro').'"> <i class="fa fa-edit"></i> </button> <span class="spacer"> </span> '. 58 '<button type="button" data-id='.esc_html($map['id']).' onclick="BmpDeleteMap(this)" id="delete_bmp_map" class="button btn-danger delete-bmp-map" 59 data-toggle="tooltip" data-placement="bottom" title="'. esc_html__('Delete', 'bing-map-pro').'"> <i class="fa fa-trash"></i> </button>'. 60 '</td>'. 60 61 '<td> '. bmp_showActive( $map['active'], $map['id'] ) . '</td>'. 61 62 '</tr>'; 62 63 -
api-bing-map-2018/trunk/js/bmp-script-ajax.js
r2970206 r3204342 518 518 "</td>"); 519 519 520 elements.push( $ ckbActive, $title, $shortcode, $active_pins, $active_shapes, $actions);520 elements.push( $actions, $title, $shortcode, $active_pins, $active_shapes, $ckbActive ); 521 521 522 522 bmpX( $row ).append( elements ); -
api-bing-map-2018/trunk/readme.txt
r3064140 r3204342 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HH7J3U2U9YYQ2 4 4 Tags: bing map, api bing map, maps, bing 5 Requires at least: 5. 0.16 Tested up to: 6. 57 Stable tag: 5.0. 15 Requires at least: 5.2 6 Tested up to: 6.7 7 Stable tag: 5.0.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 77 77 78 78 == Changelog == 79 = 2024-12-08 80 Tested with Wordpress 6.7 81 Changed actions and Active columns in Maps view 79 82 80 83 = 2024-04-03 -
api-bing-map-2018/trunk/uninstall.php
r2970206 r3204342 39 39 $bmp_table_map_shortcodes = $wpdb->prefix . 'bingmappro_map_shortcodes'; 40 40 41 $bmp_query_map_pins = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_map_pins}; "); 42 $bmp_query_maps = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_maps}; "); 43 $bmp_query_pins = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_pins}; "); 44 $bmp_query_shapes = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_shapes}; "); 45 $bmp_query_map_shapes = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_map_shapes}; "); 46 $bmp_query_map_shortcodes = $wpdb->query("DROP TABLE IF EXISTS {$bmp_table_map_shortcodes}; "); 41 $bmp_query_map_pins = $wpdb->query( $wpdb->prepare( 42 "DROP TABLE IF EXISTS %i;", 43 $bmp_table_map_pins)); 44 45 $bmp_query_maps = $wpdb->query( $wpdb->prepare( 46 "DROP TABLE IF EXISTS %i;", 47 $bmp_table_maps )); 48 49 $bmp_query_pins = $wpdb->query( $wpdb->prepare( 50 "DROP TABLE IF EXISTS %i;", 51 $bmp_table_pins )); 52 53 $bmp_query_shapes = $wpdb->query( $wpdb->prepare( 54 "DROP TABLE IF EXISTS %i;", 55 $bmp_table_shapes )); 56 57 $bmp_query_map_shapes = $wpdb->query( $wpdb->prepare( 58 "DROP TABLE IF EXISTS %i;", 59 $bmp_table_map_shapes )); 60 61 $bmp_query_map_shortcodes = $wpdb->query( $wpdb->prepare( 62 "DROP TABLE IF EXISTS %i;", 63 $bmp_table_map_shortcodes )); -
api-bing-map-2018/trunk/wp-bing-map-pro.php
r3064140 r3204342 3 3 * Plugin Name: WP Bing Map Pro 4 4 * Plugin URI: https://tuskcode.com 5 * Version: 5.0. 15 * Version: 5.0.2 6 6 * Author: dan009 7 7 * Description: Simple, and easy to use, unlimited maps, pins, and infoboxes for every page on your website … … 13 13 14 14 $BingMapPro_MinimalRequiredPhpVersion = '5.2'; 15 $BMP_PLUGIN_VERSION = '5.0. 1';15 $BMP_PLUGIN_VERSION = '5.0.2'; 16 16 define( 'BMP_PLUGIN_URL', plugins_url( '', __FILE__ ) ); 17 17
Note: See TracChangeset
for help on using the changeset viewer.