Releases: stellarwp/schema
Releases · stellarwp/schema
1.1.8
What's Changed
- Feature - Introduce truncate method which does what the empty_table method was doing. Update empty_table to actually empty the table instead of truncating it.
- Tweak - Decide if we can create/update during this requests based on blog's status, preventing multiple "check" queries.
New Contributors
Full Changelog: 1.1.7...1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
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.