Skip to content

Commit

Permalink
Updating upgrade script version
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Oct 24, 2024
1 parent d8004ea commit 03aaf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/upgradecheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,12 @@ function pmpro_checkForUpgrades() {
}

/**
* Version 3.4
* Version 3.3.1
* Adding `one_use_per_user` column to discount codes.
*/
if ( $pmpro_db_version < 3.4 ) {
if ( $pmpro_db_version < 3.3 ) {
pmpro_db_delta();
update_option( 'pmpro_db_version', '3.4' );
update_option( 'pmpro_db_version', '3.3' );
}
}

Expand Down

0 comments on commit 03aaf1c

Please sign in to comment.