Changeset 1310246
- Timestamp:
- 12/16/2015 06:37:20 PM (10 years ago)
- Location:
- spectrom-db-cleanup/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
spectrom-db-cleanup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spectrom-db-cleanup/trunk/readme.txt
r1307578 r1310246 84 84 == Changelog == 85 85 86 = 1.0.2 = 87 * Fix typo in plugin description. 88 86 89 = 1.0.1 = 87 90 * Tested with WordPress 4.4. -
spectrom-db-cleanup/trunk/spectrom-db-cleanup.php
r1307578 r1310246 3 3 Plugin Name: SpectrOM Database Cleanup 4 4 Plugin URI: http://SpectrOMtech.com/products/spectrom-db-cleanup/ 5 Description: Removes unnecessary data and optimizes your database tables to ensur ingsite stability and performance.5 Description: Removes unnecessary data and optimizes your database tables to ensure site stability and performance. 6 6 Author: SpectrOMtech.com 7 7 Author URI: http://SpectrOMtech.com 8 Version: 1.0. 18 Version: 1.0.2 9 9 Copyright: Copyright (c) 2014-2015 SpectrOMtech.com. All Rights Reserved. 10 10 Text Domain: spectrom-dbcleanup … … 20 20 class SpectrOMDBCleanup 21 21 { 22 const PLUGIN_VERSION = '1.0. 0';22 const PLUGIN_VERSION = '1.0.2'; 23 23 const PLUGIN_NAME = 'SpectrOM DB Cleanup'; 24 24
Note: See TracChangeset
for help on using the changeset viewer.