Version Description
- Released on 3/14/2020
- Tested with WordPress up to version 5.4
Download this release
Release Info
Developer | amandato |
Plugin | HTML Page Sitemap |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- html-sitemap.php +4 -3
- readme.txt +8 -3
html-sitemap.php
CHANGED
@@ -3,18 +3,18 @@
|
|
3 |
Plugin Name: HTML Page Sitemap
|
4 |
Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
|
5 |
Description: <a href="https://wordpress.org/plugins/html-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://angelo.mandato.com/" target="_blank">Angelo Mandato</a>.
|
6 |
-
Version: 1.3.
|
7 |
Contributors: Angelo Mandato, CIO Blubrry Podcasting
|
8 |
Author URI: http://angelo.mandato.com/
|
9 |
|
10 |
Requires at least: 3.7
|
11 |
-
Tested up to: 4
|
12 |
Text Domain: html-sitemap
|
13 |
Change Log: See readme.txt for complete change log
|
14 |
Contributors: Angelo Mandato, CIO Blubrry Podcasting
|
15 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
16 |
|
17 |
-
Copyright 2009-
|
18 |
*/
|
19 |
|
20 |
|
@@ -121,3 +121,4 @@ add_shortcode('html-sitemap', 'html_sitemap_shortcode_handler'); // This is no l
|
|
121 |
add_shortcode('htmlsitemap', 'html_sitemap_shortcode_handler');
|
122 |
add_shortcode('html_sitemap', 'html_sitemap_shortcode_handler');
|
123 |
|
|
3 |
Plugin Name: HTML Page Sitemap
|
4 |
Plugin URI: http://www.pluginspodcast.com/plugins/html-page-sitemap/
|
5 |
Description: <a href="https://wordpress.org/plugins/html-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://angelo.mandato.com/" target="_blank">Angelo Mandato</a>.
|
6 |
+
Version: 1.3.3
|
7 |
Contributors: Angelo Mandato, CIO Blubrry Podcasting
|
8 |
Author URI: http://angelo.mandato.com/
|
9 |
|
10 |
Requires at least: 3.7
|
11 |
+
Tested up to: 5.4
|
12 |
Text Domain: html-sitemap
|
13 |
Change Log: See readme.txt for complete change log
|
14 |
Contributors: Angelo Mandato, CIO Blubrry Podcasting
|
15 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
16 |
|
17 |
+
Copyright 2009-2020 Angelo Mandato, (http://angelo.mandato.com)
|
18 |
*/
|
19 |
|
20 |
|
121 |
add_shortcode('htmlsitemap', 'html_sitemap_shortcode_handler');
|
122 |
add_shortcode('html_sitemap', 'html_sitemap_shortcode_handler');
|
123 |
|
124 |
+
// eof
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: amandato
|
3 |
Donate link: http://angelo.mandato.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
|
6 |
-
Tested up to: 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,11 @@ Install using the [built-in plugin installer](https://codex.wordpress.org/Admini
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
|
|
110 |
= 1.3.2 =
|
111 |
* Released on 10/05/2018
|
112 |
* Fixed warning messages in PHP7 when modifying the $args value when it is not an array.
|
2 |
Contributors: amandato
|
3 |
Donate link: http://angelo.mandato.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
|
6 |
+
Tested up to: 5.4
|
7 |
+
Stable tag: 1.3.3
|
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.3 =
|
111 |
+
* Released on 3/14/2020
|
112 |
+
* Tested with WordPress up to version 5.4
|
113 |
+
|
114 |
+
|
115 |
= 1.3.2 =
|
116 |
* Released on 10/05/2018
|
117 |
* Fixed warning messages in PHP7 when modifying the $args value when it is not an array.
|