Skip to content

Commit 699883b

Browse files
authored
Merge pull request #11 from the-markup/version-0.1.0
Version 0.1.0
2 parents e7eb3d1 + 312c158 commit 699883b

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
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.9",
4+
"version": "0.1.0",
55
"type": "wordpress-plugin",
66
"repositories": [
77
{

composer.lock

Lines changed: 8 additions & 7 deletions
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.9\n"
5+
"Project-Id-Version: Split Tests 0.1.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
7-
"POT-Creation-Date: 2024-11-25 15:04:27+00:00\n"
7+
"POT-Creation-Date: 2024-11-25 16:12:51+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.9",
3+
"version": "0.1.0",
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.7.1
77
Requires PHP: 5.6
8-
Stable tag: 0.0.9
8+
Stable tag: 0.1.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

setup/db/wordpress.sql.gz

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

0 commit comments

Comments
 (0)