Simple Sitemap – Automatically Generate a Responsive Sitemap - Version 2.1

Version Description

Download this release

Release Info

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

Code changes from version 2.0 to 2.1

Files changed (5) hide show
  1. images/facebook.png +0 -0
  2. images/info.png +0 -0
  3. images/yt.png +0 -0
  4. readme.txt +5 -1
  5. simple-sitemap.php +7 -10
images/facebook.png ADDED
Binary file
images/info.png ADDED
Binary file
images/yt.png ADDED
Binary file
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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: 2.0
7
 
8
  The simplest responsive HTML sitemap available for WordPress! No setup required. Flexible customization options available.
9
 
@@ -68,6 +68,10 @@ Please <a href="https://wordpress.org/support/view/plugin-reviews/simple-sitemap
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  *2.0*
72
 
73
  * Plugin settings page updated.
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: 2.1
7
 
8
  The simplest responsive HTML sitemap available for WordPress! No setup required. Flexible customization options available.
9
 
68
 
69
  == Changelog ==
70
 
71
+ *2.1*
72
+
73
+ * Fixed broken image links on plugin settings page.
74
+
75
  *2.0*
76
 
77
  * Plugin settings page updated.
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: 2.0
7
  Author: David Gwyer
8
  Author URI: http://www.wpgoplugins.com
9
  Text Domain: simple-sitemap
@@ -53,7 +53,7 @@ function wpss_admin_notice(){
53
  if( get_transient( 'wpss-admin-notice' ) ){
54
  ?>
55
  <div class="updated notice is-dismissible">
56
- <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>
57
  </div>
58
  <?php
59
  /* Delete transient, only display this notice once. */
@@ -84,14 +84,11 @@ function wpss_render_form() {
84
  <h2><?php _e( 'Simple Sitemap Options', 'simple-sitemap' ); ?></h2>
85
 
86
  <div class="notice" style="border: 2px #32cd32 solid;margin: 20px 0;">
87
- <p><a style="color:#32cd32;" 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>
88
  <p style="font-weight:bold;">*NEW* in Simple Sitemap Pro 0.6: Remove sitemap links for ALL parent pages or specific ones only.</p>
 
89
  </div>
90
 
91
- <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>
92
-
93
- <p><?php _e( 'You can still use the plain version of the shortcode as shown below and it will out put a full sitemap.', 'simple-sitemap' ); ?></p>
94
-
95
  <div style="background:#fff;border: 1px dashed #ccc;font-size: 13px;margin: 20px 0 10px 0;padding: 5px 0 5px 8px;">
96
  <?php printf( __( 'To display the Simple Sitemap on a post, page, or sidebar (via a Text widget), enter the following shortcode:<br><br>', 'simple-sitemap' ) ); ?> <code>[simple-sitemap]</code><br><br>
97
  </div>
@@ -134,9 +131,9 @@ function wpss_render_form() {
134
  </div>
135
 
136
  <div style="clear:both;">
137
- <span><a href="http://www.twitter.com/dgwyer" title="Follow us on Twitter" target="_blank"><img src="<?php echo plugins_url(); ?>/config-constants/images/twitter.png" /></a></span>
138
- <span><a href="https://www.facebook.com/wpgoplugins/" title="Our Facebook page" target="_blank"><img src="<?php echo plugins_url(); ?>/config-constants/images/facebook.png" /></a></span>
139
- <span><a href="https://www.youtube.com/channel/UCWzjTLWoyMgtIfpDgJavrTg" title="View our YouTube channel" target="_blank"><img src="<?php echo plugins_url(); ?>/config-constants/images/yt.png" /></a></span>
140
  <span><a style="text-decoration:none;" title="Need help with ANY aspect of WordPress? We're here to help!" href="https://wpgoplugins.com/need-help-with-wordpress/" target="_blank"><span style="margin-left:-2px;color:#d41515;font-size:39px;line-height:32px;width:39px;height:39px;" class="dashicons dashicons-sos"></span></a></span>
141
  <span style="margin-left:20px;"><input class="button" style="vertical-align:12px;" type="button" value="Visit Our Site" onClick="window.open('http://www.wpgoplugins.com')"></span>
142
  <span style="margin-left:3px;"><input class="button" style="vertical-align:12px;" type="button" value="Subscribe (free)" title="Signup today for all the latest plugin news and updates!" onClick="window.open('http://eepurl.com/bXZmmD')"></span>
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: 2.1
7
  Author: David Gwyer
8
  Author URI: http://www.wpgoplugins.com
9
  Text Domain: simple-sitemap
53
  if( get_transient( 'wpss-admin-notice' ) ){
54
  ?>
55
  <div class="updated notice is-dismissible">
56
+ <p><a href="https://wpgoplugins.com/plugins/simple-sitemap-pro/" target="_blank"><strong>Simple Sitemap PRO</strong></a> is now available! *NEW* feature - New shortcode to list child pages of a specific parent page! Create multiple sitemaps each with a different set of child pages. <b>Try risk free today with our 100% money back guarantee! <span class="dashicons dashicons-smiley"></span></b></p>
57
  </div>
58
  <?php
59
  /* Delete transient, only display this notice once. */
84
  <h2><?php _e( 'Simple Sitemap Options', 'simple-sitemap' ); ?></h2>
85
 
86
  <div class="notice" style="border: 2px #32cd32 solid;margin: 20px 0;">
87
+ <p><a style="color:#32cd32;" 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!</b></p>
88
  <p style="font-weight:bold;">*NEW* in Simple Sitemap Pro 0.6: Remove sitemap links for ALL parent pages or specific ones only.</p>
89
+ <p style="font-weight:bold;">*NEW* in Simple Sitemap Pro 0.7: List child pages of a specific parent page. Easily create a sitemap list for each set of child pages.</p>
90
  </div>
91
 
 
 
 
 
92
  <div style="background:#fff;border: 1px dashed #ccc;font-size: 13px;margin: 20px 0 10px 0;padding: 5px 0 5px 8px;">
93
  <?php printf( __( 'To display the Simple Sitemap on a post, page, or sidebar (via a Text widget), enter the following shortcode:<br><br>', 'simple-sitemap' ) ); ?> <code>[simple-sitemap]</code><br><br>
94
  </div>
131
  </div>
132
 
133
  <div style="clear:both;">
134
+ <span><a href="http://www.twitter.com/dgwyer" title="Follow us on Twitter" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/twitter.png" /></a></span>
135
+ <span><a href="https://www.facebook.com/wpgoplugins/" title="Our Facebook page" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/facebook.png" /></a></span>
136
+ <span><a href="https://www.youtube.com/channel/UCWzjTLWoyMgtIfpDgJavrTg" title="View our YouTube channel" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/yt.png" /></a></span>
137
  <span><a style="text-decoration:none;" title="Need help with ANY aspect of WordPress? We're here to help!" href="https://wpgoplugins.com/need-help-with-wordpress/" target="_blank"><span style="margin-left:-2px;color:#d41515;font-size:39px;line-height:32px;width:39px;height:39px;" class="dashicons dashicons-sos"></span></a></span>
138
  <span style="margin-left:20px;"><input class="button" style="vertical-align:12px;" type="button" value="Visit Our Site" onClick="window.open('http://www.wpgoplugins.com')"></span>
139
  <span style="margin-left:3px;"><input class="button" style="vertical-align:12px;" type="button" value="Subscribe (free)" title="Signup today for all the latest plugin news and updates!" onClick="window.open('http://eepurl.com/bXZmmD')"></span>