File tree 5 files changed +23
-6
lines changed
5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Developer: [Patrick Robrecht](https://patrick-robrecht.de/)
19
19
20
20
## Changelog
21
21
22
+ ### Version 1.0
23
+ * comments per date
24
+ * comments per author
25
+ * comments per status
26
+ * consistent formatting of the source code
27
+
22
28
### Version 0.3
23
29
* improved styles and readme.txt documentation
24
30
Original file line number Diff line number Diff line change 3
3
Plugin Name: Posts and Users Stats
4
4
Plugin URI: https://patrick-robrecht.de/wordpress/
5
5
Description: Statistics about the number of posts and users, provided as diagrams, tables and csv export.
6
- Version: 0.3
6
+ Version: 1.0
7
7
Author: Patrick Robrecht
8
8
Author URI: https://patrick-robrecht.de/
9
9
License: GPLv2 or later
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: patrickrobrecht
3
3
Tags: dashboard, statistics
4
4
Requires at least: 4.4
5
5
Tested up to: 4.6.1
6
- Stable tag: 0.3
6
+ Stable tag: 1.0
7
7
License: GPLv3 or later
8
8
License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
9
@@ -17,6 +17,9 @@ Posts and Users Stats offers statistics about the content and the users of a Wor
17
17
* Posts per Taxonomies, i. e. per category, per tag and per custom taxonomies
18
18
* Posts per Author and Post Type
19
19
* Posts per Status
20
+ * Comments per Date
21
+ * Comments per Author
22
+ * Comments per Status
20
23
* Users per Role
21
24
* Users over Time
22
25
* Diagrams which can be exported as image or PDF
@@ -39,13 +42,21 @@ Posts and Users Stats offers statistics about the content and the users of a Wor
39
42
2. Posts per Taxonomies, i. e. per category, per tag and per custom taxonomies
40
43
3. Posts per Author and Post Type
41
44
4. Posts per Status
42
- 5. Users per Role
43
- 6. Users over Time
45
+ 5. Comments per Date
46
+ 6. Comments per Author
47
+ 7. Comments per Status
48
+ 8. Users per Role
49
+ 9. Users over Time
50
+
44
51
45
52
== Changelog ==
46
53
47
54
If interested, please check up the [changelog at GitHub](https://github.com/patrickrobrecht/posts-and-users-stats#changelog).
48
55
56
+ = 1.0 =
57
+ * Comments per Date
58
+ * Comments per Author
59
+ * Comments per Status
49
60
50
61
== Upgrade Notice ==
51
62
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ class="<?php posts_and_users_stats_echo_tab_class( $selected_tab == $tab_slug );
239
239
echo 0 ;
240
240
}
241
241
} else {
242
- echo '- ' ;
242
+ echo '— ' ;
243
243
} ?> </td>
244
244
<?php } ?>
245
245
</tr>
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ class="<?php posts_and_users_stats_echo_tab_class( $selected_tab == $tab_slug );
274
274
echo 0 ;
275
275
}
276
276
} else {
277
- echo '- ' ;
277
+ echo '— ' ;
278
278
} ?> </td>
279
279
<?php } ?>
280
280
</tr>
You can’t perform that action at this time.
0 commit comments