PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.10
Post Views Counter v1.3.10
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
assets 4 years ago css 4 years ago includes 4 years ago js 4 years ago languages 4 years ago index.php 6 years ago post-views-counter.php 4 years ago readme.txt 4 years ago
readme.txt
239 lines
1 === Post Views Counter ===
2 Contributors: dfactory
3 Donate link: http://dfactory.eu/
4 Tags: counter, hits, posts, postviews, post views, views, count, statistics, stats, analytics, pageviews, tracking
5 Requires at least: 5.0
6 Requires PHP: 5.2.4
7 Tested up to: 5.8.2
8 Stable tag: 1.3.10
9 License: MIT License
10 License URI: http://opensource.org/licenses/MIT
11
12 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.
13
14 == Description ==
15
16 [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.
17
18 For more information, check out plugin page at [dFactory](http://dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/post-views-counter/).
19
20 = Features include: =
21
22 * Option to select post types for which post views will be counted and displayed.
23 * 3 methods of collecting post views data: PHP, Javascript and REST API for greater flexibility
24 * Compatible with data privacy regulations
25 * Possibility to manually set views count for each post
26 * Dashboard post views stats widget
27 * Capability to query posts according to its views count
28 * Custom REST API endpoints
29 * Option to set counts interval
30 * Excluding counts from visitors: bots, logged in users, selected user roles
31 * Excluding users by IPs
32 * Restricting display by user roles
33 * Restricting post views editing to admins
34 * One-click data import from WP-PostViews
35 * Sortable admin column
36 * Post views display position, automatic or manual via shortcode
37 * Multisite compatibile
38 * W3 Cache/WP SuperCache compatible
39 * Optional object cache support
40 * WPML and Polylang compatible
41 * .pot file for translations included
42
43 = Get involved =
44
45 Feel free to contribute to the source code on the [dFactory GitHub Repository](https://github.com/dfactoryplugins).
46
47
48 == Installation ==
49
50 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server
51 2. Activate the plugin through the 'Plugins' menu in WordPress
52 3. Go to the Post Views Counter settings and set your options.
53
54 == Frequently Asked Questions ==
55
56 No questions yet.
57
58 == Screenshots ==
59
60 1. screenshot-1.png
61 2. screenshot-2.png
62
63 == Changelog ==
64
65 = 1.3.10 =
66 * Fix: Post views column not working properly
67 * Tweak: Switched to openssl_encrypt method for IP encryption
68 * Tweak: Improved user input escaping
69
70 = 1.3.9 =
71 * Tweak: Remove unnecessary plugin files
72
73 = 1.3.8 =
74 * Tweak: Improved user input escaping
75
76 = 1.3.7 =
77 * Tweak: Implemented internal settings API
78
79 = 1.3.6 =
80 * Fix: Option to hide admin bar chart
81
82 = 1.3.5 =
83 * New: Option to hide admin bar chart
84 * Fix: Small security bug with views label
85 * Tweak: Remove unnecessary CSS on every page
86
87 = 1.3.4 =
88 * New: Post Views stats preview in the admin bar
89 * New: Top Posts data available in the dashboard widget
90 * Tweak: Improved privacy using IP encrypting
91 * Tweak: PHP 8.x compatibility
92
93 = 1.3.3 =
94 * Fix: PHP Notice: Trying to get property 'colors' of non-object
95 * Fix: PHP Notice: register_rest_route was called incorrectly
96
97 = 1.3.2 =
98 * New: Introducing dashboard widget navigation
99 * New: Counter support for Media (attachments)
100 * Tweak: Extended views query for handling complex date/time requests
101
102 = 1.3.1 =
103 * Fix: Gutenberg CSS file missing
104 * Tweak: POT translation file update
105
106 = 1.3 =
107 * New: Gutenberg compatibility
108 * New: Additional options in widgets: post author and display style
109 * Fix: Undefined variables when IP saving enabled
110 * Fix: Check cookie not being triggered in Fast Ajax mode
111 * Fix: Invalid arguments in implode function causing warning
112 * Fix: Thumbnail size option did not show up after thumbnail checkbox was checked
113 * Fix: Saving post (in quick edit mode too) did not update post views
114
115 = 1.2.14 =
116 * Fix: Bulk edit post views count reset issue
117
118 = 1.2.13 =
119 * New: Experimental Fast AJAX counter method (10+ times faster)
120
121 = 1.2.12 =
122 * New: GDPR compatibility with Cookie Notice plugin
123
124 = 1.2.11 =
125 * Tweak: Additional IP expiration checks added as an option
126
127 = 1.2.10 =
128 * New: Additional transient based IP expiration checks
129 * Tweak: Chart.js script update to 2.7.1
130
131 = 1.2.9 =
132 * Fix: WooCommerce products list table broken
133
134 = 1.2.8 =
135 * New: Multisite compatibility
136 * Fix: Undefined index post_views_column on post_views_counter/includes/settings.php
137 * Tweak: Improved user IP handling
138
139 = 1.2.7 =
140 * Fix: Chart data not updating for object cached installs due to missing expire parameter
141 * Fix: Bug preventing hiding the counter based on user role.
142 * Fix: Undefined notice in the admin dashboard request
143
144 = 1.2.6 =
145 * Fix: Hardcoded post_views database table prefix
146
147 = 1.2.5 =
148 * New: REST API counter mode
149 * New: Adjust dashboard chart colors to admin color scheme
150 * Tweak: Dashboard chart query optimization
151 * Tweak: post_views database table optimization
152 * Tweak: Added plugin documentation link
153
154 = 1.2.4 =
155 * New: Advanced crawler detection
156 * Tweak: Chart.js script update to 2.4.0
157
158 = 1.2.3 =
159 * New: IP wildcard support
160 * Tweak: Delete post_views database table on deactivation
161
162 = 1.2.2 =
163 * Fix: Notice undefined variable: post_ids, thanks to [zytzagoo](https://github.com/zytzagoo)
164 * Tweak: Switched translation files storage, from local to WP repository
165
166 = 1.2.1 =
167 * New: Option to display post views on select page types
168 * Tweak: Dashboard widget query optimization
169
170 = 1.2.0 =
171 * New: Dashboard post views stats widget
172 * Fix: A couple of typos in method names
173
174 = 1.1.4 =
175 * Fix: Dashicons link broken.
176 * Tweak: Confirmed WordPress 4.4 compatibility
177
178 = 1.1.3 =
179 * Fix: Duplicated views count in custom post types
180 * Fix: Exclude visitors checkboxes not working
181
182 = 1.1.2 =
183 * Fix: Most viewed posts widget broken
184
185 = 1.1.1 =
186 * Tweak: Enable edit views on new post.
187 * Tweak: Extend WP_Query post data with post_views
188
189 = 1.1.0 =
190 * New: Quick post views edit
191 * New: Bulk post views edit
192 * Tweak: Admin UI improvements
193
194 = 1.0.12 =
195 * New: Italian translation, thanks to [Rene Querin](http://www.q-design.it)
196
197 = 1.0.11 =
198 * New: French translation, thanks to [Theophil Bethel](http://reseau-chretien-gironde.fr/)
199
200 = 1.0.10 =
201 * New: Option to limit post views editing to admins only
202
203 = 1.0.9 =
204 * New: Spanish translation, thanks to [Carlos Rodriguez](http://cglevel.com/)
205
206 = 1.0.8 =
207 * New: Croation translation, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
208
209 = 1.0.7 =
210 * New: Possibility to manually set views count for each post
211 * New: Plugin development moved to [dFactory GitHub Repository](https://github.com/dfactoryplugins)
212
213 = 1.0.6 =
214 * New: Object cache support, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
215 * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/)
216
217 = 1.0.5 =
218 * Tweak: Added number_format_i18n for displayed views count
219 * Tweak: Additional action hook for developers
220
221 = 1.0.4 =
222 * Fix: Possible issue with remove_post_views_count function
223
224 = 1.0.3 =
225 * New: Russian translation, thanks to moonkir
226 * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty
227
228 = 1.0.2 =
229 * Fix: Pluggable functions initialized too lately
230
231 = 1.0.0 =
232 Initial release
233
234 == Upgrade Notice ==
235
236 = 1.3.10 =
237 * Fix: Post views column not working properly
238 * Tweak: Switched to openssl_encrypt method for IP encryption
239 * Tweak: Improved user input escaping