Skip to content

Releases: metaclass-nl/filter-bundle

Allows Symfony 7

12 Jan 13:40
Compare
Choose a tag to compare

Test Entities now use attributes,
MetaclassFilterExtension adapted to suppress message about ::load not having returntype void

For API Platform core 3.0

20 Feb 16:02
Compare
Choose a tag to compare

Adapted to API Platform core 3.0. and 2.7 with metadata_backward_compatibility_layer set to false, corrected readme

For API Platform core 3.0

12 Oct 08:20
Compare
Choose a tag to compare
Pre-release

Adapted to API Platform core 3.0. and 2.7 with metadata_backward_compatibility_layer set to false

Fixes for when no where filter is used

20 Sep 11:39
Compare
Choose a tag to compare

Fixes for when no where filter is used

20 Sep 11:41
Compare
Choose a tag to compare

Applies workaround for OR

10 Aug 09:09
Compare
Choose a tag to compare

#10: OR filter bypasses all doctrine extensions -> Potential security problem

  • made workaround (only with OR) assuming that eventual extensions do not use QueryNameGenerator, otherwise throws Exception,
  • added security warnings with respect to innerJoinsLeft and AddFakeLeftJoin

Allways uses AND to combine with extensions and normal filter operation

08 Aug 10:27
Compare
Choose a tag to compare

For security reasons criteria from extensions and from filters that are not nested in "and", "or" or "not" are allways combined through AND with the criteria added by LogicFilter