Plugin Directory

Changeset 2626924


Ignore:
Timestamp:
11/09/2021 07:22:17 PM (4 years ago)
Author:
validbot
Message:

Bumping version number

Location:
validbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • validbot/trunk/readme.txt

    r2626919 r2626924  
    44Description:       100-Point Inspection and Validation of Your Domain Name and Website
    55Tags:              validate, checkup, SEO, inspection, inspect, best practices, web developer, page speed
    6 Version:           1.0.0
    7 Stable tag:        1.0.0
     6Version:           1.0.1
     7Stable tag:        1.0.1
    88Requires at least: 5.8
    99Tested up to:      5.8.1
  • validbot/trunk/validbot.php

    r2626919 r2626924  
    55 * Description:       100-Point Inspection and Validation of Your Domain Name and Website
    66 * Tags:              validate, checkup, SEO, inspection, inspect, best practices, web developer, page speed
    7  * Version:           1.0.0
    8  * Stable tag:        1.0.0
     7 * Version:           1.0.1
     8 * Stable tag:        1.0.1
    99 * Requires at least: 5.8
    1010 * Tested up to:      5.8.1
     
    2525
    2626//create the classes
    27 define('VALIDBOT_VERSION','1.0.0');
     27define('VALIDBOT_VERSION','1.0.1');
    2828require plugin_dir_path(__FILE__).'includes/ValidBot_Base.php';
    2929require plugin_dir_path(__FILE__).'includes/ValidBot_Admin.php';
Note: See TracChangeset for help on using the changeset viewer.