HTML Page Sitemap - Version 1.3.1

Version Description

  • Released on 1/8/2018
  • Added a blank index.php to root plugin folder for extra security.
  • Tested with WordPress up to version 4.9.1
Download this release

Release Info

Developer amandato
Plugin Icon wp plugin HTML Page Sitemap
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3 to 1.3.1

Files changed (3) hide show
  1. html-sitemap.php +1 -1
  2. index.php +3 -0
  3. readme.txt +8 -2
html-sitemap.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: HTML Page Sitemap
4
  Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
5
  Description: <a href="http://www.pluginspodcast.com/plugins/html-page-sitemap/" target="_blank">HTML Page Sitemap</a> Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap]. A plugin from <a href="http://www.pluginspodcast.com/" target="_blank">Plugins: The WordPress Plugins Podcast</a>.
6
- Version: 1.3
7
  Contributors: Angelo Mandato, CIO RawVoice and host of the PluginsPodcast.com
8
  Author URI: http://www.pluginspodcast.com/
9
 
3
  Plugin Name: HTML Page Sitemap
4
  Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
5
  Description: <a href="http://www.pluginspodcast.com/plugins/html-page-sitemap/" target="_blank">HTML Page Sitemap</a> Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html_sitemap]. A plugin from <a href="http://www.pluginspodcast.com/" target="_blank">Plugins: The WordPress Plugins Podcast</a>.
6
+ Version: 1.3.1
7
  Contributors: Angelo Mandato, CIO RawVoice and host of the PluginsPodcast.com
8
  Author URI: http://www.pluginspodcast.com/
9
 
index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ // No comment!
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: amandato, pluginspodcast
3
  Donate link: http://www.pluginspodcast.com/contact/
4
  Tags: sitemap, page, pages, shortcode, cms, static, short code, map, pagemap, site, html, html sitemap, nav, navigation
5
  Requires at least: 2.7.0
6
- Tested up to: 4.4
7
- Stable tag: 1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -107,6 +107,12 @@ Install using the [built-in plugin installer](https://codex.wordpress.org/Admini
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
 
110
  = 1.3 =
111
  * Released on 11/24/2015
112
  * Added `ordered_list_type` option to use an ordered list rather than unordered. (Thanks Allie for the feature suggestion!)
3
  Donate link: http://www.pluginspodcast.com/contact/
4
  Tags: sitemap, page, pages, shortcode, cms, static, short code, map, pagemap, site, html, html sitemap, nav, navigation
5
  Requires at least: 2.7.0
6
+ Tested up to: 4.9.1
7
+ Stable tag: 1.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = 1.3.1 =
111
+ * Released on 1/8/2018
112
+ * Added a blank index.php to root plugin folder for extra security.
113
+ * Tested with WordPress up to version 4.9.1
114
+
115
+
116
  = 1.3 =
117
  * Released on 11/24/2015
118
  * Added `ordered_list_type` option to use an ordered list rather than unordered. (Thanks Allie for the feature suggestion!)