PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.2.8
Post Views Counter v1.2.8
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / readme.txt
post-views-counter Last commit date
css 8 years ago images 8 years ago includes 8 years ago js 8 years ago languages 8 years ago index.php 8 years ago post-views-counter.php 8 years ago readme.txt 8 years ago
readme.txt
168 lines
1 === Post Views Counter ===
2 Contributors: dfactory
3 Donate link: http://www.dfactory.eu/
4 Tags: counter, hits, posts, postviews, post views, views, count, statistics, stats, analytics, pageviews, tracking
5 Requires at least: 4.0
6 Tested up to: 4.8.1
7 Stable tag: 1.2.8
8 License: MIT License
9 License URI: http://opensource.org/licenses/MIT
10
11 Post Views Counter allows you to display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.
12
13 == Description ==
14
15 [Post Views Counter](http://www.dfactory.eu/plugins/post-views-counter/) allows you to display how many times a post, page or custom post type had been viewed with this simple, fast and easy to use plugin.
16
17 For more information, check out plugin page at [dFactory](http://www.dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/post-views-counter/).
18
19 = Features include: =
20
21 * Option to select post types for which post views will be counted and displayed.
22 * 3 methods of collecting post views data: PHP, Javascript or REST API for greater flexibility
23 * Possibility to manually set views count for each post
24 * Dashboard post views stats widget
25 * Capability to query posts according to its views count
26 * Custom REST API endpoints
27 * Option to set counts interval
28 * Excluding counts from visitors: bots, logged in users, selected user roles
29 * Excluding users by IPs
30 * Restricting display by user roles
31 * Restricting post views editing to admins
32 * One-click data import from WP-PostViews
33 * Sortable admin column
34 * Post views display position, automatic or manual via shortcode
35 * Multisite compatibile
36 * W3 Cache/WP SuperCache compatible
37 * Optional object cache support
38 * WPML and Polylang compatible
39 * .pot file for translations included
40
41 = Get involved =
42
43 Feel free to contribute to the source code on the [dFactory GitHub Repository](https://github.com/dfactoryplugins).
44
45
46 == Installation ==
47
48 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server
49 2. Activate the plugin through the 'Plugins' menu in WordPress
50 3. Go to the Post Views Counter settings and set your options.
51
52 == Frequently Asked Questions ==
53
54 No questions yet.
55
56 == Screenshots ==
57
58 1. screenshot-1.png
59 2. screenshot-2.png
60
61 == Changelog ==
62
63 = 1.2.8 =
64 * New: Multisite compatibility
65 * Fix: Undefined index post_views_column on post_views_counter/includes/settings.php
66 * Tweak: Improved user IP handling
67
68 = 1.2.7 =
69 * Fix: Chart data not updating for object cached installs due to missing expire parameter
70 * Fix: Bug preventing hiding the counter based on user role.
71 * Fix: Undefined notice in the admin dashboard request
72
73 = 1.2.6 =
74 * Fix: Hardcoded post_views database table prefix
75
76 = 1.2.5 =
77 * New: REST API counter mode
78 * New: Adjust dashboard chart colors to admin color scheme
79 * Tweak: Dashboard chart query optimization
80 * Tweak: post_views database table optimization
81 * Tweak: Added plugin documentation link
82
83 = 1.2.4 =
84 * New: Advanced crawler detection
85 * Tweak: Chart.js script update to 2.4.0
86
87 = 1.2.3 =
88 * New: IP wildcard support
89 * Tweak: Delete post_views database table on deactivation
90
91 = 1.2.2 =
92 * Fix: Notice undefined variable: post_ids, thanks to [zytzagoo](https://github.com/zytzagoo)
93 * Tweak: Switched translation files storage, from local to WP repository
94
95 = 1.2.1 =
96 * New: Option to display post views on select page types
97 * Tweak: Dashboard widget query optimization
98
99 = 1.2.0 =
100 * New: Dashboard post views stats widget
101 * Fix: A couple of typos in method names
102
103 = 1.1.4 =
104 * Fix: Dashicons link broken.
105 * Tweak: Confirmed WordPress 4.4 compatibility
106
107 = 1.1.3 =
108 * Fix: Duplicated views count in custom post types
109 * Fix: Exclude visitors checkboxes not working
110
111 = 1.1.2 =
112 * Fix: Most viewed posts widget broken
113
114 = 1.1.1 =
115 * Tweak: Enable edit views on new post.
116 * Tweak: Extend WP_Query post data with post_views
117
118 = 1.1.0 =
119 * New: Quick post views edit
120 * New: Bulk post views edit
121 * Tweak: Admin UI improvements
122
123 = 1.0.12 =
124 * New: Italian translation, thanks to [Rene Querin](http://www.q-design.it)
125
126 = 1.0.11 =
127 * New: French translation, thanks to [Theophil Bethel](http://reseau-chretien-gironde.fr/)
128
129 = 1.0.10 =
130 * New: Option to limit post views editing to admins only
131
132 = 1.0.9 =
133 * New: Spanish translation, thanks to [Carlos Rodriguez](http://cglevel.com/)
134
135 = 1.0.8 =
136 * New: Croation translation, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
137
138 = 1.0.7 =
139 * New: Possibility to manually set views count for each post
140 * New: Plugin development moved to [dFactory GitHub Repository](https://github.com/dfactoryplugins)
141
142 = 1.0.6 =
143 * New: Object cache support, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
144 * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/)
145
146 = 1.0.5 =
147 * Tweak: Added number_format_i18n for displayed views count
148 * Tweak: Additional action hook for developers
149
150 = 1.0.4 =
151 * Fix: Possible issue with remove_post_views_count function
152
153 = 1.0.3 =
154 * New: Russian translation, thanks to moonkir
155 * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty
156
157 = 1.0.2 =
158 * Fix: Pluggable functions initialized too lately
159
160 = 1.0.0 =
161 Initial release
162
163 == Upgrade Notice ==
164
165 = 1.2.8 =
166 * New: Multisite compatibility
167 * Fix: Undefined index post_views_column on post_views_counter/includes/settings.php
168 * Tweak: Improved user IP handling