Releases: the-markup/split-tests
Releases · the-markup/split-tests
Split Tests v0.0.9
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/scripts
to latest.
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
).
Split Tests v0.0.5
- Filter on
the_title
for post title tests - Add
split_tests_is_single
hook - 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)
Split Tests v0.0.2
Split Tests for DOM changes.
Split Tests v0.0.1
Post Title split testing.