Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ols-network-dashboard

* 'master' of https://github.com/DiscipleTools/disciple-tools-network-dashboard:
  v2.10.2
  add a filter to determine the dt_location_grid table
  • Loading branch information
ChrisChasm committed Dec 9, 2024
2 parents e663861 + 80b2438 commit bd9294f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disciple-tools-network-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Connect this Disciple.Tools site to a larger network of sites. Adds security sensitive totals, mapping, activity logging.
* Text Domain: disciple-tools-network-dashboard
* Domain Path: /languages
* Version: 2.10.1
* Version: 2.10.2
* Author URI: https://github.com/DiscipleTools
* GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools-network-dashboard
* Requires at least: 4.7.0
Expand Down
2 changes: 1 addition & 1 deletion logging/activity-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static function insert_log( $data_array ) {
$wpdb->dt_movement_log = $wpdb->prefix . 'dt_movement_log';
}
if ( ! isset( $wpdb->dt_location_grid ) ) {
$wpdb->dt_location_grid = $wpdb->prefix . 'dt_location_grid';
$wpdb->dt_location_grid = apply_filters( 'dt_location_grid_table', $wpdb->prefix . 'dt_location_grid' );
}
if ( ! isset( $wpdb->dt_location_grid_meta ) ) {
$wpdb->dt_location_grid_meta = $wpdb->prefix . 'dt_location_grid_meta';
Expand Down
2 changes: 1 addition & 1 deletion version-control.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Disciple.Tools - Network Dashboard",
"version": "2.10.1",
"version": "2.10.2",
"last_updated": "2023-08",
"author": "Disciple.Tools",
"author_homepage": "https://disciple.tools",
Expand Down

0 comments on commit bd9294f

Please sign in to comment.