Changeset 1029232
- Timestamp:
- 11/20/2014 08:25:47 AM (11 years ago)
- Location:
- mini-statistics/trunk
- Files:
-
- 2 edited
-
mini-statistics.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mini-statistics/trunk/mini-statistics.php
r1029204 r1029232 4 4 Plugin URI: https://wordpress.org/plugins/mini-statistics/ 5 5 Description: This plugin is a small and simple Users Statistics and Comments Statistics plugin for WordPress. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Ayan Debnath 8 8 Author URI: http://about.me/ayandebnath … … 139 139 " 140 140 SELECT count(*) FROM $wpdb->comments 141 WHERE MONTH(comment_date) = %d 141 WHERE comment_approved = 1 142 AND MONTH(comment_date) = %d 142 143 AND YEAR(comment_date) = %d 143 144 " -
mini-statistics/trunk/readme.txt
r1029204 r1029232 32 32 == Changelog == 33 33 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.