Skip to content

Commit b97a043

Browse files
committed
Disciple.Tools v1.82.0
1 parent bcd1eba commit b97a043

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dt-core/release-notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function dt_has_unread_release() {
1818
return false;
1919
}
2020

21-
$show_notification_for_theme_version = '1.81.0'; // increment this number with each new release modal
21+
$show_notification_for_theme_version = '1.82.0'; // increment this number with each new release modal
2222
$last_release_notification = get_user_meta( get_current_user_id(), 'dt_release_notification', true );
2323

2424
if ( empty( $last_release_notification ) ) {

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function __construct() {
107107
* Prepare variables
108108
*/
109109
$this->token = 'disciple_tools';
110-
$this->version = '1.81.1';
110+
$this->version = '1.82.0';
111111

112112
$this->theme_url = get_template_directory_uri() . '/';
113113
$this->theme_path = get_template_directory() . '/';

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.81.1
6+
Version: 1.82.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)