PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.2.1
Post Views Counter v1.3.2.1
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 6 years ago css 6 years ago includes 6 years ago js 6 years ago languages 6 years ago index.php 6 years ago post-views-counter.php 6 years ago readme.txt 6 years ago
readme.txt
209 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: 4.0
6 Requires PHP: 5.2.4
7 Tested up to: 5.4.1
8 Stable tag: 1.3.2.1
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 * 4 methods of collecting post views data: PHP, Javascript, Fast AJAX and REST API for greater flexibility
24 * GDPR compatibility with [Cookie Notice](https://wordpress.org/plugins/cookie-notice/) plugin
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.2.1 =
66 * Fix: ChartJS file missing
67
68 = 1.3.2 =
69 * New: Introducing dashboard widget navigation
70 * New: Counter support for Media (attachments)
71 * Tweak: Extended views query for handling complex date/time requests
72
73 = 1.3.1 =
74 * Fix: Gutenberg CSS file missing
75 * Tweak: POT translation file update
76
77 = 1.3 =
78 * New: Gutenberg compatibility
79 * New: Additional options in widgets: post author and display style
80 * Fix: Undefined variables when IP saving enabled
81 * Fix: Check cookie not being triggered in Fast Ajax mode
82 * Fix: Invalid arguments in implode function causing warning
83 * Fix: Thumbnail size option did not show up after thumbnail checkbox was checked
84 * Fix: Saving post (in quick edit mode too) did not update post views
85
86 = 1.2.14 =
87 * Fix: Bulk edit post views count reset issue
88
89 = 1.2.13 =
90 * New: Experimental Fast AJAX counter method (10+ times faster)
91
92 = 1.2.12 =
93 * New: GDPR compatibility with Cookie Notice plugin
94
95 = 1.2.11 =
96 * Tweak: Additional IP expiration checks added as an option
97
98 = 1.2.10 =
99 * New: Additional transient based IP expiration checks
100 * Tweak: Chart.js script update to 2.7.1
101
102 = 1.2.9 =
103 * Fix: WooCommerce products list table broken
104
105 = 1.2.8 =
106 * New: Multisite compatibility
107 * Fix: Undefined index post_views_column on post_views_counter/includes/settings.php
108 * Tweak: Improved user IP handling
109
110 = 1.2.7 =
111 * Fix: Chart data not updating for object cached installs due to missing expire parameter
112 * Fix: Bug preventing hiding the counter based on user role.
113 * Fix: Undefined notice in the admin dashboard request
114
115 = 1.2.6 =
116 * Fix: Hardcoded post_views database table prefix
117
118 = 1.2.5 =
119 * New: REST API counter mode
120 * New: Adjust dashboard chart colors to admin color scheme
121 * Tweak: Dashboard chart query optimization
122 * Tweak: post_views database table optimization
123 * Tweak: Added plugin documentation link
124
125 = 1.2.4 =
126 * New: Advanced crawler detection
127 * Tweak: Chart.js script update to 2.4.0
128
129 = 1.2.3 =
130 * New: IP wildcard support
131 * Tweak: Delete post_views database table on deactivation
132
133 = 1.2.2 =
134 * Fix: Notice undefined variable: post_ids, thanks to [zytzagoo](https://github.com/zytzagoo)
135 * Tweak: Switched translation files storage, from local to WP repository
136
137 = 1.2.1 =
138 * New: Option to display post views on select page types
139 * Tweak: Dashboard widget query optimization
140
141 = 1.2.0 =
142 * New: Dashboard post views stats widget
143 * Fix: A couple of typos in method names
144
145 = 1.1.4 =
146 * Fix: Dashicons link broken.
147 * Tweak: Confirmed WordPress 4.4 compatibility
148
149 = 1.1.3 =
150 * Fix: Duplicated views count in custom post types
151 * Fix: Exclude visitors checkboxes not working
152
153 = 1.1.2 =
154 * Fix: Most viewed posts widget broken
155
156 = 1.1.1 =
157 * Tweak: Enable edit views on new post.
158 * Tweak: Extend WP_Query post data with post_views
159
160 = 1.1.0 =
161 * New: Quick post views edit
162 * New: Bulk post views edit
163 * Tweak: Admin UI improvements
164
165 = 1.0.12 =
166 * New: Italian translation, thanks to [Rene Querin](http://www.q-design.it)
167
168 = 1.0.11 =
169 * New: French translation, thanks to [Theophil Bethel](http://reseau-chretien-gironde.fr/)
170
171 = 1.0.10 =
172 * New: Option to limit post views editing to admins only
173
174 = 1.0.9 =
175 * New: Spanish translation, thanks to [Carlos Rodriguez](http://cglevel.com/)
176
177 = 1.0.8 =
178 * New: Croation translation, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
179
180 = 1.0.7 =
181 * New: Possibility to manually set views count for each post
182 * New: Plugin development moved to [dFactory GitHub Repository](https://github.com/dfactoryplugins)
183
184 = 1.0.6 =
185 * New: Object cache support, thanks to [Tomas Trkulja](http://zytzagoo.net/blog/)
186 * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/)
187
188 = 1.0.5 =
189 * Tweak: Added number_format_i18n for displayed views count
190 * Tweak: Additional action hook for developers
191
192 = 1.0.4 =
193 * Fix: Possible issue with remove_post_views_count function
194
195 = 1.0.3 =
196 * New: Russian translation, thanks to moonkir
197 * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty
198
199 = 1.0.2 =
200 * Fix: Pluggable functions initialized too lately
201
202 = 1.0.0 =
203 Initial release
204
205 == Upgrade Notice ==
206
207 = 1.3.2 =
208 * New: Introducing dashboard widget navigation
209 * New: Counter support for Media (attachments)