Skip to content

Commit d9f8daa

Browse files
committed
Disciple.Tools v1.70.0
1 parent 563139b commit d9f8daa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.69.0'; // increment this number with each new release modal
19+
$show_notification_for_theme_version = '1.70.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 );

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function __construct() {
219219
* Prepare variables
220220
*/
221221
$this->token = 'disciple_tools';
222-
$this->version = '1.69.2';
222+
$this->version = '1.70.0';
223223
// $this->migration_number = 38; // moved to Disciple_Tools_Migration_Engine::$migration_number
224224

225225
$this->theme_url = get_template_directory_uri() . '/';

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: Disciple Tools
33
Theme URI: https://github.com/DiscipleTools/disciple-tools-theme
44
Description: Disciple.Tools is a coalition management system for disciple making movements.
55
Author URI: https://github.com/DiscipleTools
6-
Version: 1.69.2
6+
Version: 1.70.0
77
Requires at least: 4.7.0
88
License: GPL-2.0 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)