Skip to content

Commit

Permalink
Setting TBD to version 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Oct 3, 2023
1 parent ce33ef9 commit e3720cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions classes/gateways/class.pmprogateway_paypalexpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ static function pmpro_checkout_preheader() {
* Save session vars before processing
*
* @since 1.8
* @deprecated TBD
* @deprecated 2.12.3
*/
static function pmpro_checkout_before_processing() {
global $current_user, $gateway;

_deprecated_function( __FUNCTION__, 'TBD' );
_deprecated_function( __FUNCTION__, '2.12.3' );

//save user fields for PayPal Express
if(!$current_user->ID) {
Expand Down Expand Up @@ -311,7 +311,7 @@ static function pmpro_checkout_before_processing() {
}

//can use this hook to save some other variables to the session
// @deprecated TBD
// @deprecated 2.12.3
do_action("pmpro_paypalexpress_session_vars");
}

Expand Down
6 changes: 3 additions & 3 deletions includes/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function pmpro_calculate_profile_start_date( $order, $date_format, $filter = tru
/**
* Save checkout data in order meta before sending user offsite to pay.
*
* @since TBD
* @since 2.12.3
*
* @param MemberOrder $order The order to save the checkout fields for.
*/
Expand Down Expand Up @@ -107,7 +107,7 @@ function pmpro_save_checkout_data_to_order( $order ) {
/**
* Pull checkout data from order meta after returning from offsite payment.
*
* @since TBD
* @since 2.12.3
*
* @param MemberOrder $order The order to pull the checkout fields for.
*/
Expand All @@ -134,7 +134,7 @@ function pmpro_pull_checkout_data_from_order( $order ) {
/**
* Complete an asynchronous checkout.
*
* @since TBD
* @since 2.12.3
*
* @param MemberOrder $order The order to complete the checkout for.
* @return bool True if the checkout was completed successfully, false otherwise.
Expand Down
2 changes: 1 addition & 1 deletion includes/compatibility/bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* This function will disable the BlueHost plugin's password check when a user is
* checking out.
*
* @since TBD
* @since 2.12.3
*/
function pmpro_bluehost_disable_password_check() {
remove_action( 'wp_login', 'Newfold\WP\Module\Secure_Passwords\wp_login', 10, 2 );
Expand Down
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ function pmpro_showRequiresMembershipMessage() {
* * Success returns boolean true.
* * Failure returns a string containing the error message.
*
* @since TBD Added support to pass comma separated value to $levels
* @since 2.12.3 Added support to pass comma separated value to $levels
* @since 1.8.5 Added 'e' option for expired members.
* @since 1.0.0
*
Expand Down

0 comments on commit e3720cf

Please sign in to comment.