Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@danielbachhuber danielbachhuber released this 05 Aug 22:22
  • 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 before unset() [#27].
  • Updates package with latest scaffolded components [#31].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#32].