Skip to content

Commit 7055431

Browse files
committed
version 0.0.5
1 parent 7ea7387 commit 7055431

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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.4",
4+
"version": "0.0.5",
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.4\n"
5+
"Project-Id-Version: Split Tests 0.0.5\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
7-
"POT-Creation-Date: 2024-08-06 14:07:55+00:00\n"
7+
"POT-Creation-Date: 2024-08-16 18:00:53+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.4",
3+
"version": "0.0.5",
44
"main": "Gruntfile.js",
55
"author": "The Markup <[email protected]>",
66
"scripts": {

readme.txt

Lines changed: 1 addition & 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.6.1
77
Requires PHP: 5.6
8-
Stable tag: 0.0.4
8+
Stable tag: 0.0.5
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

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

0 commit comments

Comments
 (0)