Simple Sitemap – Automatically Generate a Responsive Sitemap - Version 1.26

Version Description

Download this release

Release Info

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

Code changes from version 1.25 to 1.26

Files changed (3) hide show
  1. css/ss_style.css +0 -7
  2. readme.txt +6 -2
  3. simple-sitemap.php +1 -1
css/ss_style.css CHANGED
@@ -98,11 +98,4 @@ div.post_item_list, div.page_author {
98
  font-size: 17px;
99
  font-style:italic;
100
  margin: 1px 2px 3px 4px;
101
- }
102
-
103
- #post_item, .page_item {
104
- font-size: 15px;
105
- font-weight: normal;
106
- font-style: normal;
107
- /*list-style-type: none;*/
108
  }
98
  font-size: 17px;
99
  font-style:italic;
100
  margin: 1px 2px 3px 4px;
 
 
 
 
 
 
 
101
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: sitemap, html, global, sort, shortcode, pages, posts
5
  Requires at least: 2.7
6
  Tested up to: 3.0.3
7
- Stable tag: 1.25
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
 
@@ -86,4 +86,8 @@ The Plugin can also be installed directly from the main WordPress Plugin page.
86
  * Now supports WordPress 3.0.3
87
  * Updated Plugin options page
88
  * Fixed issue: http://wordpress.org/support/topic/plugin-simple-sitemap-duplicated-id-post_item
89
- * Fixed issue: http://wordpress.org/support/topic/plugin-simple-sitemap-empty-span-when-post-is-not-sticky
 
 
 
 
4
  Tags: sitemap, html, global, sort, shortcode, pages, posts
5
  Requires at least: 2.7
6
  Tested up to: 3.0.3
7
+ Stable tag: 1.26
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
 
86
  * Now supports WordPress 3.0.3
87
  * Updated Plugin options page
88
  * Fixed issue: http://wordpress.org/support/topic/plugin-simple-sitemap-duplicated-id-post_item
89
+ * Fixed issue: http://wordpress.org/support/topic/plugin-simple-sitemap-empty-span-when-post-is-not-sticky
90
+
91
+ *1.26*
92
+
93
+ * Fixed CSS bug. Was affecting the size of some themes Nav Menu font sizes.
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.25
7
  Author: David Gwyer
8
  Author URI: http://www.presscoders.com
9
  */
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.26
7
  Author: David Gwyer
8
  Author URI: http://www.presscoders.com
9
  */