Plugin Directory

Changeset 3436279


Ignore:
Timestamp:
01/09/2026 08:15:21 PM (3 months ago)
Author:
andre.luiz
Message:

Versao 2.7.7 correcao de nome de tabela

Location:
digi-report/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • digi-report/trunk/digi-report.php

    r3436270 r3436279  
    33Plugin Name: Digi Report
    44Description: A plugin that generates and sends WordPress maintenance reports via email (Integrated with Independent Analytics).
    5 Version: 2.7.6
     5Version: 2.7.7
    66Author: DigiPerforma - Marketing Digital [digiperforma.com.br]
    77License: GPLv2 or later
     
    128128            <div class="notice notice-warning inline" style="display:block;">
    129129                <p><strong>Status do Analytics:</strong> Não detectado.</p>
    130                 <p>O sistema não encontrou tabelas com o final <code>_ia_views</code> no banco de dados.</p>
     130                <p>O sistema não encontrou tabelas com o final <code>_independent_analytics_views</code> no banco de dados.</p>
    131131            </div>
    132132        <?php endif; ?>
     
    158158    global $wpdb;
    159159
    160     // 1. PROCURA A TABELA CORRETA
    161     $found_views_table = $wpdb->get_var("SHOW TABLES LIKE '%ia_views'");
    162     $found_sessions_table = $wpdb->get_var("SHOW TABLES LIKE '%ia_sessions'");
     160    // 1. PROCURA A TABELA CORRETA (Nome correto agora!)
     161    $found_views_table = $wpdb->get_var("SHOW TABLES LIKE '%independent_analytics_views'");
     162    $found_sessions_table = $wpdb->get_var("SHOW TABLES LIKE '%independent_analytics_sessions'");
    163163
    164164    // Datas (Últimos 30 dias)
  • digi-report/trunk/readme.txt

    r3436270 r3436279  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.7.6
     6Stable tag: 2.7.7
    77Requires PHP: 7.2
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.