Version Description
- 07.08.2014 =
- Budfix : Security Exploit was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.9.2 |
Comparing to | |
See all releases |
Code changes from version 2.9.1 to 2.9.2
- bws_menu/bws_menu.php +61 -22
- bws_menu/css/style.css +1 -0
- bws_menu/icons/email-queue.png +0 -0
- bws_menu/icons/job-board.png +0 -0
- bws_menu/icons/limit-attempts.png +0 -0
- google-sitemap-plugin.php +8 -7
- readme.txt +9 -3
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.3.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
@@ -119,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
119 |
),
|
120 |
'google-one/google-plus-one.php' => array(
|
121 |
'name' => 'Google +1',
|
122 |
-
'description' => 'Allows you to
|
123 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
125 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
@@ -251,6 +251,31 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
251 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
'settings' => 'admin.php?page=user-role.php',
|
253 |
'pro_version' => 'user-role-pro/user-role-pro.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
)
|
255 |
);
|
256 |
$bws_plugins_pro = array(
|
@@ -305,7 +330,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
305 |
),
|
306 |
'google-one-pro/google-plus-one-pro.php' => array(
|
307 |
'name' => 'Google +1 Pro',
|
308 |
-
'description' => 'Allows you to
|
309 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
310 |
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
311 |
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
@@ -351,6 +376,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
351 |
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
352 |
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
353 |
'settings' => 'admin.php?page=sndrpr_settings'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
)
|
355 |
);
|
356 |
|
@@ -483,8 +515,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
483 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
484 |
( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
485 |
if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
|
486 |
-
$bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
|
487 |
-
if ( $bwsmn_form_email == "" || !
|
488 |
$error = __( "Please enter a valid email address.", 'bestwebsoft' );
|
489 |
} else {
|
490 |
$email = $bwsmn_form_email;
|
@@ -506,19 +538,24 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
506 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
507 |
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
508 |
}
|
509 |
-
$message_text .= '</table>
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
|
|
|
|
|
|
514 |
}
|
515 |
-
$
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
|
|
|
|
520 |
}
|
521 |
-
$message_text .= '</
|
522 |
$result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
|
523 |
if ( $result != true )
|
524 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
@@ -866,12 +903,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
866 |
<table class="bws_system_info">
|
867 |
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
868 |
<tbody>
|
869 |
-
<?php
|
870 |
-
|
871 |
-
<
|
872 |
-
|
873 |
-
|
874 |
-
|
|
|
|
|
875 |
</tbody>
|
876 |
</table>
|
877 |
<table class="bws_system_info">
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.3.7
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
119 |
),
|
120 |
'google-one/google-plus-one.php' => array(
|
121 |
'name' => 'Google +1',
|
122 |
+
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
123 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
125 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
251 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
'settings' => 'admin.php?page=user-role.php',
|
253 |
'pro_version' => 'user-role-pro/user-role-pro.php'
|
254 |
+
),
|
255 |
+
'email-queue/email-queue.php' => array(
|
256 |
+
'name' => 'Email Queue',
|
257 |
+
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
258 |
+
'link' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
259 |
+
'download' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
260 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
|
261 |
+
'settings' => 'admin.php?page=mlq_settings'
|
262 |
+
),
|
263 |
+
'limit-attempts/limit-attempts.php' => array(
|
264 |
+
'name' => 'Limit Attempts',
|
265 |
+
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
266 |
+
'link' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
267 |
+
'download' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
268 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
|
269 |
+
'settings' => 'admin.php?page=limit-attempts.php',
|
270 |
+
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php'
|
271 |
+
),
|
272 |
+
'job-board/job-board.php' => array(
|
273 |
+
'name' => 'Job board',
|
274 |
+
'description' => 'Allows to create a job-board page on your site.',
|
275 |
+
'link' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
276 |
+
'download' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
277 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
|
278 |
+
'settings' => 'admin.php?page=job-board.php'
|
279 |
)
|
280 |
);
|
281 |
$bws_plugins_pro = array(
|
330 |
),
|
331 |
'google-one-pro/google-plus-one-pro.php' => array(
|
332 |
'name' => 'Google +1 Pro',
|
333 |
+
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
334 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
335 |
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
336 |
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
376 |
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
377 |
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
378 |
'settings' => 'admin.php?page=sndrpr_settings'
|
379 |
+
),
|
380 |
+
'limit-attempts-pro/limit-attempts-pro.php' => array(
|
381 |
+
'name' => 'Limit Attempts Pro',
|
382 |
+
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
383 |
+
'link' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
384 |
+
'purchase' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
385 |
+
'settings' => 'admin.php?page=limit-attempts-pro.php',
|
386 |
)
|
387 |
);
|
388 |
|
515 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
516 |
( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
517 |
if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
|
518 |
+
$bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
|
519 |
+
if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
|
520 |
$error = __( "Please enter a valid email address.", 'bestwebsoft' );
|
521 |
} else {
|
522 |
$email = $bwsmn_form_email;
|
538 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
539 |
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
540 |
}
|
541 |
+
$message_text .= '</table>';
|
542 |
+
if ( ! empty( $system_info['active_plugins'] ) ) {
|
543 |
+
$message_text .= '<h4>Active Plugins</h4>
|
544 |
+
<table>';
|
545 |
+
foreach ( $system_info['active_plugins'] as $key => $value ) {
|
546 |
+
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
547 |
+
}
|
548 |
+
$message_text .= '</table>';
|
549 |
}
|
550 |
+
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
551 |
+
$message_text .= '<h4>Inactive Plugins</h4>
|
552 |
+
<table>';
|
553 |
+
foreach ( $system_info['inactive_plugins'] as $key => $value ) {
|
554 |
+
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
555 |
+
}
|
556 |
+
$message_text .= '</table>';
|
557 |
}
|
558 |
+
$message_text .= '</body></html>';
|
559 |
$result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
|
560 |
if ( $result != true )
|
561 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
903 |
<table class="bws_system_info">
|
904 |
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
905 |
<tbody>
|
906 |
+
<?php if ( ! empty( $system_info['active_plugins'] ) ) {
|
907 |
+
foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
|
908 |
+
<tr>
|
909 |
+
<td scope="row"><?php echo $key; ?></td>
|
910 |
+
<td scope="row"><?php echo $value; ?></td>
|
911 |
+
</tr>
|
912 |
+
<?php }
|
913 |
+
} ?>
|
914 |
</tbody>
|
915 |
</table>
|
916 |
<table class="bws_system_info">
|
bws_menu/css/style.css
CHANGED
@@ -95,6 +95,7 @@ h4.bws_installed:before {
|
|
95 |
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
width: 46px;
|
|
|
98 |
}
|
99 |
.bws_product_description {
|
100 |
padding: 0 10px;
|
95 |
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
width: 46px;
|
98 |
+
line-height: 19px;
|
99 |
}
|
100 |
.bws_product_description {
|
101 |
padding: 0 10px;
|
bws_menu/icons/email-queue.png
ADDED
Binary file
|
bws_menu/icons/job-board.png
ADDED
Binary file
|
bws_menu/icons/limit-attempts.png
ADDED
Binary file
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Sitemap
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.9.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -292,14 +292,14 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
292 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
293 |
global $bstwbsftwppdtplgns_options;
|
294 |
|
295 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
|
296 |
|
297 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
|
298 |
if ( '' != $bws_license_key ) {
|
299 |
if ( strlen( $bws_license_key ) != 18 ) {
|
300 |
$error = __( "Wrong license key", 'sitemap' );
|
301 |
} else {
|
302 |
-
$bws_license_plugin =
|
303 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
|
304 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
305 |
} else {
|
@@ -501,20 +501,20 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
501 |
<?php if ( ! function_exists( 'curl_init' ) ) { ?>
|
502 |
<tr valign="top">
|
503 |
<td colspan="2" class="gglstmppr_error">
|
504 |
-
<?php
|
505 |
</td>
|
506 |
</tr>
|
507 |
<?php } else { ?>
|
508 |
<tr valign="top">
|
509 |
<td colspan="2">
|
510 |
-
<?php
|
511 |
</td>
|
512 |
</tr>
|
513 |
<tr valign="top">
|
514 |
<th scope="row"><?php _e( 'Settings for remote work with Google Webmaster Tools', 'sitemap' ); ?></th>
|
515 |
<td>
|
516 |
-
<input placeholder="<?php _e( "Login", 'sitemap' ); ?>" type='text' name='gglstmp_email' value="<?php if ( isset( $_REQUEST['gglstmp_email'] ) ) echo
|
517 |
-
<input placeholder="<?php _e( "Password", 'sitemap' ); ?>" type='password' name='gglstmp_passwd' value="<?php if ( isset( $_REQUEST['gglstmp_passwd'] ) ) echo
|
518 |
<label><input type='radio' name='gglstmp_menu' value="ad" /> <?php _e( "I want to add this site to Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
519 |
<label><input type='radio' name='gglstmp_menu' value="del" /> <?php _e( "I want to delete this site from Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
520 |
<label><input type='radio' name='gglstmp_menu' value="inf" /> <?php _e( "I want to get info about this site in Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
@@ -862,6 +862,7 @@ if ( ! function_exists ( 'gglstmp_plugin_banner' ) ) {
|
|
862 |
global $hook_suffix;
|
863 |
if ( $hook_suffix == 'plugins.php' ) {
|
864 |
$banner_array = array(
|
|
|
865 |
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
866 |
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
867 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.9.2
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
292 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
293 |
global $bstwbsftwppdtplgns_options;
|
294 |
|
295 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( esc_html( $_POST['bws_license_key'] ) ) : "";
|
296 |
|
297 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
|
298 |
if ( '' != $bws_license_key ) {
|
299 |
if ( strlen( $bws_license_key ) != 18 ) {
|
300 |
$error = __( "Wrong license key", 'sitemap' );
|
301 |
} else {
|
302 |
+
$bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
|
303 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
|
304 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
305 |
} else {
|
501 |
<?php if ( ! function_exists( 'curl_init' ) ) { ?>
|
502 |
<tr valign="top">
|
503 |
<td colspan="2" class="gglstmppr_error">
|
504 |
+
<?php _e( "This hosting does not support сURL, so you cannot add a sitemap file automatically.", 'sitemap' ); ?>
|
505 |
</td>
|
506 |
</tr>
|
507 |
<?php } else { ?>
|
508 |
<tr valign="top">
|
509 |
<td colspan="2">
|
510 |
+
<?php _e( "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools.", 'sitemap' ); ?>
|
511 |
</td>
|
512 |
</tr>
|
513 |
<tr valign="top">
|
514 |
<th scope="row"><?php _e( 'Settings for remote work with Google Webmaster Tools', 'sitemap' ); ?></th>
|
515 |
<td>
|
516 |
+
<input placeholder="<?php _e( "Login", 'sitemap' ); ?>" type='text' name='gglstmp_email' value="<?php if ( isset( $_REQUEST['gglstmp_email'] ) ) echo stripslashes( esc_html( $_REQUEST['gglstmp_email'] ) ); ?>" /><br />
|
517 |
+
<input placeholder="<?php _e( "Password", 'sitemap' ); ?>" type='password' name='gglstmp_passwd' value="<?php if ( isset( $_REQUEST['gglstmp_passwd'] ) ) echo stripslashes( esc_html( $_REQUEST['gglstmp_passwd'] ) ); ?>" /><br />
|
518 |
<label><input type='radio' name='gglstmp_menu' value="ad" /> <?php _e( "I want to add this site to Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
519 |
<label><input type='radio' name='gglstmp_menu' value="del" /> <?php _e( "I want to delete this site from Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
520 |
<label><input type='radio' name='gglstmp_menu' value="inf" /> <?php _e( "I want to get info about this site in Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
862 |
global $hook_suffix;
|
863 |
if ( $hook_suffix == 'plugins.php' ) {
|
864 |
$banner_array = array(
|
865 |
+
array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
|
866 |
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
867 |
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
868 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: add posts to sitemap, add pages to sitemap, add sitemap, add site to google webmaster tools, create a map, google, googel, googgle, gogle, gogole, google sitemap, google sitemap plugin, google webmaster tools, sitemep, sitemap, sitemaps, site mep, site map, sitemap file path, update sitemap
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -100,6 +100,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
103 |
= V2.9.1 - 14.07.2014 =
|
104 |
* Budfix : We added updating for the sitemap file when changing the status of the post from publish to private.
|
105 |
|
@@ -209,7 +212,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
209 |
* New: Ability to add site in google webmaster tools, verify it and add sitemap file was added.
|
210 |
|
211 |
== Upgrade Notice ==
|
212 |
-
|
|
|
|
|
|
|
213 |
= V2.9.1 =
|
214 |
We added updating for the sitemap file when changing the status of the post from publish to private.
|
215 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: add posts to sitemap, add pages to sitemap, add sitemap, add site to google webmaster tools, create a map, google, googel, googgle, gogle, gogole, google sitemap, google sitemap plugin, google webmaster tools, sitemep, sitemap, sitemaps, site mep, site map, sitemap file path, update sitemap
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.0-beta3
|
7 |
+
Stable tag: 2.9.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= V2.9.2 - 07.08.2014 =
|
104 |
+
* Budfix : Security Exploit was fixed.
|
105 |
+
|
106 |
= V2.9.1 - 14.07.2014 =
|
107 |
* Budfix : We added updating for the sitemap file when changing the status of the post from publish to private.
|
108 |
|
212 |
* New: Ability to add site in google webmaster tools, verify it and add sitemap file was added.
|
213 |
|
214 |
== Upgrade Notice ==
|
215 |
+
|
216 |
+
= V2.9.2 =
|
217 |
+
Security Exploit was fixed.
|
218 |
+
|
219 |
= V2.9.1 =
|
220 |
We added updating for the sitemap file when changing the status of the post from publish to private.
|
221 |
|