From 255f56fbdad97b53a35314e209d52d45178352fb Mon Sep 17 00:00:00 2001 From: Spencer Finnell Date: Mon, 10 Jan 2022 13:50:49 -0500 Subject: [PATCH] Version bump Alpha 1 --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- stripe-checkout.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7e9140b..2a7054aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wp-simple-pay-lite", - "version": "2.6.3", + "version": "4.4.1-alpha-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0a46bac..4871fe9c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-simple-pay-lite", "title": "WP Simple Pay Lite for Stripe", "description": "Add high conversion Stripe Checkout forms to your WordPress site and start accepting payments in minutes. **Lite Version**", - "version": "4.4.0", + "version": "4.4.1-alpha-1", "license": "GPL-2.0-or-later", "homepage": "https://wpsimplepay.com/", "repository": { diff --git a/readme.txt b/readme.txt index 421e4016..ace4c2f1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wpsimplepay, pderksen, spencerfinnell, adamjlea, mordauk, cklosows Tags: stripe, stripe checkout, stripe payments, credit card payments, stripe gateway Requires at least: 4.9.8 Tested up to: 5.9 -Stable tag: 4.4.0 +Stable tag: 4.4.1-alpha-1 Requires PHP: 5.6 License: GPLv2 or later diff --git a/stripe-checkout.php b/stripe-checkout.php index c21b230e..d5713e0b 100644 --- a/stripe-checkout.php +++ b/stripe-checkout.php @@ -5,7 +5,7 @@ * Description: Add high conversion Stripe payment forms to your WordPress site in minutes. * Author: WP Simple Pay * Author URI: https://wpsimplepay.com - * Version: 4.4.0 + * Version: 4.4.1-alpha-1 * Text Domain: stripe * Domain Path: /languages */ @@ -50,7 +50,7 @@ // // Lite/Pro-specific. // - define( 'SIMPLE_PAY_VERSION', '4.4.0' ); + define( 'SIMPLE_PAY_VERSION', '4.4.1-alpha-1' ); if ( ! defined( 'SIMPLE_PAY_PLUGIN_NAME' ) ) { define( 'SIMPLE_PAY_PLUGIN_NAME', 'WP Simple Pay Lite' );