thank you for your answer, Luna.
Actually this problem not just about last FIlter Version, but all of them. And the problem is in my programming skills not in a fllter itself.
I use Easydropdown Jquery Plugin to style my filters https://github.com/patrickkunka/easydropdown
In helper.php I put (near line 584)
$attrs = array(‘class’=>’dropdown’);
instead of
$attrs = array(‘class’=>’exfield exgroup’.$field->group);
to provide Easydropdown Jquery Plugin enabling.
It works fine in case of “Auto Filter – NO”
The problem is when I choose “Auto Filter – YES” option.
Many thanks in advance, if you can help me 🙂