Plugin Directory

Changeset 3044932


Ignore:
Timestamp:
03/04/2024 10:48:43 AM (2 years ago)
Author:
bingwebmastertools
Message:

Update plugin version to 1.0.2

Location:
indexnow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indexnow/trunk/includes/class-indexnow-url-submission.php

    r2655165 r3044932  
    5757        } else {
    5858
    59             $this->version = '1.0.1';
     59            $this->version = '1.0.2';
    6060
    6161        }
  • indexnow/trunk/indexnow-url-submission.php

    r2655165 r3044932  
    1010 * Plugin URI:        https://www.bing.com/webmaster
    1111 * Description:       A small plugin to allow Url submissions to IndexNow.
    12  * Version:           1.0.1
     12 * Version:           1.0.2
    1313 * Author:            Microsoft Bing
    1414 * Author URI:        https://www.bing.com/indexnow
     
    2828 */
    2929
    30 define( 'BWT_INDEXNOW_PLUGIN_VERSION', '1.0.1' );
     30define( 'BWT_INDEXNOW_PLUGIN_VERSION', '1.0.2' );
    3131
    3232/**
Note: See TracChangeset for help on using the changeset viewer.