Changeset 1443607
- Timestamp:
- 06/26/2016 10:28:31 AM (10 years ago)
- Location:
- vevida-optimizer/trunk
- Files:
-
- 3 edited
-
plugins/convert.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vevida-optimizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vevida-optimizer/trunk/plugins/convert.php
r1389280 r1443607 79 79 FROM information_schema.statistics 80 80 WHERE index_type = 'FULLTEXT' 81 AND table_name = ".'{$row }');81 AND table_name = ".'{$row->table_name}'); 82 82 if ( $fulltextIndex ) { 83 83 continue; -
vevida-optimizer/trunk/readme.txt
r1389280 r1443607 3 3 Tags: auto-update, updates, MySQL optimization, update, automatic update, vevida, hosting 4 4 Requires at least: 3.9 5 Tested up to: 4.5 6 Stable tag: 1.1 5 Tested up to: 4.5.3 6 Stable tag: 1.1.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 107 107 == Changelog == 108 108 109 = 1.1.1 = 110 Release 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 109 116 = 1.1 = 110 117 Release date: April 7th 2016 -
vevida-optimizer/trunk/vevida-optimizer.php
r1389280 r1443607 4 4 * Plugin URI: https://wordpress.org/plugins/vevida-optimizer/ 5 5 * Description: Configure automatic updates for each WordPress component, and optimize the mySQL database tables. 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: Jan Vlastuin, Jan Reilink 8 8 * Author URI: http://vevida.hosting
Note: See TracChangeset
for help on using the changeset viewer.