We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b151488 commit faafe68Copy full SHA for faafe68
1 file changed
dt-core/release-notifications.php
@@ -16,7 +16,7 @@ function dt_release_modal() {
16
if ( !is_archive() && !is_single() && !isset( apply_filters( 'desktop_navbar_menu_options', [] )[untrailingslashit( $url )] ) ){
17
return;
18
}
19
- $show_notification_for_theme_version = '1.70.0'; // increment this number with each new release modal
+ $show_notification_for_theme_version = '1.71.0'; // increment this number with each new release modal
20
21
$theme_version = wp_get_theme()->version;
22
$last_release_notification = get_user_meta( get_current_user_id(), 'dt_release_notification', true );
0 commit comments