Version Description
- 31.01.2013 =
- Bugfix : Bugs in admin menu were fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.3
- css/stylesheet.css +0 -0
- google-sitemap-plugin.php +3 -2
- images/icon_16.png +0 -0
- images/icon_16_c.png +0 -0
- images/icon_36.png +0 -0
- images/px.png +0 -0
- languages/sitemap-ar_AR.mo +0 -0
- languages/sitemap-ar_AR.po +0 -0
- languages/sitemap-fr_FR.mo +0 -0
- languages/sitemap-fr_FR.po +0 -0
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +0 -0
- readme.txt +7 -1
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- sitemap.xsl +0 -0
css/stylesheet.css
CHANGED
File without changes
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google sitemap plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in google webmaster tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -45,7 +45,8 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
45 |
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
46 |
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
47 |
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://wordpress.org/extend/plugins/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
|
48 |
-
array( '
|
|
|
49 |
array( 'updater\/updater.php', 'Updater', 'http://wordpress.org/extend/plugins/updater/', 'http://bestwebsoft.com/plugin/updater/', '/wp-admin/plugin-install.php?tab=search&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
|
50 |
);
|
51 |
foreach($array_plugins as $plugins) {
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in google webmaster tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.3
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
45 |
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
46 |
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
47 |
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://wordpress.org/extend/plugins/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
|
48 |
+
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
|
49 |
+
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
|
50 |
array( 'updater\/updater.php', 'Updater', 'http://wordpress.org/extend/plugins/updater/', 'http://bestwebsoft.com/plugin/updater/', '/wp-admin/plugin-install.php?tab=search&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
|
51 |
);
|
52 |
foreach($array_plugins as $plugins) {
|
images/icon_16.png
CHANGED
File without changes
|
images/icon_16_c.png
CHANGED
File without changes
|
images/icon_36.png
CHANGED
File without changes
|
images/px.png
CHANGED
File without changes
|
languages/sitemap-ar_AR.mo
CHANGED
File without changes
|
languages/sitemap-ar_AR.po
CHANGED
File without changes
|
languages/sitemap-fr_FR.mo
CHANGED
File without changes
|
languages/sitemap-fr_FR.po
CHANGED
File without changes
|
languages/sitemap-ru_RU.mo
CHANGED
File without changes
|
languages/sitemap-ru_RU.po
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/
|
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -71,6 +71,9 @@ In the WordPress admin panel go to "Plugins", find "Google sitemap" plugin and p
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
74 |
= V2.2 - 29.01.2013 =
|
75 |
* Bugfix : Update option database request bug was fixed.
|
76 |
|
@@ -117,6 +120,9 @@ In the WordPress admin panel go to "Plugins", find "Google sitemap" plugin and p
|
|
117 |
|
118 |
== Upgrade Notice ==
|
119 |
|
|
|
|
|
|
|
120 |
= V2.2 =
|
121 |
Update option database request bug was fixed.
|
122 |
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= V2.3 - 31.01.2013 =
|
75 |
+
* Bugfix : Bugs in admin menu were fixed.
|
76 |
+
|
77 |
= V2.2 - 29.01.2013 =
|
78 |
* Bugfix : Update option database request bug was fixed.
|
79 |
|
120 |
|
121 |
== Upgrade Notice ==
|
122 |
|
123 |
+
= V2.3 =
|
124 |
+
Bugs in admin menu were fixed.
|
125 |
+
|
126 |
= V2.2 =
|
127 |
Update option database request bug was fixed.
|
128 |
|
screenshot-1.jpg
CHANGED
File without changes
|
screenshot-2.jpg
CHANGED
File without changes
|
sitemap.xsl
CHANGED
File without changes
|