Plugin Directory

Changeset 2830347


Ignore:
Timestamp:
12/08/2022 01:27:28 AM (3 years ago)
Author:
aleksandrposs
Message:

1.3 updated field for statistics

Location:
statistics-123/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • statistics-123/trunk/index.php

    r2829388 r2830347  
    44Plugin URI: https://wordpress.org/plugins/statistics-123/
    55Description: Plugin for that, you can see count of visitor's views on your website.
    6 Version: 1.2
     6Version: 1.3
    77Author: Chugaev Aleksandr Aleksandrovich
    88Author URI: https://profiles.wordpress.org/aleksandrposs/
     
    124124     
    125125          $table = $wpdb->prefix . "plugin_statistics_123_visitor_log";
    126           $res_count_all = $wpdb->get_results("SELECT * FROM $table;");
     126          $res_count_all = $wpdb->get_results("SELECT * FROM $table WHERE visitor_date='" .$_GET['by_day'] . "';");
    127127          $count_array=count($res_count_all);
    128128          foreach($res_count_all as $ra) {
  • statistics-123/trunk/readme.txt

    r2829388 r2830347  
    44Requires at least: 6.1.1
    55Tested up to: 6.1.1
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828= 1.2 =
    2929* Added field Country to "detail statistics by day"
     30
     31= 1.3 =
     32* Update "detail statistics by day"
Note: See TracChangeset for help on using the changeset viewer.