Version Description
Download this release
Release Info
Developer | jim912 |
Plugin | PS Auto Sitemap |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.8
- ps_auto_sitemap.php +3 -3
- readme.txt +7 -3
ps_auto_sitemap.php
CHANGED
@@ -4,8 +4,8 @@ Plugin Name: PS Auto Sitemap
|
|
4 |
Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/
|
5 |
Description: Auto generator of a customizable and designed sitemap page.
|
6 |
Author: Hitoshi Omagari
|
7 |
-
Version: 1.1.
|
8 |
-
Author URI: http://www.
|
9 |
*/
|
10 |
|
11 |
class ps_auto_sitemap {
|
@@ -587,7 +587,7 @@ ORDER BY `posts`.`post_date` DESC";
|
|
587 |
|
588 |
}
|
589 |
|
590 |
-
$ps_auto_sitemap
|
591 |
|
592 |
|
593 |
if ( ! function_exists( 'esc_attr' ) ) {
|
4 |
Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/
|
5 |
Description: Auto generator of a customizable and designed sitemap page.
|
6 |
Author: Hitoshi Omagari
|
7 |
+
Version: 1.1.8
|
8 |
+
Author URI: http://www.warna.info/
|
9 |
*/
|
10 |
|
11 |
class ps_auto_sitemap {
|
587 |
|
588 |
}
|
589 |
|
590 |
+
$ps_auto_sitemap = new ps_auto_sitemap();
|
591 |
|
592 |
|
593 |
if ( ! function_exists( 'esc_attr' ) ) {
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: jim912
|
3 |
Tags: sitemap, post, page, seo, cms
|
4 |
Requires at least: 2.3.1
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.1.
|
7 |
|
8 |
Auto generator of a customizable and designed sitemap page.
|
9 |
|
@@ -29,6 +29,10 @@ When you use WordPress as CMS of the Web site, you can expect the **effect of SE
|
|
29 |
* Use or not caching sitemap content.
|
30 |
|
31 |
= Latest change =
|
|
|
|
|
|
|
|
|
32 |
* **1.1.7**
|
33 |
* Compatible up to WordPress 3.6
|
34 |
|
@@ -79,7 +83,7 @@ Or, if you tell us the theme and your selected style, we might help you.
|
|
79 |
|
80 |
== Special Thanks ==
|
81 |
= Translation: =
|
82 |
-
* **English** [dacelo](http://
|
83 |
* **Spanish** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")
|
84 |
= Sitemap style: =
|
85 |
* **Cube** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")
|
2 |
Contributors: jim912
|
3 |
Tags: sitemap, post, page, seo, cms
|
4 |
Requires at least: 2.3.1
|
5 |
+
Tested up to: 3.7.1
|
6 |
+
Stable tag: 1.1.8
|
7 |
|
8 |
Auto generator of a customizable and designed sitemap page.
|
9 |
|
29 |
* Use or not caching sitemap content.
|
30 |
|
31 |
= Latest change =
|
32 |
+
* **1.1.8**
|
33 |
+
* Compatible up to WordPress 3.7
|
34 |
+
* bugfix: Deprecated error.
|
35 |
+
|
36 |
* **1.1.7**
|
37 |
* Compatible up to WordPress 3.6
|
38 |
|
83 |
|
84 |
== Special Thanks ==
|
85 |
= Translation: =
|
86 |
+
* **English** [dacelo](http://blog.dacelo.info/ "Translation")
|
87 |
* **Spanish** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")
|
88 |
= Sitemap style: =
|
89 |
* **Cube** [Alejandro](http://www.yovivoenvigo.com/ "Yo vivo en Vigo")
|