Skip to content

Commit 65499b9

Browse files
committed
version 0.0.8
1 parent 7088c0b commit 65499b9

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

README.md

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

8282
## Changelog ##
8383

84+
### 0.0.8 ###
85+
- Bugfix: allow for zero title tests.
86+
8487
### 0.0.7 ###
8588
- Bugfix: undefined variable in title tests.
8689
- Updates version of `@wordpress/scripts` to latest.

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.0.7",
4+
"version": "0.0.8",
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.0.7\n"
5+
"Project-Id-Version: Split Tests 0.0.8\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
7-
"POT-Creation-Date: 2024-09-26 13:43:19+00:00\n"
7+
"POT-Creation-Date: 2024-10-01 17:47:32+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.0.7",
3+
"version": "0.0.8",
44
"main": "Gruntfile.js",
55
"author": "The Markup <[email protected]>",
66
"scripts": {

readme.txt

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

8686
== Changelog ==
8787

88+
= 0.0.8 =
89+
- Bugfix: allow for zero title tests.
90+
8891
= 0.0.7 =
8992
- Bugfix: undefined variable in title tests.
9093
- Updates version of `@wordpress/scripts` to latest.

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.0.7
10+
* Version: 0.0.8
1111
*
1212
* @package SplitTests
1313
*/

0 commit comments

Comments
 (0)