Simple Sitemap – Automatically Generate a Responsive Sitemap - Version 1.9

Version Description

Download this release

Release Info

Developer dgwyer
Plugin Icon Simple Sitemap – Automatically Generate a Responsive Sitemap
Version 1.9
Comparing to
See all releases

Code changes from version 1.87 to 1.9

Files changed (2) hide show
  1. readme.txt +19 -5
  2. simple-sitemap.php +7 -5
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Simple Sitemap ===
2
  Contributors: dgwyer
3
  Tags: seo sitemap, html, sitemap, html sitemap, seo, global, sort, shortcode, pages, posts, custom post types, post types, responsive, responsive sitemap
4
- Requires at least: 2.7
5
- Tested up to: 4.5.2
6
- Stable tag: 1.87
7
 
8
  The simplest responsive HTML sitemap available for WordPress! No setup required. Flexible customization options available.
9
 
@@ -31,9 +31,16 @@ Please <a href="https://wordpress.org/support/view/plugin-reviews/simple-sitemap
31
 
32
  ><strong>We're proud to announce that <a href="https://wpgoplugins.com/plugins/simple-sitemap-pro">Simple Sitemap Pro</a> is now available!</strong>
33
  >
34
- >Upgrade today for even more flexible sitemap options.
35
  >
36
- >For instance, embed your sitemap inside TABS for a fantastic look. Fully responsive sitemap for column AND tabbed layouts on all devices! Checkout the <a href="https://wordpress.org/plugins/simple-sitemap/screenshots/">screenshots</a>, or click <a href="https://wpgoplugins.com/plugins/simple-sitemap-pro">here</a> for more details.
 
 
 
 
 
 
 
37
  >
38
  >See our <a href="https://www.wpgoplugins.com" target="_blank">WordPress plugin site</a> for more top plugins!
39
 
@@ -55,9 +62,16 @@ Please <a href="https://wordpress.org/support/view/plugin-reviews/simple-sitemap
55
  5. Tabbed sitemap is fully responsive too. (Pro only)
56
  6. Easily add icons and captions to each sitemap item. (Pro only)
57
  7. Added icons and captions look great on mobile devices. (Pro only).
 
 
 
58
 
59
  == Changelog ==
60
 
 
 
 
 
61
  *1.87 update*
62
 
63
  * Update plugin setting links.
1
  === Simple Sitemap ===
2
  Contributors: dgwyer
3
  Tags: seo sitemap, html, sitemap, html sitemap, seo, global, sort, shortcode, pages, posts, custom post types, post types, responsive, responsive sitemap
4
+ Requires at least: 3.0
5
+ Tested up to: 4.7
6
+ Stable tag: 1.9
7
 
8
  The simplest responsive HTML sitemap available for WordPress! No setup required. Flexible customization options available.
9
 
31
 
32
  ><strong>We're proud to announce that <a href="https://wpgoplugins.com/plugins/simple-sitemap-pro">Simple Sitemap Pro</a> is now available!</strong>
33
  >
34
+ >Upgrade today for even more flexible sitemap options including:
35
  >
36
+ > * *New* tabbed sitemap layout.
37
+ > * Fully responsive sitemap for column AND tabbed layouts, on all devices!
38
+ > * Display sitemap in a horizontal list.
39
+ > * Show hierarchical parent pages as links or plain text.
40
+ > * Exclude individual pages.
41
+ > * Customize sitemap titles for specific pages (via filter).
42
+ >
43
+ > Checkout the <a href="https://wordpress.org/plugins/simple-sitemap/screenshots/">screenshots</a>, or click <a href="https://wpgoplugins.com/plugins/simple-sitemap-pro">here</a> for more details.
44
  >
45
  >See our <a href="https://www.wpgoplugins.com" target="_blank">WordPress plugin site</a> for more top plugins!
46
 
62
  5. Tabbed sitemap is fully responsive too. (Pro only)
63
  6. Easily add icons and captions to each sitemap item. (Pro only)
64
  7. Added icons and captions look great on mobile devices. (Pro only).
65
+ 8. Remove ALL parent page links and leave just the title text. (Pro only)
66
+ 9. Remove specific parent page links ONLY by entering a comma separated list of parent page IDs. (Pro only)
67
+ 10. Show sitemap in a horizontal list separated by any character(s). (Pro only)
68
 
69
  == Changelog ==
70
 
71
+ *1.9 update*
72
+
73
+ * Fixed compatibility bug with WordPress 4.7.
74
+
75
  *1.87 update*
76
 
77
  * Update plugin setting links.
simple-sitemap.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple Sitemap
4
  Plugin URI: http://wordpress.org/plugins/simple-sitemap/
5
  Description: HTML sitemap to display content as a single linked list of posts, pages, or custom post types. You can even display posts in groups sorted by taxonomy!
6
- Version: 1.87
7
  Author: David Gwyer
8
  Author URI: http://www.wpgoplugins.com
9
  Text Domain: simple-sitemap
@@ -79,6 +79,7 @@ function wpss_render_form() {
79
 
80
  <div class="notice" style="border: 2px #DAA520 solid;margin: 20px 0;">
81
  <p><a href="https://wpgoplugins.com/plugins/simple-sitemap-pro/" target="_blank"><strong>Simple Sitemap PRO</strong></a> is now available! Access great new features such as sitemap image icons, captions, and beautiful responsive tabbed layouts. <b>Try risk free today with our 100% money back guarantee! <span class="dashicons dashicons-smiley"></span></b></p>
 
82
  </div>
83
 
84
  <p><?php _e( 'From version 1.8 the Simple Sitemap plugin has been rewritten to provide much more flexibility. You now have access to a range of shortcode attributes to customize how the sitemap renders.', 'simple-sitemap' ); ?></p>
@@ -124,9 +125,9 @@ function wpss_render_form() {
124
 
125
  <div style="clear:both;">
126
  <p>
127
- <a href="http://www.twitter.com/dgwyer" title="Follow me Twitter!" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/twitter.png"></a>&nbsp;&nbsp;
128
- <input class="button" style="vertical-align:12px;" type="button" value="Visit Our NEW Site!" onClick="window.open('http://www.wpgothemes.com')">
129
- <input class="button" style="vertical-align:12px;" type="button" value="Minn, Our Latest Theme" onClick="window.open('http://www.wpgothemes.com/themes/minn')">
130
  </p>
131
  </div>
132
 
@@ -485,7 +486,8 @@ function wpss_list_pages( $arr, $query_args ) {
485
  'sort_order' => $query_args['order'],
486
  'link_before' => '',
487
  'link_after' => '',
488
- 'walker' => '',
 
489
  );
490
 
491
  $output = '';
3
  Plugin Name: Simple Sitemap
4
  Plugin URI: http://wordpress.org/plugins/simple-sitemap/
5
  Description: HTML sitemap to display content as a single linked list of posts, pages, or custom post types. You can even display posts in groups sorted by taxonomy!
6
+ Version: 1.9
7
  Author: David Gwyer
8
  Author URI: http://www.wpgoplugins.com
9
  Text Domain: simple-sitemap
79
 
80
  <div class="notice" style="border: 2px #DAA520 solid;margin: 20px 0;">
81
  <p><a href="https://wpgoplugins.com/plugins/simple-sitemap-pro/" target="_blank"><strong>Simple Sitemap PRO</strong></a> is now available! Access great new features such as sitemap image icons, captions, and beautiful responsive tabbed layouts. <b>Try risk free today with our 100% money back guarantee! <span class="dashicons dashicons-smiley"></span></b></p>
82
+ <p style="font-weight:bold;">*NEW* in Simple Sitemap Pro 0.6: Remove sitemap links for ALL parent pages or specific ones only.</p>
83
  </div>
84
 
85
  <p><?php _e( 'From version 1.8 the Simple Sitemap plugin has been rewritten to provide much more flexibility. You now have access to a range of shortcode attributes to customize how the sitemap renders.', 'simple-sitemap' ); ?></p>
125
 
126
  <div style="clear:both;">
127
  <p>
128
+ <a href="http://www.twitter.com/dgwyer" title="Join me on Twitter!" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/twitter.png"></a>&nbsp;&nbsp;
129
+ <input class="button" style="vertical-align:12px;" type="button" value="Visit Our NEW Plugin Site!" onClick="window.open('http://www.wpgoplugins.com')">
130
+ <input class="button" style="vertical-align:12px;" type="button" value="Flexr, Our Latest Theme" onClick="window.open('http://www.wpgothemes.com/themes/flexr')">
131
  </p>
132
  </div>
133
 
486
  'sort_order' => $query_args['order'],
487
  'link_before' => '',
488
  'link_after' => '',
489
+ 'item_spacing' => '',
490
+ //'walker' => '',
491
  );
492
 
493
  $output = '';