From 9de293ec4848815dff3e761338dbbbd0e379cad8 Mon Sep 17 00:00:00 2001 From: Chris Chasm Date: Wed, 6 Jan 2021 16:31:20 -0700 Subject: [PATCH] bump to 2.1 --- disciple-tools-network-dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/disciple-tools-network-dashboard.php b/disciple-tools-network-dashboard.php index 4f008d3..63709de 100755 --- a/disciple-tools-network-dashboard.php +++ b/disciple-tools-network-dashboard.php @@ -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 @@ -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';