Google Sitemap by BestWebSoft - Version 3.1.6

Version Description

  • 26.04.2018 =
  • Update : Compatibility with PHP versions lower than 5.5 has been added.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Google Sitemap by BestWebSoft
Version 3.1.6
Comparing to
See all releases

Code changes from version 3.1.5 to 3.1.6

Files changed (2) hide show
  1. google-sitemap-plugin.php +2 -2
  2. readme.txt +9 -3
google-sitemap-plugin.php CHANGED
@@ -6,7 +6,7 @@ Description: Generate and add XML sitemap to WordPress website. Help search engi
6
  Author: BestWebSoft
7
  Text Domain: google-sitemap-plugin
8
  Domain Path: /languages
9
- Version: 3.1.5
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -109,7 +109,7 @@ if ( ! function_exists( 'gglstmp_init' ) ) {
109
  /* Get options from the database */
110
  gglstmp_register_settings();
111
 
112
- if ( ! empty( get_option( 'gglstmp_robots' ) ) ) {
113
  add_filter( 'robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
114
  }
115
 
6
  Author: BestWebSoft
7
  Text Domain: google-sitemap-plugin
8
  Domain Path: /languages
9
+ Version: 3.1.6
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
109
  /* Get options from the database */
110
  gglstmp_register_settings();
111
 
112
+ if ( 1 == get_option( 'gglstmp_robots' ) ) {
113
  add_filter( 'robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
114
  }
115
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://bestwebsoft.com/donate/
4
  Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
5
  Requires at least: 3.9
6
  Tested up to: 4.9.5
7
- Stable tag: 3.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -39,7 +39,7 @@ https://www.youtube.com/watch?v=CgYXKRXpj_0
39
  * Delete website
40
  * Get website info
41
  * Compatible with latest WordPress version
42
- * Add alternate language pages using [Multilanguage](http://bestwebsoft.com/products/multilanguage/?k=9f9a6f0b1b0b0a093b99ad9ddb4d8759) plugin [NEW]
43
  * Incredibly simple settings for fast setup without modifying code
44
  * Detailed step-by-step documentation and videos
45
 
@@ -147,11 +147,14 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
147
 
148
  == Changelog ==
149
 
 
 
 
150
  = V3.1.5 - 25.04.2018 =
151
  * Update : Compatibility with the Multilanguage plugin has been improved. Ability to add alternate language pages using Multilanguage plugin has been added.
152
 
153
  = V3.1.4 - 20.02.2018 =
154
- * Bugfix : The bug with SQL request into the database has been fixed.
155
 
156
  = V3.1.3 - 08.02.2018 =
157
  * Bugfix : The ability to add custom post status to the sitemap file has been fixed.
@@ -345,6 +348,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
345
 
346
  == Upgrade Notice ==
347
 
 
 
 
348
  = V3.1.5 =
349
  * The compatibility with new Multilanguage plugin version updated.
350
 
4
  Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
5
  Requires at least: 3.9
6
  Tested up to: 4.9.5
7
+ Stable tag: 3.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
39
  * Delete website
40
  * Get website info
41
  * Compatible with latest WordPress version
42
+ * Add alternate language pages using [Multilanguage](http://bestwebsoft.com/products/multilanguage/?k=9f9a6f0b1b0b0a093b99ad9ddb4d8759) plugin
43
  * Incredibly simple settings for fast setup without modifying code
44
  * Detailed step-by-step documentation and videos
45
 
147
 
148
  == Changelog ==
149
 
150
+ = V3.1.6 - 26.04.2018 =
151
+ * Update : Compatibility with PHP versions lower than 5.5 has been added.
152
+
153
  = V3.1.5 - 25.04.2018 =
154
  * Update : Compatibility with the Multilanguage plugin has been improved. Ability to add alternate language pages using Multilanguage plugin has been added.
155
 
156
  = V3.1.4 - 20.02.2018 =
157
+ * Bugfix : The bug with SQL request into the database has been fixed.
158
 
159
  = V3.1.3 - 08.02.2018 =
160
  * Bugfix : The ability to add custom post status to the sitemap file has been fixed.
348
 
349
  == Upgrade Notice ==
350
 
351
+ = V3.1.6 =
352
+ * The compatibility with PHP versions lower than 5.5 version updated.
353
+
354
  = V3.1.5 =
355
  * The compatibility with new Multilanguage plugin version updated.
356