Version 1.2.0
- Introduces
wp db prefix
for getting the$wpdb->prefix
for a site [#22]. - Introduces
wp db search
for searching through the database for a given string [#29, #33]. - Uppercases WP
size_format()
for pre-4.6 compat [#26]. - Removes superfluous
isset()
check beforeunset()
[#27]. - Updates package with latest scaffolded components [#31].
- Uses
dist: precise
for PHP 5.3,dist: trusty
for everything else [#32].