Skip to content

Commit

Permalink
bump to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChasm committed Jan 6, 2021
1 parent 1c260d8 commit 9de293e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions disciple-tools-network-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* Plugin Name: Disciple Tools - Network Dashboard
* Plugin URI: https://github.com/DiscipleTools/disciple-tools-network-dashboard
* Description: Connect this Disciple Tools site to a larger network of sites. Adds security sensitive totals, mapping, activity logging.
* Version: 2.0
* Version: 2.1
* Author URI: https://github.com/DiscipleTools
* GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools-network-dashboard
* Requires at least: 4.7.0
* (Requires 4.7+ because of the integration of the REST API at 4.7 and the security requirements of this milestone version.)
* Tested up to: 4.9
* Tested up to: 5.6
* @package Disciple_Tools
* @link https://github.com/DiscipleTools
* @license GPL-2.0 or later
Expand Down Expand Up @@ -187,7 +187,7 @@ private function setup() {

// Admin and settings variables
$this->token = 'dt_network_dashboard';
$this->version = '2.0';
$this->version = '2.1';

global $wpdb;
$wpdb->dt_movement_log = $wpdb->prefix . 'dt_movement_log';
Expand Down

0 comments on commit 9de293e

Please sign in to comment.