Links

Changelog

The full history of changes for the Split Pay Plugin.

Version 3.2.7 - April 19, 2023

  • Database storage bugfix for free version.
  • Update to retrieving Object ID from Stripe.

Version 3.2.6 - April 13, 2023

  • Database storage bugfix.

Version 3.2.5 - April 6, 2023

  • Added Fixed Amount split payments.
  • Added percentage-based and fixed amount split transfers to variable products in WooCommerce.
  • Added option to transfer shipping fees to connected accounts.

Version 3.2.4 - March 9, 2023

  • Fixed pagination issue with transfers tab.
  • Fixed multiple-quantity order miscalculations.

Version 3.2.3 - January 26, 2023

  • Implemented Stripe Connect mechanism.
  • Using checkout total by default for splitting percentage instead of Subtotal.
  • General bug fixes and stability improvements.

Version 3.2.2 - September 19, 2022

  • Sanizations and escapes for WordPress.org compliance.
  • Fixed bug preventing the saving of WooCommerce products.

Version 3.2.1 - July 18, 2022

  • Updated Freemius SDK to v2.4.4.
  • General bug fix and security improvements.

Version 3.2.0

  • Added a premium feature allowing administrators to configure different split percentages at the product level.
  • Removed Exclude Shipping and Exclude Tax settings (plugin now automatically excludes both).

Version 3.1.0

  • Fixed a bug with the Exclude Shipping and Exclude Tax settings.
  • Tested with WooCommerce 5.2.2.
  • Tested with WordPress 5.7.1.

Version 3.0.1

  • Tested with WooCommerce 5.2.1.
  • Minor tweaks to installation instructions and screenshot.

Version 3.0.0

  • Complete code refactor to streamline plugin.
  • Tested with WooCommerce v5.2.
  • Moved plugin settings menu.
  • Added plugin link to documentation.
  • Updated to use WooCommerce currency setting.

Version 2.5.4

  • Tested with WordPress 5.7
  • Tested with WooCommerce 5.1

Version 2.5.3

  • Tested with WordPress 5.5
  • Tested with WooCommerce 4.3.2

Version 2.5.2

  • Updating licensing platform to Freemius

Version 2.5.1

  • Fix for plugin update banner

Version 2.5.0

  • Rewrote Stripe routine to handle multiple sites
  • Some code refactoring for efficiency

Version 2.4.3

  • Added check to verify Stripe source ID matches existing WC ID
  • Fixed update banner image

Version 2.4.2

  • Updated Transfer section total record count to include test/live mode filter

Version 2.4.1

  • Fixed WordPress support tag

Version 2.4.0

  • Implemented new Transfers section, including Stripe reference IDs
  • Filter the Transfers section based on Stripe test mode vs live mode
  • Removed old dashboard

Version 2.3.1

  • Pre-release for 2.4
  • Added plugin upgrade functionality to accomodate future database changes
  • Created new transfer log database table
  • Added instance of core WP table class
  • Updated uninstall logic

Version 2.3.0

  • Added exception handling for Stripe Connected Account not found ("No such destination")
  • Enhanced so we will only process a webhook if the statemnt descriptor configured in WooCommerce > Settings > Payments matches the statement descriptor returned in the webhook response

Version 2.2.1

  • Fixed bug in webhook check

Version 2.2

  • Added plugin update checks for licensed instances

Version 2.1

  • Added licensing

Version 2.0

  • Moved from a stand-alone WordPress dashboard item to a tab inside WooCommerce Settings
  • Merged features into standard WordPress plugin structure
  • Sets WooCommerce Stripe Gateway as a plugin dependency
  • Removed separate settings for Stripe keys and test/live mode; now gets those settings from the WooCommerce Stripe Gateway plugin
  • Eliminated custom styles
  • Added an option to exclude sales tax from transfer calculations

Version 1.0

  • Initial version of the plugin.