Skip to content

Commit a1fc8cf

Browse files
committed
version 0.0.3
1 parent 5d67d00 commit a1fc8cf

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.5
66
**Tested up to:** 6.6
77
**Requires PHP:** 5.6
8-
**Stable tag:** 0.0.2
8+
**Stable tag:** 0.0.3
99
**License:** GPLv2 or later
1010
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -38,4 +38,7 @@ TK
3838
Split tests for post titles
3939

4040
### 0.0.2 ###
41-
Split tests for DOM changes
41+
Split tests for DOM changes
42+
43+
### 0.0.3 ###
44+
Context for where tests run ('all', 'home', or a 'url' pattern)

composer.json

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

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.2\n"
5+
"Project-Id-Version: Split Tests 0.0.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
7-
"POT-Creation-Date: 2024-07-17 20:25:01+00:00\n"
7+
"POT-Creation-Date: 2024-07-30 16:54:11+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.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.2",
3+
"version": "0.0.3",
44
"main": "Gruntfile.js",
55
"author": "The Markup <info@themarkup.org>",
66
"scripts": {

readme.txt

Lines changed: 5 additions & 2 deletions
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.6
77
Requires PHP: 5.6
8-
Stable tag: 0.0.2
8+
Stable tag: 0.0.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -38,4 +38,7 @@ TK
3838
Split tests for post titles
3939

4040
= 0.0.2 =
41-
Split tests for DOM changes
41+
Split tests for DOM changes
42+
43+
= 0.0.3 =
44+
Context for where tests run ('all', 'home', or a 'url' pattern)

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

0 commit comments

Comments
 (0)