1.1.0
Changed
- Added stellarwp/db as a dependency.
- Swapped out direct
$wpdb
calls with theDB
class. - Added some tests for index checking on tables.
- Reorganized abstract classes and interfaces into
Contracts/
directories. - Removed container and require the setting of a container via the
Config
class.