Skip to content

Commit 9518ac9

Browse files
πŸ€– prep for release - 3.0.3 β†’ 3.1.0
1 parent d6ffa54 commit 9518ac9

File tree

45 files changed

+515
-355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+515
-355
lines changed

β€Žbootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function nfd_wp_module_onboarding_register() {
2626

2727
// Set Global Constants
2828
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
29-
define( 'NFD_ONBOARDING_VERSION', '3.0.3' );
29+
define( 'NFD_ONBOARDING_VERSION', '3.1.0' );
3030
}
3131
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
3232
define( 'NFD_ONBOARDING_DIR', __DIR__ );

0 commit comments

Comments
Β (0)