Problem:
A Toolset View conditional failed to display pages based on whether a specific option in a checkbox group was unchecked.
Solution:
Wrap the Types shortcode in single quotes inside the wpv-conditional expression so its returned value evaluates correctly. Alternatively, wrap the output with the Types shortcode using option='3' state='unchecked', noting that this only hides results and does not exclude them from View counts or pagination.
Toolset Maps displayed a Google Maps API-key notice on the WordPress Plugins page even though OpenStreetMap was selected as the map provider.
Solution:
The issue was reproduced and reported internally. As a temporary workaround, custom code was added under Toolset → Settings → Custom Code to load dashboard-only CSS that hides the incorrect notice on plugins.php.