Plugin Directory

Changeset 1310246


Ignore:
Timestamp:
12/16/2015 06:37:20 PM (10 years ago)
Author:
SpectrOMTech
Message:

fix typo in plugin description

Location:
spectrom-db-cleanup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spectrom-db-cleanup/trunk/readme.txt

    r1307578 r1310246  
    8484== Changelog ==
    8585
     86= 1.0.2 =
     87* Fix typo in plugin description.
     88
    8689= 1.0.1 =
    8790* Tested with WordPress 4.4.
  • spectrom-db-cleanup/trunk/spectrom-db-cleanup.php

    r1307578 r1310246  
    33Plugin Name: SpectrOM Database Cleanup
    44Plugin URI: http://SpectrOMtech.com/products/spectrom-db-cleanup/
    5 Description: Removes unnecessary data and optimizes your database tables to ensuring site stability and performance.
     5Description: Removes unnecessary data and optimizes your database tables to ensure site stability and performance.
    66Author: SpectrOMtech.com
    77Author URI: http://SpectrOMtech.com
    8 Version: 1.0.1
     8Version: 1.0.2
    99Copyright: Copyright (c) 2014-2015 SpectrOMtech.com. All Rights Reserved.
    1010Text Domain: spectrom-dbcleanup
     
    2020class SpectrOMDBCleanup
    2121{
    22     const PLUGIN_VERSION = '1.0.0';
     22    const PLUGIN_VERSION = '1.0.2';
    2323    const PLUGIN_NAME = 'SpectrOM DB Cleanup';
    2424
Note: See TracChangeset for help on using the changeset viewer.