Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-markup/split-tests",
"description": "Simple A/B testing for WordPress",
"version": "0.0.9",
"version": "0.1.0",
"type": "wordpress-plugin",
"repositories": [
{
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions languages/split-tests.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Split Tests package.
msgid ""
msgstr ""
"Project-Id-Version: Split Tests 0.0.9\n"
"Project-Id-Version: Split Tests 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n"
"POT-Creation-Date: 2024-11-25 15:04:27+00:00\n"
"POT-Creation-Date: 2024-11-25 16:12:51+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split-tests",
"version": "0.0.9",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "The Markup <info@themarkup.org>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: split-tests
Requires at least: 4.5
Tested up to: 6.7.1
Requires PHP: 5.6
Stable tag: 0.0.9
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
Binary file modified setup/db/wordpress.sql.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion split-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://themarkup.org/
* Text Domain: split-tests
* Domain Path: /languages
* Version: 0.0.9
* Version: 0.1.0
*
* @package SplitTests
*/
Expand Down