Add path based targeting to broadcast messages
This adds `target_path` to `BroadcastMessages` to allow to show broadcast messages at certain URLs. To match complex URLs, we allow to use `*` as wildcard characters for the `target_url`. Since SQL is using `%` for wildcards, we need to replace these characters in our query.
Showing
Please register or sign in to comment