Skip to content

Commit 7dc5488

Browse files
committed
bump version to v0.1.1
1 parent 2cbe302 commit 7dc5488

9 files changed

Lines changed: 31 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ Yes, the tests will work fine with HTML generated behind a CDN, or using other k
8282

8383
## Changelog ##
8484

85+
### 0.1.1 ###
86+
- Adds freeform CSS changes to DOM tests.
87+
- Adds a scroll conversion option.
88+
- Bugfix for title test post selection.
89+
90+
### 0.1.0 ###
91+
- Adds class changes to DOM tests.
92+
- Improves how title tests sync publish status with their associated split test.
93+
- Bugfix for database migrations.
94+
- Bugfix for title test conversions.
95+
8596
### 0.0.9 ###
8697
- Adds a `split_tests_is_headless` filter that changes how redirects are handled.
8798
- Bugfix: don't apply unpublished tests to the site.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "the-markup/split-tests",
33
"description": "Simple A/B testing for WordPress",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "wordpress-plugin",
66
"repositories": [
77
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/split-tests.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the same license as the Split Tests package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Split Tests 0.1.0\n"
5+
"Project-Id-Version: Split Tests 0.1.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
7-
"POT-Creation-Date: 2024-11-25 16:12:51+00:00\n"
7+
"POT-Creation-Date: 2024-12-02 20:02:39+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split-tests",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "Gruntfile.js",
55
"author": "The Markup <info@themarkup.org>",
66
"scripts": {

readme.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: split-tests
55
Requires at least: 4.5
66
Tested up to: 6.7.1
77
Requires PHP: 5.6
8-
Stable tag: 0.1.0
8+
Stable tag: 0.1.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -86,6 +86,17 @@ Yes, the tests will work fine with HTML generated behind a CDN, or using other k
8686

8787
== Changelog ==
8888

89+
= 0.1.1 =
90+
- Adds freeform CSS changes to DOM tests.
91+
- Adds a scroll conversion option.
92+
- Bugfix for title test post selection.
93+
94+
= 0.1.0 =
95+
- Adds class changes to DOM tests.
96+
- Improves how title tests sync publish status with their associated split test.
97+
- Bugfix for database migrations.
98+
- Bugfix for title test conversions.
99+
89100
= 0.0.9 =
90101
- Adds a `split_tests_is_headless` filter that changes how redirects are handled.
91102
- Bugfix: don't apply unpublished tests to the site.

setup/db/wordpress.sql.gz

-2.75 KB
Binary file not shown.

split-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://themarkup.org/
88
* Text Domain: split-tests
99
* Domain Path: /languages
10-
* Version: 0.1.0
10+
* Version: 0.1.1
1111
*
1212
* @package SplitTests
1313
*/

0 commit comments

Comments
 (0)