Plugin Directory

Changeset 1029232


Ignore:
Timestamp:
11/20/2014 08:25:47 AM (11 years ago)
Author:
iosoft
Message:

Bug fixing 1

Location:
mini-statistics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mini-statistics/trunk/mini-statistics.php

    r1029204 r1029232  
    44Plugin URI: https://wordpress.org/plugins/mini-statistics/
    55Description: This plugin is a small and simple Users Statistics and Comments Statistics plugin for WordPress.
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author: Ayan Debnath
    88Author URI: http://about.me/ayandebnath
     
    139139                    "
    140140                    SELECT count(*) FROM $wpdb->comments
    141                         WHERE MONTH(comment_date) = %d
     141                        WHERE comment_approved = 1
     142                            AND MONTH(comment_date) = %d
    142143                            AND YEAR(comment_date) = %d
    143144                    "
  • mini-statistics/trunk/readme.txt

    r1029204 r1029232  
    3232== Changelog ==
    3333
    34 = 1.0 =
    35 * Alpha version
     34= 1.0.1 =
     35* Small bug fixing. Special thanks to Kishore Chowdhury.
     36
     37= 1.0.0 =
     38* 1st Release version.
Note: See TracChangeset for help on using the changeset viewer.