Skip to content

Releases: stellarwp/schema

1.1.6

09 Jan 13:57
afef730
Compare
Choose a tag to compare

Changes

  • Fix - Resolve PHP notice caused by passing a null to version_compare().

1.1.5

30 Nov 19:08
818e579
Compare
Choose a tag to compare

Changes

  • Fix - PHP < 7.4 compatibility change to avoid arrow functions in favor of explicit function closures.

1.1.4

15 Nov 17:18
43920f5
Compare
Choose a tag to compare

Changes

  • Fix - Added #[\ReturnTypeWillChange] to a number of methods for PHP 8.2 compatibility.

1.1.3

04 Apr 07:10
018ad9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

22 Nov 21:30
Compare
Choose a tag to compare

Changes

  • Tweak - Set the composer's config.platform.php to 7.0.

1.1.1

08 Oct 16:39
Compare
Choose a tag to compare

Changes

  • Fix - Resolves some issues with docblocks that didn't pass PHPStan during actual usage of this library elsewhere.

1.1.0

07 Oct 06:06
Compare
Choose a tag to compare

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

17 Aug 21:13
Compare
Choose a tag to compare

Added

  • Initial version
  • Documentation
  • Automated tests