You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it make sense to add a constraint to composer.json to reflect the incompatibility for as long as it lasts? Like, instead of ^4.4, have >=4.4.0 <4.12.0 or something to that effect.
With regard to a broader outlook, it would be really cool to have a hook in the core that would allow for filtering of search results. I know that wouldn't solve the issue for ^4.12, but it would be a lot better than having to copy the entire module in a bundle or add a patch in an application.
Wouldn't it make sense to add a constraint to composer.json to reflect the incompatibility for as long as it lasts? Like, instead of ^4.4, have >=4.4.0 <4.12.0 or something to that effect.
That won't matter as a version that is unlocked for Contao 4.12+ has already been released.
This extension will no longer work with Contao 4.12+ (see contao/contao#2917). To fix this it needs to implement its own search module.
The text was updated successfully, but these errors were encountered: