Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
- Total issues resolved: 1
- Total pull requests resolved: 12
- Total contributors: 8
BC Break
Test Suite
- 11265: Remove unused trait thanks to @greg0ire
Documentation
- 11257: [Documentation] Adding link to Postgres upgrade article thanks to @ThomasLandauer
- 11224: Clean up outdated sentence thanks to @BenMorel
- 11222: Update PHP requirement in README.md thanks to @andreybolonin
- 11221: Update version ORM from 2 to 3 in docs thanks to @andreybolonin
- 11219: Bump dependencies in the "getting started" docs page thanks to @derrabus
- 11218: DoctrineSetup was renamed to ORMSetup thanks to @derrabus
Bug
- 11243: Remove broken assertion from DateAddFunction and DateSubFunction thanks to @ondrejmirtes
- 11242: fix: support array-type arg in QB variadic calls thanks to @simPod
- 11240: Fix broken assert(is_numeric($sql)) in DateAddFunction and DateSubFunction thanks to @ondrejmirtes
Static Analysis
CI
Changes from Lower Branches
- This release contains all changes of the 2.18.1 release.