From 35574f35686be2ffbe5a50278ec600afe9cc760b Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 24 Oct 2024 09:20:31 -0400 Subject: [PATCH] Changelog and version numbers --- pmpro-payment-plans.php | 4 ++-- readme.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pmpro-payment-plans.php b/pmpro-payment-plans.php index b6fa1ef..d28453e 100644 --- a/pmpro-payment-plans.php +++ b/pmpro-payment-plans.php @@ -3,14 +3,14 @@ * Plugin Name: Paid Memberships Pro - Payment Plans Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-payment-plans/ * Description: Integrates with Paid Memberships Pro to provide payment plans for membership levels. - * Version: 0.4 + * Version: 0.4.1 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-payment-plans * Domain Path: /languages */ -define( 'PMPROPP_VERSION', '0.4' ); +define( 'PMPROPP_VERSION', '0.4.1' ); /** * Includes the cleanup script on uninstall. diff --git a/readme.txt b/readme.txt index 17f354f..09c361a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios Tags: paid memberships pro, pmpro, payment plan, payments Requires at least: 5.4 Tested up to: 6.6 -Stable tag: 0.4 +Stable tag: 0.4.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -36,6 +36,8 @@ Users can select a payment plan during the checkout process. View full documentation at: https://www.paidmembershipspro.com/add-ons/pmpro-payment-plans/ == Changelog == += 0.4.1 - 2024-10-24 = +* BUG FIX: Fixed an issue that may have caused payment plans to not be saved correctly. #74 (@dparker1005) = 0.4 - 2024-09-24 = * SECURITY: Added extra sanitization to output strings. #71 (@andrewlimaza)