Releases: stellarwp/schema
Releases · stellarwp/schema
1.1.6
Changes
- Fix - Resolve PHP notice caused by passing a
null
to version_compare()
.
1.1.5
Changes
- Fix - PHP < 7.4 compatibility change to avoid arrow functions in favor of explicit function closures.
1.1.4
Changes
- Fix - Added
#[\ReturnTypeWillChange]
to a number of methods for PHP 8.2 compatibility.
1.1.2
Changes
- Tweak - Set the composer's
config.platform.php
to 7.0
.
1.1.1
Changes
- Fix - Resolves some issues with docblocks that didn't pass PHPStan during actual usage of this library elsewhere.
1.1.0
Changed
- Added stellarwp/db as a dependency.
- Swapped out direct
$wpdb
calls with the DB
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.
1.0.0
Added
- Initial version
- Documentation
- Automated tests