Skip to content

Commit faafe68

Browse files
committed
v1.71.0
1 parent b151488 commit faafe68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dt-core/release-notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function dt_release_modal() {
1616
if ( !is_archive() && !is_single() && !isset( apply_filters( 'desktop_navbar_menu_options', [] )[untrailingslashit( $url )] ) ){
1717
return;
1818
}
19-
$show_notification_for_theme_version = '1.70.0'; // increment this number with each new release modal
19+
$show_notification_for_theme_version = '1.71.0'; // increment this number with each new release modal
2020

2121
$theme_version = wp_get_theme()->version;
2222
$last_release_notification = get_user_meta( get_current_user_id(), 'dt_release_notification', true );

0 commit comments

Comments
 (0)