Skip to content

Commit

Permalink
fixed #49
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 8, 2022
1 parent 88db220 commit 4af4977
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [7.5.3] - Unreleased
### Fixed
- `orWhereSprintf` return error [#49].

## [7.5.2] - 2022-01-17
### Fixed
- PHP 8.1 support [#44]
Expand Down Expand Up @@ -136,7 +140,9 @@ This library was rewritten and a lot of breaking changes were included.
[#42]: https://github.com/oscarotero/simple-crud/issues/42
[#43]: https://github.com/oscarotero/simple-crud/issues/43
[#44]: https://github.com/oscarotero/simple-crud/issues/44
[#49]: https://github.com/oscarotero/simple-crud/issues/49

[7.5.3]: https://github.com/oscarotero/simple-crud/compare/v7.5.2...HEAD
[7.5.2]: https://github.com/oscarotero/simple-crud/compare/v7.5.1...v7.5.2
[7.5.1]: https://github.com/oscarotero/simple-crud/compare/v7.5.0...v7.5.1
[7.5.0]: https://github.com/oscarotero/simple-crud/compare/v7.4.2...v7.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/Queries/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Select extends Query
'whereSprintf',
'whereEquals',
'orWhere',
'orWhereSprinf',
'orWhereSprintf',
'catWhere',
'limit',
'offset',
Expand Down

0 comments on commit 4af4977

Please sign in to comment.