mautic / mautic

Mautic: Open Source Marketing Automation Software.
https://www.mautic.org
Other
6.82k stars 2.5k forks source link

FEAT: Adds WHERE filter to ForeignFuncFilterQueryBuilder #13855

Closed putzwasser closed 1 week ago

putzwasser commented 1 week ago

Backport of #13854 to 5.1

escopecz commented 1 week ago

@putzwasser as this is an enhancement, it cannot be merged into 5.1. I'm closing this PR as it already has its counterpart for 5.2 https://github.com/mautic/mautic/pull/13854. Please shout if you disagree.

putzwasser commented 1 week ago

I'm just interested why you don't back port enhancements if they are not breaking changes.

This way people could make use of this (or other) change(s) quicker.

escopecz commented 1 week ago

We are following semver in our release numbers. The patch version releases are only for bug fixes.