Plugin Directory

Changeset 1443607


Ignore:
Timestamp:
06/26/2016 10:28:31 AM (10 years ago)
Author:
vlastuin
Message:

Fix: Bugfix in InnoDB conversion function

Location:
vevida-optimizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vevida-optimizer/trunk/plugins/convert.php

    r1389280 r1443607  
    7979            FROM information_schema.statistics
    8080            WHERE index_type = 'FULLTEXT'
    81             AND table_name = ".'{$row}');
     81            AND table_name = ".'{$row->table_name}');
    8282    if ( $fulltextIndex ) {
    8383            continue;
  • vevida-optimizer/trunk/readme.txt

    r1389280 r1443607  
    33Tags: auto-update, updates, MySQL optimization, update, automatic update, vevida, hosting
    44Requires at least: 3.9
    5 Tested up to: 4.5
    6 Stable tag: 1.1
     5Tested up to: 4.5.3
     6Stable tag: 1.1.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    107107== Changelog ==
    108108
     109= 1.1.1 =
     110Release date: June 26th 2016
     111
     112* Bug fixed in the InnoDB conversion function where InnoDB tables have a
     113  fulltextindex.
     114* Tested with WordPress 4.5.3
     115
    109116= 1.1 =
    110117Release date: April 7th 2016
  • vevida-optimizer/trunk/vevida-optimizer.php

    r1389280 r1443607  
    44 * Plugin URI: https://wordpress.org/plugins/vevida-optimizer/
    55 * Description: Configure automatic updates for each WordPress component, and optimize the mySQL database tables.
    6  * Version: 1.1
     6 * Version: 1.1.1
    77 * Author: Jan Vlastuin, Jan Reilink
    88 * Author URI: http://vevida.hosting
Note: See TracChangeset for help on using the changeset viewer.