From 5cc073c32c6c1a8863c8619480d75839f8706301 Mon Sep 17 00:00:00 2001 From: Spencer Finnell Date: Mon, 22 May 2023 11:04:24 -0400 Subject: [PATCH] Version bump --- package.json | 2 +- readme.txt | 2 +- stripe-checkout.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c83b7ba7..5fe28e27 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.7.31", + "version": "4.7.5-beta-1", "license": "GPL-2.0-or-later", "homepage": "https://wpsimplepay.com/", "repository": { diff --git a/readme.txt b/readme.txt index 6d0e7efb..c5dd1b34 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: 5.2 Tested up to: 6.2 -Stable tag: 4.7.3.1 +Stable tag: 4.7.5-beta-1 Requires PHP: 5.6 License: GPLv2 or later diff --git a/stripe-checkout.php b/stripe-checkout.php index 45eec91c..daca0610 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.7.3.1 + * Version: 4.7.5-beta-1 * Text Domain: stripe * Domain Path: /languages */ @@ -54,7 +54,7 @@ // // Lite/Pro-specific. // - define( 'SIMPLE_PAY_VERSION', '4.7.3.1' ); + define( 'SIMPLE_PAY_VERSION', '4.7.5-beta-1' ); if ( ! defined( 'SIMPLE_PAY_PLUGIN_NAME' ) ) { define( 'SIMPLE_PAY_PLUGIN_NAME', 'WP Simple Pay Lite' );