Skip to content

Commit 03aaf1c

Browse files
committed
Updating upgrade script version
1 parent d8004ea commit 03aaf1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/upgradecheck.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,12 @@ function pmpro_checkForUpgrades() {
394394
}
395395

396396
/**
397-
* Version 3.4
397+
* Version 3.3.1
398398
* Adding `one_use_per_user` column to discount codes.
399399
*/
400-
if ( $pmpro_db_version < 3.4 ) {
400+
if ( $pmpro_db_version < 3.3 ) {
401401
pmpro_db_delta();
402-
update_option( 'pmpro_db_version', '3.4' );
402+
update_option( 'pmpro_db_version', '3.3' );
403403
}
404404
}
405405

0 commit comments

Comments
 (0)