Version Description
Download this release
Release Info
Developer | dgwyer |
Plugin | Simple Sitemap – Automatically Generate a Responsive Sitemap |
Version | 1.51 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.51
- readme.txt +7 -2
- simple-sitemap.php +4 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dgwyer
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UUFZZU35RZPW8
|
4 |
Tags: sitemap, html, global, sort, shortcode, pages, posts
|
5 |
Requires at least: 2.7
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
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).
|
10 |
|
@@ -67,6 +67,11 @@ The Plugin can also be installed directly from the main WordPress Plugin page.
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
|
|
|
|
70 |
*1.5*
|
71 |
|
72 |
* Updated for WordPress 3.5.1.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UUFZZU35RZPW8
|
4 |
Tags: sitemap, html, global, sort, shortcode, pages, posts
|
5 |
Requires at least: 2.7
|
6 |
+
Tested up to: 3.5.1
|
7 |
+
Stable tag: 1.51
|
8 |
|
9 |
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).
|
10 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
*1.51*
|
71 |
+
|
72 |
+
* Updated WordPress compatibility version.
|
73 |
+
* Update to Plugin option page text.
|
74 |
+
|
75 |
*1.5*
|
76 |
|
77 |
* Updated for WordPress 3.5.1.
|
simple-sitemap.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Simple Sitemap
|
4 |
Plugin URI: http://www.presscoders.com/plugins/free-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.
|
7 |
Author: David Gwyer
|
8 |
Author URI: http://www.presscoders.com
|
9 |
*/
|
@@ -34,6 +34,7 @@ Author URI: http://www.presscoders.com
|
|
34 |
- Use the 'prepare' WP feature when querying the db directly.
|
35 |
- Use translation functions _e(), __() etc.
|
36 |
- Show all the posts in each category not just the maximum allowed in Settings -> Reading.
|
|
|
37 |
*/
|
38 |
|
39 |
/* wpss_ prefix is derived from [W]ord[P]ress [s]imple [s]itemap. */
|
@@ -96,7 +97,7 @@ function wpss_render_form() {
|
|
96 |
<h2>Simple Sitemap Options</h2>
|
97 |
|
98 |
<div style="margin-top:15px;">
|
99 |
-
<p
|
100 |
</div>
|
101 |
|
102 |
<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, enter the following <a href="http://codex.wordpress.org/Shortcode_API" target="_blank">shortcode</a>: <b>[simple-sitemap]</b></div>
|
@@ -171,6 +172,7 @@ function wpss_render_form() {
|
|
171 |
</form>
|
172 |
|
173 |
<div style="clear:both;">
|
|
|
174 |
<p>
|
175 |
<a href="http://www.facebook.com/PressCoders" title="Our Facebook page" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/facebook.png" /></a><a href="http://www.twitter.com/dgwyer" title="Follow on Twitter" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/twitter.png" /></a> <input class="button" style="vertical-align:12px;" type="button" value="Visit Our Site" onClick="window.open('http://www.presscoders.com')"> <input class="button" style="vertical-align:12px;" type="button" value="Free Responsive Theme!" onClick="window.open('http://www.presscoders.com/designfolio')">
|
176 |
</p>
|
3 |
Plugin Name: Simple Sitemap
|
4 |
Plugin URI: http://www.presscoders.com/plugins/free-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.51
|
7 |
Author: David Gwyer
|
8 |
Author URI: http://www.presscoders.com
|
9 |
*/
|
34 |
- Use the 'prepare' WP feature when querying the db directly.
|
35 |
- Use translation functions _e(), __() etc.
|
36 |
- Show all the posts in each category not just the maximum allowed in Settings -> Reading.
|
37 |
+
- Update Plugin description and other sections, as well as the images which are out of date.
|
38 |
*/
|
39 |
|
40 |
/* wpss_ prefix is derived from [W]ord[P]ress [s]imple [s]itemap. */
|
97 |
<h2>Simple Sitemap Options</h2>
|
98 |
|
99 |
<div style="margin-top:15px;">
|
100 |
+
<p>Here's a little a bonus AVAILABLE ONLY to our free Plugin users! <strong>Get $20 OFF</strong> the price of our fully responsive, cutting edge <a href="http://www.presscoders.com/designfolio-offer/" target="_blank">Designfolio</a> theme.<br /><a style="margin-top:4px;" class="button" href="http://www.presscoders.com/designfolio-offer#buy" target="_blank"><strong>GET $20 OFF DESIGNFOLIO PRO NOW!!</strong></a></p>
|
101 |
</div>
|
102 |
|
103 |
<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, enter the following <a href="http://codex.wordpress.org/Shortcode_API" target="_blank">shortcode</a>: <b>[simple-sitemap]</b></div>
|
172 |
</form>
|
173 |
|
174 |
<div style="clear:both;">
|
175 |
+
<p style="margin-bottom:10px;">Note: This is a FREE Plugin. If you use it on your website <b>please</b> consider making a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UUFZZU35RZPW8" target="_blank">donation</a> to support continued development.</p>
|
176 |
<p>
|
177 |
<a href="http://www.facebook.com/PressCoders" title="Our Facebook page" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/facebook.png" /></a><a href="http://www.twitter.com/dgwyer" title="Follow on Twitter" target="_blank"><img src="<?php echo plugins_url(); ?>/simple-sitemap/images/twitter.png" /></a> <input class="button" style="vertical-align:12px;" type="button" value="Visit Our Site" onClick="window.open('http://www.presscoders.com')"> <input class="button" style="vertical-align:12px;" type="button" value="Free Responsive Theme!" onClick="window.open('http://www.presscoders.com/designfolio')">
|
178 |
</p>
|