Google Sitemap by BestWebSoft - Version 2.8.6

Version Description

  • 16.01.2014 =
  • Bugfix : Bug related on The link which get's added to the robots.txt was fixed.
  • Update : Style of the sitemap file was updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Google Sitemap by BestWebSoft
Version 2.8.6
Comparing to
See all releases

Code changes from version 2.8.4 to 2.8.6

bws_menu/css/style.css CHANGED
@@ -111,7 +111,7 @@ h4.bws_recommended {
111
  border-radius: 2px;
112
  margin: 3px auto;
113
  padding: 7px 5px 8px;
114
- width: 116px;
115
  font-size: 14px;
116
  }
117
  .bws_product_button:hover{
111
  border-radius: 2px;
112
  margin: 3px auto;
113
  padding: 7px 5px 8px;
114
+ width: 75%;
115
  font-size: 14px;
116
  }
117
  .bws_product_button:hover{
bws_menu/js/bws_menu.js CHANGED
@@ -1,15 +1,23 @@
1
  (function($) {
2
  $(document).ready( function() {
3
  /* new version */
4
- /* var product = $( '.bws_product' ),
5
  max = 0;
6
  $( product ).each( function () {
7
  if ( $( this ).outerHeight( true ) > max )
8
  max = $( this ).outerHeight( true );
9
  });
10
-
11
  $( '.bws_product' ).css( 'height', max + 'px' );
12
- */
 
 
 
 
 
 
 
 
 
13
  $( '.bws_product_button' ).css( 'display', 'none' );
14
 
15
  $( '.bws_product_box' ).hover( function() {
1
  (function($) {
2
  $(document).ready( function() {
3
  /* new version */
4
+ var product = $( '.bws_product' ),
5
  max = 0;
6
  $( product ).each( function () {
7
  if ( $( this ).outerHeight( true ) > max )
8
  max = $( this ).outerHeight( true );
9
  });
 
10
  $( '.bws_product' ).css( 'height', max + 'px' );
11
+
12
+ var product_links = $( '.bws_product_links' );
13
+ max = 0;
14
+ $( product_links ).each( function () {
15
+ if ( $( this ).innerHeight() > max )
16
+ max = $( this ).innerHeight();
17
+ });
18
+ max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
19
+ $( '.bws_product_links' ).css( 'height', max + 'px' );
20
+
21
  $( '.bws_product_button' ).css( 'display', 'none' );
22
 
23
  $( '.bws_product_box' ).hover( function() {
css/style.css CHANGED
@@ -22,6 +22,11 @@
22
  color: #FFFFFF;
23
  border-color: #11688F;
24
  }
 
 
 
 
 
25
  /*
26
  * styles for rate-support div on the settings page
27
  */
22
  color: #FFFFFF;
23
  border-color: #11688F;
24
  }
25
+ .bws_go_pro_tab.nav-tab-active {
26
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
27
+ border-color: #CCCCCC #CCCCCC #F1F1F1;
28
+ color: #000000;
29
+ }
30
  /*
31
  * styles for rate-support div on the settings page
32
  */
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.8.4
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -231,12 +231,12 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
231
  if ( ! $au && ( $_POST['gglstmp_email'] ) && ( $_POST['gglstmp_passwd'] ) )
232
  $error = __( 'Login and password do not match. Please try again', 'sitemap' );
233
  }
234
-
235
  /* GO PRO */
236
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
237
  global $wpmu;
238
 
239
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
 
240
  if ( 1 == $wpmu ) {
241
  if ( !get_site_option( 'bstwbsftwppdtplgns_options' ) )
242
  add_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
@@ -259,6 +259,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
259
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
260
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
261
  }
 
262
  /* download Pro */
263
  if ( !function_exists( 'get_plugins' ) )
264
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -296,8 +297,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
296
  }
297
  }
298
  if ( '' == $error ) {
299
- global $wpmu;
300
- $bstwbsftwppdtplgns_options_defaults = array();
301
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
302
 
303
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
@@ -369,10 +369,10 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
369
  <form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
370
  <?php /*=============================== Creating sitemap file ====================================*/
371
  if ( file_exists( $url_sitemap ) ) {
372
- echo "<p>" . __( "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file.", 'sitemap' ) . "</p>";
373
  } else {
374
  gglstmp_sitemapcreate();
375
- echo "<p>" . __( "Your Sitemap file is created in the site root directory.", 'sitemap' ) . "</p>";
376
  }
377
  /*========================================== Recreating sitemap file ====================================*/
378
  if ( is_multisite() ) {
@@ -396,7 +396,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
396
  <?php } else { ?>
397
  <tr valign="top">
398
  <td colspan="2">
399
- <label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in robots.txt", 'sitemap' );?></label>
400
  </td>
401
  </tr>
402
  <?php } ?>
@@ -526,7 +526,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
526
  </p>
527
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['count'] ) &&
528
  '5' < $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['count'] &&
529
- $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['time'] < ( time() + (24 * 60 * 60) ) ) { ?>
530
  <p>
531
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
532
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Go!', 'sitemap' ); ?>" />
@@ -560,9 +560,9 @@ if ( ! function_exists( 'gglstmp_robots_add_sitemap' ) ) {
560
  $path = ( ! empty( $site_url['path'] ) ) ? $site_url['path'] : '';
561
  if ( is_multisite() ) {
562
  $home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
563
- $output .= "Sitemap: " . $path . "/sitemap_" . $home_url . ".xml";
564
  } else {
565
- $output .= "Sitemap: " . $path . "/sitemap.xml";
566
  }
567
  return $output;
568
  }
@@ -800,8 +800,8 @@ if ( ! function_exists ( 'gglstmp_plugin_banner' ) ) {
800
  if ( $hook_suffix == 'plugins.php' ) {
801
  $banner_array = array(
802
  array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
803
- array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
804
  array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
 
805
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
806
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
807
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
@@ -864,7 +864,7 @@ add_action( 'save_post', 'gglstmp_update_sitemap' );
864
  add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
865
 
866
  if ( 1 == get_option( 'gglstmp_robots' ) )
867
- add_filter('robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
868
 
869
  add_filter( 'plugin_action_links', 'gglstmp_action_links', 10, 2 );
870
  add_filter( 'plugin_row_meta', 'gglstmp_links', 10, 2 );
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.8.6
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
231
  if ( ! $au && ( $_POST['gglstmp_email'] ) && ( $_POST['gglstmp_passwd'] ) )
232
  $error = __( 'Login and password do not match. Please try again', 'sitemap' );
233
  }
 
234
  /* GO PRO */
235
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
236
  global $wpmu;
237
 
238
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
239
+ $bstwbsftwppdtplgns_options_defaults = array();
240
  if ( 1 == $wpmu ) {
241
  if ( !get_site_option( 'bstwbsftwppdtplgns_options' ) )
242
  add_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
259
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
260
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
261
  }
262
+
263
  /* download Pro */
264
  if ( !function_exists( 'get_plugins' ) )
265
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
297
  }
298
  }
299
  if ( '' == $error ) {
300
+ global $wpmu;
 
301
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
302
 
303
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
369
  <form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
370
  <?php /*=============================== Creating sitemap file ====================================*/
371
  if ( file_exists( $url_sitemap ) ) {
372
+ echo '<p><a href="' . $url_home . 'sitemap.xml" target="_new">' . __( "The Sitemap file", 'sitemap' ) . "</a> " . __( "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file.", 'sitemap' ) . "</p>";
373
  } else {
374
  gglstmp_sitemapcreate();
375
+ echo '<p><a href="' . $url_home . 'sitemap.xml" target="_new">' . __( "Your Sitemap file", 'sitemap' ) . "</a> " . __( "is created in the site root directory.", 'sitemap' ) . "</p>";
376
  }
377
  /*========================================== Recreating sitemap file ====================================*/
378
  if ( is_multisite() ) {
396
  <?php } else { ?>
397
  <tr valign="top">
398
  <td colspan="2">
399
+ <label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in", 'sitemap' ); ?> <a href="<?php echo $url_home; ?>robots.txt" target="_new">robots.txt</a></label>
400
  </td>
401
  </tr>
402
  <?php } ?>
526
  </p>
527
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['count'] ) &&
528
  '5' < $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['count'] &&
529
+ $bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
530
  <p>
531
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
532
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Go!', 'sitemap' ); ?>" />
560
  $path = ( ! empty( $site_url['path'] ) ) ? $site_url['path'] : '';
561
  if ( is_multisite() ) {
562
  $home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
563
+ $output .= "Sitemap: " . $path . "sitemap_" . $home_url . ".xml";
564
  } else {
565
+ $output .= "Sitemap: " . $path . "sitemap.xml";
566
  }
567
  return $output;
568
  }
800
  if ( $hook_suffix == 'plugins.php' ) {
801
  $banner_array = array(
802
  array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
 
803
  array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
804
+ array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
805
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
806
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
807
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
864
  add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
865
 
866
  if ( 1 == get_option( 'gglstmp_robots' ) )
867
+ add_filter( 'robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
868
 
869
  add_filter( 'plugin_action_links', 'gglstmp_action_links', 10, 2 );
870
  add_filter( 'plugin_row_meta', 'gglstmp_links', 10, 2 );
languages/sitemap-ru_RU.mo CHANGED
Binary file
languages/sitemap-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: google-sitemap-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-10 17:07+0300\n"
6
- "PO-Revision-Date: 2014-01-10 17:07+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -30,7 +30,6 @@ msgid "Google Sitemap"
30
  msgstr "Карта сайта Google"
31
 
32
  #: google-sitemap-plugin.php:155
33
- #: google-sitemap-plugin.php:375
34
  msgid "Your Sitemap file is created in the site root directory."
35
  msgstr "Карта сайта для вашего сайта создана в корне основной директории."
36
 
@@ -52,19 +51,19 @@ msgid "Login and password do not match. Please try again"
52
  msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
53
 
54
  #: google-sitemap-plugin.php:253
55
- #: google-sitemap-plugin.php:291
56
  msgid "Wrong license key"
57
  msgstr "Неправильный лицензионный ключ"
58
 
59
- #: google-sitemap-plugin.php:284
60
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
61
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
62
 
63
- #: google-sitemap-plugin.php:293
64
  msgid "This license key is bind to another site"
65
  msgstr "Этот лицензионный ключ привязан к другому сайту"
66
 
67
- #: google-sitemap-plugin.php:295
68
  #: google-sitemap-plugin.php:535
69
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
70
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
@@ -98,7 +97,7 @@ msgstr "Настройки"
98
 
99
  #: google-sitemap-plugin.php:362
100
  msgid "Extra settings"
101
- msgstr "Доп. настройки"
102
 
103
  #: google-sitemap-plugin.php:363
104
  msgid "Go PRO"
@@ -113,8 +112,20 @@ msgid "The plugin's settings have been changed. In order to save them please don
113
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
114
 
115
  #: google-sitemap-plugin.php:372
116
- msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
117
- msgstr "Карта сайта уже существует. Если вы хотите изменить ее на новую карту сайта, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  #: google-sitemap-plugin.php:379
120
  #: google-sitemap-plugin.php:381
2
  msgstr ""
3
  "Project-Id-Version: google-sitemap-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-16 12:23+0300\n"
6
+ "PO-Revision-Date: 2014-01-16 12:24+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
30
  msgstr "Карта сайта Google"
31
 
32
  #: google-sitemap-plugin.php:155
 
33
  msgid "Your Sitemap file is created in the site root directory."
34
  msgstr "Карта сайта для вашего сайта создана в корне основной директории."
35
 
51
  msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
52
 
53
  #: google-sitemap-plugin.php:253
54
+ #: google-sitemap-plugin.php:292
55
  msgid "Wrong license key"
56
  msgstr "Неправильный лицензионный ключ"
57
 
58
+ #: google-sitemap-plugin.php:285
59
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
60
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
61
 
62
+ #: google-sitemap-plugin.php:294
63
  msgid "This license key is bind to another site"
64
  msgstr "Этот лицензионный ключ привязан к другому сайту"
65
 
66
+ #: google-sitemap-plugin.php:296
67
  #: google-sitemap-plugin.php:535
68
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
69
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
97
 
98
  #: google-sitemap-plugin.php:362
99
  msgid "Extra settings"
100
+ msgstr "Экстра настройки"
101
 
102
  #: google-sitemap-plugin.php:363
103
  msgid "Go PRO"
112
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
113
 
114
  #: google-sitemap-plugin.php:372
115
+ msgid "The Sitemap file"
116
+ msgstr "Файл карты сайта"
117
+
118
+ #: google-sitemap-plugin.php:372
119
+ msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
120
+ msgstr "уже существует. Если вы хотите изменить ее на новую карту сайта, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
121
+
122
+ #: google-sitemap-plugin.php:375
123
+ msgid "Your Sitemap file"
124
+ msgstr "Ваш файл карты сайта"
125
+
126
+ #: google-sitemap-plugin.php:375
127
+ msgid "is created in the site root directory."
128
+ msgstr "создана в корне основной директории."
129
 
130
  #: google-sitemap-plugin.php:379
131
  #: google-sitemap-plugin.php:381
languages/sitemap-uk.mo CHANGED
Binary file
languages/sitemap-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: google-sitemap-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-10 17:07+0300\n"
6
- "PO-Revision-Date: 2014-01-10 17:07+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -31,7 +31,6 @@ msgid "Google Sitemap"
31
  msgstr "Карта сайту Google"
32
 
33
  #: google-sitemap-plugin.php:155
34
- #: google-sitemap-plugin.php:375
35
  msgid "Your Sitemap file is created in the site root directory."
36
  msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
37
 
@@ -55,19 +54,19 @@ msgid "Login and password do not match. Please try again"
55
  msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
56
 
57
  #: google-sitemap-plugin.php:253
58
- #: google-sitemap-plugin.php:291
59
  msgid "Wrong license key"
60
  msgstr ""
61
 
62
- #: google-sitemap-plugin.php:284
63
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
64
  msgstr ""
65
 
66
- #: google-sitemap-plugin.php:293
67
  msgid "This license key is bind to another site"
68
  msgstr ""
69
 
70
- #: google-sitemap-plugin.php:295
71
  #: google-sitemap-plugin.php:535
72
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
73
  msgstr ""
@@ -118,9 +117,25 @@ msgid "The plugin's settings have been changed. In order to save them please don
118
  msgstr "Установки плагіну було змінено. Щоб зберегти їх, будь ласка, не забудьте натиснути кнопку \"Зберегти зміни\"."
119
 
120
  #: google-sitemap-plugin.php:372
121
- msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
 
 
 
 
 
 
122
  msgstr "Карта уже існує. Якщо ви хочете замінити її на нову карту сайту, виберіть відповідну дію внизу. Усі інші дії перезапишуть файл, що снує."
123
 
 
 
 
 
 
 
 
 
 
 
124
  #: google-sitemap-plugin.php:379
125
  #: google-sitemap-plugin.php:381
126
  msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
2
  msgstr ""
3
  "Project-Id-Version: google-sitemap-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-16 12:24+0300\n"
6
+ "PO-Revision-Date: 2014-01-16 12:24+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
31
  msgstr "Карта сайту Google"
32
 
33
  #: google-sitemap-plugin.php:155
 
34
  msgid "Your Sitemap file is created in the site root directory."
35
  msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
36
 
54
  msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
55
 
56
  #: google-sitemap-plugin.php:253
57
+ #: google-sitemap-plugin.php:292
58
  msgid "Wrong license key"
59
  msgstr ""
60
 
61
+ #: google-sitemap-plugin.php:285
62
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
63
  msgstr ""
64
 
65
+ #: google-sitemap-plugin.php:294
66
  msgid "This license key is bind to another site"
67
  msgstr ""
68
 
69
+ #: google-sitemap-plugin.php:296
70
  #: google-sitemap-plugin.php:535
71
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
72
  msgstr ""
117
  msgstr "Установки плагіну було змінено. Щоб зберегти їх, будь ласка, не забудьте натиснути кнопку \"Зберегти зміни\"."
118
 
119
  #: google-sitemap-plugin.php:372
120
+ #, fuzzy
121
+ msgid "The Sitemap file"
122
+ msgstr "Файл карти сайту:"
123
+
124
+ #: google-sitemap-plugin.php:372
125
+ #, fuzzy
126
+ msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
127
  msgstr "Карта уже існує. Якщо ви хочете замінити її на нову карту сайту, виберіть відповідну дію внизу. Усі інші дії перезапишуть файл, що снує."
128
 
129
+ #: google-sitemap-plugin.php:375
130
+ #, fuzzy
131
+ msgid "Your Sitemap file"
132
+ msgstr "Файл карти сайту:"
133
+
134
+ #: google-sitemap-plugin.php:375
135
+ #, fuzzy
136
+ msgid "is created in the site root directory."
137
+ msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
138
+
139
  #: google-sitemap-plugin.php:379
140
  #: google-sitemap-plugin.php:381
141
  msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
- Stable tag: 2.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,6 +14,8 @@ This plugin allows you to add a Sitemap file to Google Webmaster Tools.
14
 
15
  With the Google Sitemap Plugin you can create and add a Sitemap file to Google Webmaster Tools, and get the info about your site in Google Webmaster Tools.
16
 
 
 
17
  <a href="http://wordpress.org/plugins/google-sitemap-plugin/faq/" target="_blank">FAQ</a>
18
 
19
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
@@ -84,9 +86,18 @@ In the WordPress admin panel please go to "Plugins", find the Google Sitemap and
84
 
85
  1. Google Sitemap Settings page.
86
  2. Google Sitemap Settings page on the hosting which doesn't support cURL.
 
87
 
88
  == Changelog ==
89
 
 
 
 
 
 
 
 
 
90
  = V2.8.4 - 10.01.2014 =
91
  * NEW : Installed wordpress version checking was added.
92
  * Update : BWS plugins section was updated.
@@ -171,6 +182,12 @@ In the WordPress admin panel please go to "Plugins", find the Google Sitemap and
171
 
172
  == Upgrade Notice ==
173
 
 
 
 
 
 
 
174
  = V2.8.4 =
175
  Checking installed wordpress version was added. BWS plugins section was updated. We updated all functionality for wordpress 3.8. Activation of radio button or checkbox by clicking on its label was added.
176
 
4
  Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
5
  Requires at least: 3.0
6
  Tested up to: 3.8
7
+ Stable tag: 2.8.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  With the Google Sitemap Plugin you can create and add a Sitemap file to Google Webmaster Tools, and get the info about your site in Google Webmaster Tools.
16
 
17
+ http://www.youtube.com/watch?v=C4M_ge0dyuU
18
+
19
  <a href="http://wordpress.org/plugins/google-sitemap-plugin/faq/" target="_blank">FAQ</a>
20
 
21
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
86
 
87
  1. Google Sitemap Settings page.
88
  2. Google Sitemap Settings page on the hosting which doesn't support cURL.
89
+ 3. Google Sitemap Extra Settings page.
90
 
91
  == Changelog ==
92
 
93
+ = V2.8.6 - 16.01.2014 =
94
+ * Bugfix : Bug related on The link which get's added to the robots.txt was fixed.
95
+ * Update : Style of the sitemap file was updated.
96
+
97
+ = V2.8.5 - 13.01.2014 =
98
+ * Bugfix : Bugs related on using string offset as an array were fixed.
99
+ * Update : Screenshots was updated.
100
+
101
  = V2.8.4 - 10.01.2014 =
102
  * NEW : Installed wordpress version checking was added.
103
  * Update : BWS plugins section was updated.
182
 
183
  == Upgrade Notice ==
184
 
185
+ = V2.8.6 =
186
+ Bug related on The link which get's added to the robots.txt was fixed. Style of the sitemap file was updated.
187
+
188
+ = V2.8.5 =
189
+ Bugs related on using string offset as an array were fixed. Screenshots was updated.
190
+
191
  = V2.8.4 =
192
  Checking installed wordpress version was added. BWS plugins section was updated. We updated all functionality for wordpress 3.8. Activation of radio button or checkbox by clicking on its label was added.
193
 
screenshot-1.jpg DELETED
Binary file
screenshot-1.png ADDED
Binary file
screenshot-2.jpg DELETED
Binary file
screenshot-2.png ADDED
Binary file
screenshot-3.png ADDED
Binary file
sitemap.xsl CHANGED
@@ -12,69 +12,96 @@
12
  <style type="text/css">
13
  body {
14
  font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
15
- font-size:13px;
16
- float: left;
17
- }
 
 
 
 
 
18
 
19
  h1 {
20
- text-align:center;
 
 
 
21
  }
22
-
23
- #intro {
24
- background-color:#CFEBF7;
25
- border:1px #2580B2 solid;
26
- padding:5px 13px 5px 13px;
27
- margin:10px;
28
  }
29
 
30
- #intro p {
31
- line-height: 16.8667px;
 
 
32
  }
33
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  td {
35
- font-size:11px;
36
- text-align: center;
 
 
37
  }
38
 
39
  th {
40
- text-align:left;
41
- font-size:11px;
42
- text-align: center;
43
- }
44
-
45
- tr.high {
46
- background-color:whitesmoke;
47
  }
48
 
49
  #footer {
50
- padding:2px;
51
- margin:10px;
52
- font-size:8pt;
53
- color:gray;
54
- text-align: center;
55
- }
56
-
57
- #footer a {
58
- color:gray;
59
-
60
  }
61
 
62
  a {
63
- color:black;
64
- }
 
 
 
 
65
  </style>
66
  </head>
67
  <body>
68
- <h1>XML Sitemap</h1>
69
- <div id="intro">
70
- <p>
71
- This is a XML Sitemap which is supposed to be processed by <a href="http://www.google.com">Google</a> search engine.<br />
72
- It was generated using the <a href="http://bestwebsoft.com">BestWebSoft Software</a>.<br />
73
- </p>
74
  </div>
75
  <div id="content">
76
- <table cellpadding="5">
77
- <tr style="border-bottom:1px black solid;">
78
  <th>URL</th>
79
  <th>Priority</th>
80
  <th>Change Frequency</th>
@@ -109,7 +136,7 @@
109
  </table>
110
  </div>
111
  <div id="footer">
112
- Generated with Google sitemap plugin by <a href="http://bestwebsoft.com">BestWebSoft</a>
113
  </div>
114
  </body>
115
  </html>
12
  <style type="text/css">
13
  body {
14
  font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
15
+ font-size: 13px;
16
+ }
17
+
18
+ #header {
19
+ text-align: center;
20
+ padding-top: 14px;
21
+ padding-bottom: 29px;
22
+ }
23
 
24
  h1 {
25
+ font-weight: normal;
26
+ font-size: 24px;
27
+ line-height: 20px;
28
+ color: #333333;
29
  }
30
+
31
+ h2 {
32
+ font-weight: normal;
33
+ font-size: 13px;
34
+ color: #aaaaaa;
35
+ line-height: 10px;
36
  }
37
 
38
+ #content {
39
+ background: #f8f8f8;
40
+ border-top: 1px solid #dddddd;
41
+ padding-top: 50px;
42
  }
43
+
44
+ #content a:visited,
45
+ #content tr:hover a:visited {
46
+ color: #68009c;
47
+ }
48
+
49
+ table {
50
+ margin: 0 auto;
51
+ text-align: left;
52
+ }
53
+
54
+ tr#table-header:hover {
55
+ background: none;
56
+ }
57
+
58
+ tr:hover {
59
+ background: #ebebeb;
60
+ }
61
+
62
+ #content tr:hover a {
63
+ color: #6e6e6e;
64
+ }
65
+
66
  td {
67
+ color: #6e6e6e;
68
+ font-size: 12px;
69
+ border-bottom: 1px solid #dddddd;
70
+ padding: 11px 5px 13px;
71
  }
72
 
73
  th {
74
+ color: #333333;
75
+ font-size: 12px;
76
+ border-bottom: 1px solid #dddddd;
77
+ padding: 5px 50px 17px 5px;
 
 
 
78
  }
79
 
80
  #footer {
81
+ background: #f8f8f8;
82
+ font-size: 13px;
83
+ color: #aaaaaa;
84
+ padding: 54px 0 20px;
85
+ text-align: center;
 
 
 
 
 
86
  }
87
 
88
  a {
89
+ color: #2384c6;
90
+ }
91
+ a:hover {
92
+ color: #6e6e6e;
93
+ text-decoration: none;
94
+ }
95
  </style>
96
  </head>
97
  <body>
98
+ <div id="header">
99
+ <h1>XML Sitemap</h1>
100
+ <h2>This is a XML Sitemap which is supposed to be processed by <a href="http://www.google.com">Google search engine</a>.</h2>
 
 
 
101
  </div>
102
  <div id="content">
103
+ <table cellpadding="5" cellspacing="0">
104
+ <tr id="table-header">
105
  <th>URL</th>
106
  <th>Priority</th>
107
  <th>Change Frequency</th>
136
  </table>
137
  </div>
138
  <div id="footer">
139
+ Generated with <a href="http://bestwebsoft.com/plugin/google-sitemap-plugin">Google Sitemap</a> plugin by <a href="http://bestwebsoft.com">BestWebSoft</a>
140
  </div>
141
  </body>
142
  </html>