Instant Indexing for Google - Version 1.1.11

Version Description

Download this release

Release Info

Developer rankmath
Plugin Icon 128x128 Instant Indexing for Google
Version 1.1.11
Comparing to
See all releases

Code changes from version 1.1.10 to 1.1.11

includes/class-instant-indexing.php CHANGED
@@ -15,7 +15,7 @@ class RM_GIAPI {
15
  *
16
  * @var string
17
  */
18
- public $version = '1.1.10';
19
 
20
  /**
21
  * Holds the admin menu hook suffix for the "dummy" dashboard.
@@ -406,7 +406,7 @@ class RM_GIAPI {
406
  }
407
  }
408
  } else {
409
- // Bing submit URL API.
410
  $request = $this->rmapi->submit( $url_input, $is_manual );
411
  if ( $request ) {
412
  $data = [
@@ -420,9 +420,11 @@ class RM_GIAPI {
420
  ],
421
  ];
422
  }
 
 
423
  }
424
 
425
- $this->log_request( 'indexnow_submit', $urls_count );
426
 
427
  if ( $this->debug ) {
428
  error_log( 'Rank Math Instant Index: ' . $action . ' ' . $url_input[0] . ( count( $url_input ) > 1 ? ' (+)' : '' ) . "\n" . print_r( $data, true ) ); // phpcs:ignore
15
  *
16
  * @var string
17
  */
18
+ public $version = '1.1.11';
19
 
20
  /**
21
  * Holds the admin menu hook suffix for the "dummy" dashboard.
406
  }
407
  }
408
  } else {
409
+ // IndexNow submit URL.
410
  $request = $this->rmapi->submit( $url_input, $is_manual );
411
  if ( $request ) {
412
  $data = [
420
  ],
421
  ];
422
  }
423
+
424
+ $action = 'indexnow_submit';
425
  }
426
 
427
+ $this->log_request( $action, $urls_count );
428
 
429
  if ( $this->debug ) {
430
  error_log( 'Rank Math Instant Index: ' . $action . ' ' . $url_input[0] . ( count( $url_input ) > 1 ? ' (+)' : '' ) . "\n" . print_r( $data, true ) ); // phpcs:ignore
instant-indexing.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Instant Indexing
4
  * Plugin URI: https://rankmath.com/wordpress/plugin/instant-indexing/
5
  * Description: Get your website crawled immediately by Google using their NEW Indexing APIs.
6
- * Version: 1.1.10
7
  * Author: Rank Math
8
  * Author URI: https://s.rankmath.com/home
9
  * License: GPL v3
3
  * Plugin Name: Instant Indexing
4
  * Plugin URI: https://rankmath.com/wordpress/plugin/instant-indexing/
5
  * Description: Get your website crawled immediately by Google using their NEW Indexing APIs.
6
+ * Version: 1.1.11
7
  * Author: Rank Math
8
  * Author URI: https://s.rankmath.com/home
9
  * License: GPL v3
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: indexing api, crawling, live streaming, fast indexing, job posting
5
  Tested up to: 5.9
6
  Requires at least: 5.6
7
  Requires PHP: 7.2
8
- Stable tag: 1.1.10
9
  License: GPL-2.0+
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.txt
11
 
@@ -106,7 +106,10 @@ Technically, yes. That's what the plugin is made to do. But, please note that we
106
 
107
  == Changelog ==
108
 
109
- = v1.1.10 [Feb 03, 2022] =
 
 
 
110
  * Fixed: Compatibility issue with Rank Math SEO
111
 
112
  = v1.1.9 [Feb 03, 2022] =
5
  Tested up to: 5.9
6
  Requires at least: 5.6
7
  Requires PHP: 7.2
8
+ Stable tag: 1.1.11
9
  License: GPL-2.0+
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.txt
11
 
106
 
107
  == Changelog ==
108
 
109
+ = v1.1.11 [Feb 06, 2022] =
110
+ * Fixed: Limits calculation for the Google Indexing API
111
+
112
+ = v1.1.10 [Feb 04, 2022] =
113
  * Fixed: Compatibility issue with Rank Math SEO
114
 
115
  = v1.1.9 [Feb 03, 2022] =