Google XML Sitemaps - Version 3.2.7

Version Description

Download this release

Release Info

Developer arnee
Plugin Icon 128x128 Google XML Sitemaps
Version 3.2.7
Comparing to
See all releases

Code changes from version 3.2.6 to 3.2.7

documentation.txt CHANGED
@@ -235,6 +235,8 @@
235
  Added friendly hint to try out the new beta
236
  2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now
237
  Removed deprecated function call
 
 
238
 
239
  Maybe Todo:
240
  ==============================================================================
@@ -243,7 +245,7 @@
243
 
244
  License:
245
  ==============================================================================
246
- Copyright 2005 - 2009 ARNE BRACHHOLD (email : himself - arnebrachhold - de)
247
 
248
  This program is free software; you can redistribute it and/or modify
249
  it under the terms of the GNU General Public License as published by
235
  Added friendly hint to try out the new beta
236
  2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now
237
  Removed deprecated function call
238
+ 2012-04-24 3.2.7 Fixed custom post types, thanks to clearsite of the wordpress.org forum!
239
+ Fixed broken admin layout on WP 3.4
240
 
241
  Maybe Todo:
242
  ==============================================================================
245
 
246
  License:
247
  ==============================================================================
248
+ Copyright 2005 - 2012 ARNE BRACHHOLD (email : himself - arnebrachhold - de)
249
 
250
  This program is free software; you can redistribute it and/or modify
251
  it under the terms of the GNU General Public License as published by
lang/sitemap-es_ES.po CHANGED
@@ -2,7 +2,7 @@
2
  # Copyright (C) 2005 [name] : [URL]
3
  # This file is distributed under the same license as the WordPress package.
4
  # [name] <[mail-address]>, 2005.
5
- # $Id: sitemap-es_ES.po 183255 2009-12-15 22:14:37Z arnee $
6
  #
7
  msgid ""
8
  msgstr ""
2
  # Copyright (C) 2005 [name] : [URL]
3
  # This file is distributed under the same license as the WordPress package.
4
  # [name] <[mail-address]>, 2005.
5
+ # $Id: sitemap-es_ES.po 535845 2012-04-24 21:44:22Z arnee $
6
  #
7
  msgid ""
8
  msgstr ""
lang/sitemap.pot CHANGED
@@ -2,7 +2,7 @@
2
  # Copyright (C) 2005 [name] : [URL]
3
  # This file is distributed under the same license as the WordPress package.
4
  # [name] <[mail-address]>, 2005.
5
- # $Id: sitemap.pot 175669 2009-11-20 21:55:02Z arnee $
6
  #
7
  msgid ""
8
  msgstr ""
2
  # Copyright (C) 2005 [name] : [URL]
3
  # This file is distributed under the same license as the WordPress package.
4
  # [name] <[mail-address]>, 2005.
5
+ # $Id: sitemap.pot 535845 2012-04-24 21:44:22Z arnee $
6
  #
7
  msgid ""
8
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: arnee
3
  Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
4
  Tags: seo, google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
5
  Requires at least: 2.1
6
- Tested up to: 3.3
7
- Stable tag: 3.2.5
8
 
9
  This plugin will generate a special XML sitemap which will help search engines to better index your blog.
10
 
@@ -12,6 +12,10 @@ This plugin will generate a special XML sitemap which will help search engines t
12
 
13
  This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.
14
 
 
 
 
 
15
  Related Links:
16
 
17
  * <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" title="Google XML Sitemaps Plugin for WordPress">Plugin Homepage</a>
3
  Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
4
  Tags: seo, google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
5
  Requires at least: 2.1
6
+ Tested up to: 3.4
7
+ Stable tag: 3.2.6
8
 
9
  This plugin will generate a special XML sitemap which will help search engines to better index your blog.
10
 
12
 
13
  This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.
14
 
15
+
16
+ > #### Try out the brand new Beta version!
17
+ > Download the new beta version and try the new features like dynamic sitemap generation, full support for network activation, reduced memory usage and much more! <a href="http://www.arnebrachhold.de/redir/sitemap-dl-beta/">Download the beta version here!</a>
18
+
19
  Related Links:
20
 
21
  * <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" title="Google XML Sitemaps Plugin for WordPress">Plugin Homepage</a>
sitemap-ui.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
 
4
- $Id: sitemap-ui.php 440117 2011-09-19 13:24:49Z arnee $
5
 
6
  */
7
 
@@ -443,6 +443,39 @@ class GoogleSitemapGeneratorUI {
443
  padding:1px;
444
  margin:0;
445
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  </style>
447
 
448
  <?php elseif(version_compare($wp_version,"2.5",">=")): ?>
@@ -1073,7 +1106,7 @@ class GoogleSitemapGeneratorUI {
1073
 
1074
  $enabledPostTypes = $this->sg->GetOption('in_customtypes');
1075
 
1076
- if(count($taxonomies)>0) {
1077
  ?><b><?php _e('Custom post types', 'sitemap') ?>:</b><ul><?php
1078
 
1079
  foreach ($custom_post_types as $post_type) {
1
  <?php
2
  /*
3
 
4
+ $Id: sitemap-ui.php 535851 2012-04-24 21:48:23Z arnee $
5
 
6
  */
7
 
443
  padding:1px;
444
  margin:0;
445
  }
446
+
447
+ <?php if (version_compare($wp_version, "3.4", "<")): //Fix style for WP 3.4 (dirty way for now..) ?>
448
+
449
+ .inner-sidebar #side-sortables, .columns-2 .inner-sidebar #side-sortables {
450
+ min-height: 300px;
451
+ width: 280px;
452
+ padding: 0;
453
+ }
454
+
455
+ .has-right-sidebar .inner-sidebar {
456
+ display: block;
457
+ }
458
+
459
+ .inner-sidebar {
460
+ float: right;
461
+ clear: right;
462
+ display: none;
463
+ width: 281px;
464
+ position: relative;
465
+ }
466
+
467
+ .has-right-sidebar #post-body-content {
468
+ margin-right: 300px;
469
+ }
470
+
471
+ #post-body-content {
472
+ width: auto !important;
473
+ float: none !important;
474
+ }
475
+
476
+ <?php endif; ?>
477
+
478
+
479
  </style>
480
 
481
  <?php elseif(version_compare($wp_version,"2.5",">=")): ?>
1106
 
1107
  $enabledPostTypes = $this->sg->GetOption('in_customtypes');
1108
 
1109
+ if(count($custom_post_types)>0) {
1110
  ?><b><?php _e('Custom post types', 'sitemap') ?>:</b><ul><?php
1111
 
1112
  foreach ($custom_post_types as $post_type) {
sitemap.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  /*
4
- $Id: sitemap.php 440117 2011-09-19 13:24:49Z arnee $
5
 
6
  Google XML Sitemaps Generator for WordPress
7
  ==============================================================================
@@ -25,7 +25,7 @@
25
  Plugin Name: Google XML Sitemaps
26
  Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
27
  Description: This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.
28
- Version: 3.2.6
29
  Author: Arne Brachhold
30
  Author URI: http://www.arnebrachhold.de/
31
  Text Domain: sitemap
1
  <?php
2
 
3
  /*
4
+ $Id: sitemap.php 535851 2012-04-24 21:48:23Z arnee $
5
 
6
  Google XML Sitemaps Generator for WordPress
7
  ==============================================================================
25
  Plugin Name: Google XML Sitemaps
26
  Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
27
  Description: This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.
28
+ Version: 3.2.7
29
  Author: Arne Brachhold
30
  Author URI: http://www.arnebrachhold.de/
31
  Text Domain: sitemap