Changeset 2626924
- Timestamp:
- 11/09/2021 07:22:17 PM (4 years ago)
- Location:
- validbot/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
validbot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
validbot/trunk/readme.txt
r2626919 r2626924 4 4 Description: 100-Point Inspection and Validation of Your Domain Name and Website 5 5 Tags: validate, checkup, SEO, inspection, inspect, best practices, web developer, page speed 6 Version: 1.0. 07 Stable tag: 1.0. 06 Version: 1.0.1 7 Stable tag: 1.0.1 8 8 Requires at least: 5.8 9 9 Tested up to: 5.8.1 -
validbot/trunk/validbot.php
r2626919 r2626924 5 5 * Description: 100-Point Inspection and Validation of Your Domain Name and Website 6 6 * Tags: validate, checkup, SEO, inspection, inspect, best practices, web developer, page speed 7 * Version: 1.0. 08 * Stable tag: 1.0. 07 * Version: 1.0.1 8 * Stable tag: 1.0.1 9 9 * Requires at least: 5.8 10 10 * Tested up to: 5.8.1 … … 25 25 26 26 //create the classes 27 define('VALIDBOT_VERSION','1.0. 0');27 define('VALIDBOT_VERSION','1.0.1'); 28 28 require plugin_dir_path(__FILE__).'includes/ValidBot_Base.php'; 29 29 require plugin_dir_path(__FILE__).'includes/ValidBot_Admin.php';
Note: See TracChangeset
for help on using the changeset viewer.