Releases: the-markup/split-tests
Releases · the-markup/split-tests
v0.1.2
Split Tests v0.1.1
Split Tests v0.1.0
Split Tests v0.0.9
- Adds a
split_tests_is_headlessfilter that changes how redirects are handled. - Bugfix: don't apply unpublished tests to the site.
Split Tests v0.0.8
- Bugfix: allow for zero title tests.
Split Tests v0.0.7
- Bugfix: undefined variable in title tests.
- Updates version of
@wordpress/scriptsto latest.
Split Tests v0.0.6
- Switch from REST API endpoints to
admin-ajax.php#4. - Adds
split_tests_endpoint_urlandsplit_tests_current_urlfilters (for headless). - Click conversions check up the DOM tree for a parent with an
hrefattribute if one isn't found on the click event target. - Fixes a case-sensitivity bug (
DomTestsinstead ofDOMTests).
Split Tests v0.0.5
- Filter on
the_titlefor post title tests - Add
split_tests_is_singlehook - Make JS more headless-friendly
Split Tests v0.0.4
- Combine raw database events into daily aggregates (PR #1).
Split Tests v0.0.3
Adds a context configuration for where tests run (all, home, or a url pattern)