We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de68503 commit 49ce077Copy full SHA for 49ce077
bootstrap.php
@@ -24,7 +24,7 @@ function nfd_wp_module_onboarding_register() {
24
25
// Set Global Constants
26
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
27
- define( 'NFD_ONBOARDING_VERSION', '2.7.4' );
+ define( 'NFD_ONBOARDING_VERSION', '3.0.0' );
28
}
29
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
30
define( 'NFD_ONBOARDING_DIR', __DIR__ );
0 commit comments