Split Tests v0.0.6
- Switch from REST API endpoints to
admin-ajax.php
#4. - Adds
split_tests_endpoint_url
andsplit_tests_current_url
filters (for headless). - Click conversions check up the DOM tree for a parent with an
href
attribute if one isn't found on the click event target. - Fixes a case-sensitivity bug (
DomTests
instead ofDOMTests
).