File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,28 @@ All notable changes to this project will be documented in this file. This projec
44
55## [ unreleased] Unreleased
66
7+ ## [ 1.1.1] 2022-10-08
8+
9+ * Fix - Resolves some issues with docblocks that didn't pass PHPStan during actual usage of this library elsewhere.
10+
711## [ 1.1.0] 2022-08-30
812
913### Changed
1014
11- - Added [ stellarwp/db] ( https://github.com/stellarwp/db ) as a dependency.
12- - Swapped out direct ` $wpdb ` calls with the ` DB ` class.
13- - Added some tests for index checking on tables .
14- - Reorganized abstract classes and interfaces into ` Contracts/ ` directories .
15- - Removed container and require the setting of a container via the ` Config ` class .
15+ * Feature - Added [ stellarwp/db] ( https://github.com/stellarwp/db ) as a dependency.
16+ * Tweak - Swapped out direct ` $wpdb ` calls with the ` DB ` class.
17+ * Tweak - Reorganized abstract classes and interfaces into ` Contracts/ ` directories .
18+ * Tweak - Removed container and require the setting of a container via the ` Config ` class .
19+ * Tests - Added some tests for index checking on tables .
1620
1721## [ 1.0.0] 2022-08-17
1822
1923### Added
2024
21- - Initial version
22- - Documentation
23- - Automated tests
25+ * Feature - Initial version
26+ * Docs - Documentation
27+ * Tests - Automated tests
2428
2529[ 1.0.0 ] : https://github.com/stellarwp/schema/releases/tag/1.0.0
30+ [ 1.1.0 ] : https://github.com/stellarwp/schema/releases/tag/1.1.0
31+ [ 1.1.1 ] : https://github.com/stellarwp/schema/releases/tag/1.1.1
You can’t perform that action at this time.
0 commit comments