We upgraded joomla, CB, CBSubs and all plugins to the latest version this weekend.
Unfortunately we discovered an issue with one promotion that uses a cbquery field and a text field.
The promotion is now always active even though the condition is not met.
Query field: cb_currentyear: calculates the current year ("SELECT YEAR( current_date ) FROM `#__comprofiler` WHERE `id` = '[user_id]'")
Text field: cb_freemembshipin: administrator can enter a year in which the promotion is valid. Usually empty.
The promotion:
if value of cb_currentyear = value of cb_freemembshipin: apply a 100% discount
Current situation: even if the cb_freemembshipin field is empty, the promotion is applied.
We currently had to disable the promotion to prevent free discounts.