Skip to content

Commit

Permalink
Changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Jun 8, 2024
1 parent 40d6298 commit be829c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-pay-by-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Pay by Check Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/
Description: A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.
Version: 1.0
Version: 1.0.1
Author: Stranger Studios
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-pay-by-check
Expand All @@ -26,7 +26,7 @@
*/
define( 'PMPRO_PAY_BY_CHECK_DIR', dirname(__FILE__) );
define( 'PMPRO_PAY_BY_CHECK_BASE_FILE', __FILE__ );
define( 'PMPROPBC_VER', '1.0' );
define( 'PMPROPBC_VER', '1.0.1' );

require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/admin.php';
require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/checkout.php';
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios, eighty20results
Tags: pmpro, paid memberships pro, members, memberships, check, cheque, payments, offline
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.0
Stable tag: 1.0.1

A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.

Expand All @@ -29,6 +29,9 @@ If you would like to change the wording from "Pay by Check" to something else, y
https://gist.github.com/strangerstudios/68bb75bf3b83530390d4

== Changelog ==
= 1.0.1 - 2024-06-08 =
* BUG FIX: Fixing broken SQL query.

= 1.0 - 2024-06-03 =
* ENHANCEMENT: When using PMPro v3.0+, recurring orders are now generated based on information in the PMPro Subscriptions table.
* ENHANCEMENT: When using PMPro v3.0.3+, checkouts using the Check gateway are now processed once the payment is received instead of assigning the membership immediately.
Expand Down

0 comments on commit be829c8

Please sign in to comment.