Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerfinnell committed Aug 1, 2023
1 parent eb3dc80 commit b316f5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3",
"version": "4.7.8-beta-1",
"license": "GPL-2.0-or-later",
"homepage": "https://wpsimplepay.com/",
"repository": {
Expand Down
15 changes: 8 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3
Stable tag: 4.7.8
Requires PHP: 5.6
License: GPLv2 or later

Expand Down Expand Up @@ -283,10 +283,15 @@ No. WP Simple Pay is a standalone Stripe payments plugin and does not integrate

== Changelog ==

= Stripe Payment Forms v4.7.8 - August 2, 2023 =

* New: Add "Automations" tab to the form builder.
* Fix: Ensure at least one payment method is active when updating a payment form.

= Stripe Payment Forms v4.7.7.3 - July 25, 2023 =

* Stripe Tax - update for general availability.
* Lite Connect - improve connection process.
* New: Stripe Tax - update for general availability.
* Fix: Lite Connect - improve connection process.

= Stripe Payment Forms v4.7.7 - June 28, 2023 =

Expand All @@ -296,7 +301,3 @@ No. WP Simple Pay is a standalone Stripe payments plugin and does not integrate

* New: Add support for Alipay, FPX, Giropay, iDEAL, and Przelewy24 Stripe payments.
* Fix: Do not set additional fees when Stripe account country is based in Mexico.

= Stripe Payment Forms v4.7.3.1 - March 31, 2023 =

* Fix: Check that `jddayofweek()` is available before use.
4 changes: 2 additions & 2 deletions stripe-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3
* Version: 4.7.8-beta-1
* Text Domain: stripe
* Domain Path: /languages
*/
Expand Down Expand Up @@ -54,7 +54,7 @@
//
// Lite/Pro-specific.
//
define( 'SIMPLE_PAY_VERSION', '4.7.7.3' );
define( 'SIMPLE_PAY_VERSION', '4.7.8-beta-1' );

if ( ! defined( 'SIMPLE_PAY_PLUGIN_NAME' ) ) {
define( 'SIMPLE_PAY_PLUGIN_NAME', 'WP Simple Pay Lite' );
Expand Down

0 comments on commit b316f5a

Please sign in to comment.