Changeset 3044932
- Timestamp:
- 03/04/2024 10:48:43 AM (2 years ago)
- Location:
- indexnow/trunk
- Files:
-
- 2 edited
-
includes/class-indexnow-url-submission.php (modified) (1 diff)
-
indexnow-url-submission.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indexnow/trunk/includes/class-indexnow-url-submission.php
r2655165 r3044932 57 57 } else { 58 58 59 $this->version = '1.0. 1';59 $this->version = '1.0.2'; 60 60 61 61 } -
indexnow/trunk/indexnow-url-submission.php
r2655165 r3044932 10 10 * Plugin URI: https://www.bing.com/webmaster 11 11 * Description: A small plugin to allow Url submissions to IndexNow. 12 * Version: 1.0. 112 * Version: 1.0.2 13 13 * Author: Microsoft Bing 14 14 * Author URI: https://www.bing.com/indexnow … … 28 28 */ 29 29 30 define( 'BWT_INDEXNOW_PLUGIN_VERSION', '1.0. 1' );30 define( 'BWT_INDEXNOW_PLUGIN_VERSION', '1.0.2' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.