Skip to content

Commit

Permalink
Prepared v1.1 for release including readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Jul 15, 2024
1 parent e21bca1 commit 45dcf66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pmpro-pay-by-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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.1.1
Author: Stranger Studios
Version: 1.1
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-pay-by-check
Domain Path: /languages
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.1.1' );
define( 'PMPROPBC_VER', '1.1' );

require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/admin.php';
require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/checkout.php';
Expand All @@ -51,8 +51,8 @@ function pmpropbc_plugin_row_meta($links, $file) {
if(strpos($file, 'pmpro-pay-by-check.php') !== false)
{
$new_links = array(
'<a href="' . esc_url('https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/') . '" title="' . esc_attr( __( 'View Documentation', 'paid-memberships-pro' ) ) . '">' . __( 'Docs', 'paid-memberships-pro' ) . '</a>',
'<a href="' . esc_url('http://paidmembershipspro.com/support/') . '" title="' . esc_attr( __( 'Visit Customer Support Forum', 'paid-memberships-pro' ) ) . '">' . __( 'Support', 'paid-memberships-pro' ) . '</a>',
'<a href="' . esc_url('https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/') . '" title="' . esc_attr( __( 'View Documentation', 'pmpro-pay-by-check' ) ) . '">' . __( 'Docs', 'pmpro-pay-by-check' ) . '</a>',
'<a href="' . esc_url('httsp://www.paidmembershipspro.com/support/') . '" title="' . esc_attr( __( 'Visit Customer Support Forum', 'pmpro-pay-by-check' ) ) . '">' . __( 'Support', 'pmpro-pay-by-check' ) . '</a>',
);
$links = array_merge($links, $new_links);
}
Expand Down
7 changes: 6 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.1.1
Stable tag: 1.1

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

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

== Changelog ==
= 1.1 - TBD =
* ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend changes. #120 (@MaximilianoRicoTabo, @kimcoleman)
* BUG FIX: Now only sending the cancellation email if a level was removed. #118 (@dparker1005)
* BUG FIX: Fixed issue where crons were not being set up or disabled. #121 (@dparker1005)

= 1.0.1.1 - 2024-06-10 =
* BUG FIX: Fixed incorrect parameters passed to the pmpro_confirmation_url filter. #117 (@mircobabini)

Expand Down

0 comments on commit 45dcf66

Please sign in to comment.