Simple Sitemap – Automatically Generate a Responsive Sitemap - Version 1.65

Version Description

Download this release

Release Info

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

Code changes from version 1.64 to 1.65

Files changed (2) hide show
  1. readme.txt +5 -1
  2. simple-sitemap.php +4 -4
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: dgwyer
3
  Tags: sitemap, html, global, sort, shortcode, pages, posts
4
  Requires at least: 2.7
5
  Tested up to: 4.0
6
- Stable tag: 1.64
7
 
8
  HTML sitemap to display content as a single linked list of posts and pages, or as groups sorted by taxonomy (via a drop-down box).
9
 
@@ -59,6 +59,10 @@ See our <a href="http://www.wpgothemes.com" target="_blank">WordPress developmen
59
 
60
  == Changelog ==
61
 
 
 
 
 
62
  *1.64 update*
63
 
64
  * Settings page updated.
3
  Tags: sitemap, html, global, sort, shortcode, pages, posts
4
  Requires at least: 2.7
5
  Tested up to: 4.0
6
+ Stable tag: 1.65
7
 
8
  HTML sitemap to display content as a single linked list of posts and pages, or as groups sorted by taxonomy (via a drop-down box).
9
 
59
 
60
  == Changelog ==
61
 
62
+ *1.65 update*
63
+
64
+ * More settings page updates.
65
+
66
  *1.64 update*
67
 
68
  * 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 and pages, or as groups sorted by taxonomy (via a drop-down box).
6
- Version: 1.64
7
  Author: David Gwyer
8
  Author URI: http://www.wpgothemes.com
9
  */
@@ -107,8 +107,8 @@ function wpss_render_form() {
107
  <div class="wrap">
108
  <h2>Simple Sitemap Options</h2>
109
 
110
- <div style="background:#eee;border: 1px dashed #ccc;font-size: 13px;margin: 20px 0 10px 0;padding: 5px 0 5px 8px;">To display the Simple Sitemap on a post, page, or sidebar (via a Text widget), enter the following
111
- <a href="http://codex.wordpress.org/Shortcode_API" target="_blank">shortcode</a>: <b>[simple-sitemap]</b>
112
  </div>
113
  <form method="post" action="options.php">
114
  <?php settings_fields( 'wpss_plugin_options' ); ?>
@@ -194,7 +194,7 @@ function wpss_render_form() {
194
 
195
  $discount_date = "14th August 2014";
196
  if( strtotime($discount_date) > strtotime('now') ) {
197
- echo '<p style="background: #eee;border: 1px dashed #ccc;font-size: 13px;margin: 0 0 10px 0;padding: 5px 0 5px 8px;">For a limited time only! <strong>Get 50% OFF</strong> the price of our brand new mobile ready, fully responsive <a href="http://www.wpgothemes.com/themes/minn/" target="_blank"><strong>Minn WordPress theme</strong></a>. Simply enter the following code at checkout: <code>MINN50OFF</code></p>';
198
  } else {
199
  echo '<p style="background: #eee;border: 1px dashed #ccc;font-size: 13px;margin: 0 0 10px 0;padding: 5px 0 5px 8px;">As a user of our free plugins here\'s a bonus just for you! <strong>Get 30% OFF</strong> the price of our brand new mobile ready, fully responsive <a href="http://www.wpgothemes.com/themes/minn/" target="_blank"><strong>Minn WordPress theme</strong></a>. Simply enter the following code at checkout: <code>WPGO30OFF</code></p>';
200
  }
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 and pages, or as groups sorted by taxonomy (via a drop-down box).
6
+ Version: 1.65
7
  Author: David Gwyer
8
  Author URI: http://www.wpgothemes.com
9
  */
107
  <div class="wrap">
108
  <h2>Simple Sitemap Options</h2>
109
 
110
+ <div style="background:#fff;border: 1px dashed #ccc;font-size: 13px;margin: 20px 0 10px 0;padding: 5px 0 5px 8px;">To display the Simple Sitemap on a post, page, or sidebar (via a Text widget), enter the following
111
+ <a href="http://codex.wordpress.org/Shortcode_API" target="_blank">shortcode</a>: <b><code>[simple-sitemap]</code></b>
112
  </div>
113
  <form method="post" action="options.php">
114
  <?php settings_fields( 'wpss_plugin_options' ); ?>
194
 
195
  $discount_date = "14th August 2014";
196
  if( strtotime($discount_date) > strtotime('now') ) {
197
+ echo '<p style="background: #fff;border: 1px dashed #ccc;font-size: 13px;margin: 0 0 10px 0;padding: 5px 0 5px 8px;">For a limited time only! <strong>Get 50% OFF</strong> the price of our brand new mobile ready, fully responsive <a href="http://www.wpgothemes.com/themes/minn/" target="_blank"><strong>Minn WordPress theme</strong></a>. Simply enter the following code at checkout: <code>MINN50OFF</code></p>';
198
  } else {
199
  echo '<p style="background: #eee;border: 1px dashed #ccc;font-size: 13px;margin: 0 0 10px 0;padding: 5px 0 5px 8px;">As a user of our free plugins here\'s a bonus just for you! <strong>Get 30% OFF</strong> the price of our brand new mobile ready, fully responsive <a href="http://www.wpgothemes.com/themes/minn/" target="_blank"><strong>Minn WordPress theme</strong></a>. Simply enter the following code at checkout: <code>WPGO30OFF</code></p>';
200
  }